git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
aff96d0
Branches
Tags
master
keks-overlay.git
mail-filter
courier-pythonfilter
courier-pythonfilter-1.11.ebuild
courier pythonfilter patches
Hanno Böck
commited
aff96d0
at 2017-03-19 10:21:11
courier-pythonfilter-1.11.ebuild
Blame
History
Raw
# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python filtering architecture for the Courier MTA" HOMEPAGE="https://pypi.python.org/pypi/courier-pythonfilter/" SRC_URI="http://phantom.dragonsdawn.net/~gordon/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] mail-mta/courier" PATCHES=( "${FILESDIR}/courier-pythonfilter-ipv6-networkblocks.patch" "${FILESDIR}/courier-pythonfilter-whitelist-sender.patch" )