From 58f1cc4ec4a096699e03c18c239bc9c320f78aee Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 13 Jan 2021 00:43:03 +0000 Subject: Updating liguros repo --- .../pymilter-python2-0.9.3-r1.ebuild | 37 ++++++++++++++++++++++ .../pymilter-python2/pymilter-python2-0.9.3.ebuild | 34 -------------------- 2 files changed, 37 insertions(+), 34 deletions(-) create mode 100644 dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild delete mode 100644 dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild (limited to 'dev-python/pymilter-python2') diff --git a/dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild b/dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild new file mode 100644 index 000000000000..3a9b932d205c --- /dev/null +++ b/dev-python/pymilter-python2/pymilter-python2-0.9.3-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) +PYTHON_REQ_USE="threads(+)" +MY_PN=pymilter +MY_P=$MY_PN-$PV + +DISTUTILS_USE_SETUPTOOLS=manual +inherit distutils-r1 + +SRC_URI="http://downloads.sourceforge.net/project/${MY_PN}/${MY_PN}/${MY_P}/${MY_P}.tar.gz" + +DESCRIPTION="The package of Python milters that wraps the C libmilter library." +HOMEPAGE="https://spidey2.bmsi.com/pymilter/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" +DEPEND=" + !dev-python/pymilter[python_targets_python2_7] + mail-filter/libmilter" +RDEPEND="${DEPEND} + dev-python/setuptools-python2[${PYTHON_USEDEP}] +" + +RESTRICT="test" + +S="${WORKDIR}/${MY_PN}-${PV}" + +python_install_all() { + distutils-r1_python_install_all + rm -r ${D}/usr/share +} diff --git a/dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild b/dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild deleted file mode 100644 index e6aeb3f065ed..000000000000 --- a/dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} ) -PYTHON_REQ_USE="threads(+)" -MY_PN=pymilter -MY_P=$MY_PN-$PV - -inherit distutils-r1 - -SRC_URI="http://downloads.sourceforge.net/project/${MY_PN}/${MY_PN}/${MY_P}/${MY_P}.tar.gz" - -DESCRIPTION="The package of Python milters that wraps the C libmilter library." -HOMEPAGE="https://spidey2.bmsi.com/pymilter/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -DEPEND=" - !dev-python/pymilter[python_targets_python2_7] - mail-filter/libmilter" -RDEPEND="${DEPEND}" - -RESTRICT="test" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_install_all() { - distutils-r1_python_install_all - rm -r ${D}/usr/share -} -- cgit v1.3.1