diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-24 18:29:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-24 18:29:19 +0000 |
| commit | 2ae6e775712c12adb693178c6b5c104a64091e24 (patch) | |
| tree | 9709520c2ac99cea024305cfc9799024fd0be9b0 /dev-python/pymilter-python2 | |
| parent | 61f09dac1e93ecda99dd048d4d59eee94691c7ec (diff) | |
| download | baldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.tar.gz baldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.tar.xz baldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/pymilter-python2')
| -rw-r--r-- | dev-python/pymilter-python2/ChangeLog | 10 | ||||
| -rw-r--r-- | dev-python/pymilter-python2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild | 34 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/pymilter-python2/ChangeLog b/dev-python/pymilter-python2/ChangeLog new file mode 100644 index 000000000000..85c8bb179805 --- /dev/null +++ b/dev-python/pymilter-python2/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/pymilter +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pymilter-0.9.3 (20 May 2010) + + 20 May 2010; Mike Hiretsky (mhiretskiy) <mh@calculate.ru> + +pymilter-0.9.3.ebuild: + Bump version. + diff --git a/dev-python/pymilter-python2/Manifest b/dev-python/pymilter-python2/Manifest new file mode 100644 index 000000000000..1394e2f90b52 --- /dev/null +++ b/dev-python/pymilter-python2/Manifest @@ -0,0 +1 @@ +DIST pymilter-0.9.3.tar.gz 96362 BLAKE2B fbe5805277434e0bdaf875f9761c36bd460f6304d53d82843ae9245723b2c6c58bd14bfd117c4404650ac9dcb84190a2e400632b112655c0c14f73156dc25a68 SHA512 e43d28ffe6bf73aea8ad712e7aa9b2f5c75e322fab30c3a4da441323c32263c384e2f1205fc440ba8b119c52b83e6aba0c9d8fd5291cb57a20d07c904442955f diff --git a/dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild b/dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild new file mode 100644 index 000000000000..9b6386bfbcf6 --- /dev/null +++ b/dev-python/pymilter-python2/pymilter-python2-0.9.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +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 +} |
