diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-11-18 10:07:49 +0100 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2020-11-18 10:08:31 +0100 |
commit | aa616077bfe2bc92a1062a3ff5adccf4b9f8935a (patch) | |
tree | be2e66bd839cceb30599e39c0c9eb681809288cc /mail-filter | |
parent | dev-python/distlib: Stabilize 0.3.1-r1 amd64, #752339 (diff) | |
download | gentoo-aa616077bfe2bc92a1062a3ff5adccf4b9f8935a.tar.gz gentoo-aa616077bfe2bc92a1062a3ff5adccf4b9f8935a.tar.bz2 gentoo-aa616077bfe2bc92a1062a3ff5adccf4b9f8935a.zip |
mail-filter/courier-pythonfilter: Remove old
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild deleted file mode 100644 index e37b200da1bc..000000000000 --- a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="Python filtering architecture for the Courier MTA" -HOMEPAGE="https://pypi.org/project/courier-pythonfilter/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="mail-mta/courier" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" |