diff options
author | Daniel Black <dragonheart@gentoo.org> | 2010-07-19 00:33:09 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2010-07-19 00:33:09 +0000 |
commit | 65430d238b4be0f347e2abeb1f488efab108c58b (patch) | |
tree | 7024ad665cef7d569c1e857236912372cc275483 /dev-python/pyspf | |
parent | pydns/pyspf dependencies cannot handle python3. bug #328851. (diff) | |
download | gentoo-2-65430d238b4be0f347e2abeb1f488efab108c58b.tar.gz gentoo-2-65430d238b4be0f347e2abeb1f488efab108c58b.tar.bz2 gentoo-2-65430d238b4be0f347e2abeb1f488efab108c58b.zip |
full revert - remove pyspf-2.0.5-r1
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyspf')
-rw-r--r-- | dev-python/pyspf/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.5-r1.ebuild | 28 |
2 files changed, 1 insertions, 38 deletions
diff --git a/dev-python/pyspf/ChangeLog b/dev-python/pyspf/ChangeLog index b83c9191729a..29c0e8c9651b 100644 --- a/dev-python/pyspf/ChangeLog +++ b/dev-python/pyspf/ChangeLog @@ -1,15 +1,6 @@ # ChangeLog for dev-python/pyspf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.9 2010/07/19 00:26:35 dragonheart Exp $ - - 19 Jul 2010; Daniel Black <dragonheart@gentoo.org> pyspf-2.0.5-r1.ebuild: - constrain to python2 - bug #328851 - -*pyspf-2.0.5-r1 (18 Jul 2010) - - 18 Jul 2010; Daniel Black <dragonheart@gentoo.org> - +files/2.0.5-deprecated.patch, +pyspf-2.0.5-r1.ebuild: - python version 3 friendlyness +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.10 2010/07/19 00:33:09 dragonheart Exp $ 19 Nov 2009; Markus Meier <maekke@gentoo.org> pyspf-2.0.5.ebuild: amd64/x86 stable, bug #293032 diff --git a/dev-python/pyspf/pyspf-2.0.5-r1.ebuild b/dev-python/pyspf/pyspf-2.0.5-r1.ebuild deleted file mode 100644 index 24555db1e5ee..000000000000 --- a/dev-python/pyspf/pyspf-2.0.5-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.5-r1.ebuild,v 1.3 2010/07/19 00:28:44 dragonheart Exp $ - -EAPI="2" -PYTHON_DEPEND="2" -# needs python3 compatible net-dns/pydns version to work with version 3 -# also uses urllib.request which doesnt exist -inherit distutils eutils - -DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) protocol" -SRC_URI="mirror://sourceforge/pymilter/${P}.tar.gz - mirror://gentoo/${P}-2to3.patch.gz" -HOMEPAGE="http://cheeseshop.python.org/pypi/pyspf" - -IUSE="" -SLOT="0" -LICENSE="PSF-2.4" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/pydns" -RDEPEND="dev-python/pydns" - -src_prepare() { - epatch "${DISTDIR}"/${P}-2to3.patch.gz \ - "${FILESDIR}"/2.0.5-deprecated.patch - distutils_src_prepare -} |