diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 17:52:44 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 17:52:44 +0000 |
commit | a5972409cd71026b5641d0a99db530d92bbace46 (patch) | |
tree | 2db267c502b83233aeab6890c77044c25b07775b /dev-python | |
parent | Remove old (diff) | |
download | gentoo-2-a5972409cd71026b5641d0a99db530d92bbace46.tar.gz gentoo-2-a5972409cd71026b5641d0a99db530d92bbace46.tar.bz2 gentoo-2-a5972409cd71026b5641d0a99db530d92bbace46.zip |
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyzor/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyzor/pyzor-0.4.0-r3.ebuild | 62 | ||||
-rw-r--r-- | dev-python/pyzor/pyzor-0.4.0-r4.ebuild | 80 |
3 files changed, 5 insertions, 143 deletions
diff --git a/dev-python/pyzor/ChangeLog b/dev-python/pyzor/ChangeLog index 263e102e360c..71accb550623 100644 --- a/dev-python/pyzor/ChangeLog +++ b/dev-python/pyzor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyzor # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/ChangeLog,v 1.49 2009/08/14 14:54:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/ChangeLog,v 1.50 2009/09/04 17:52:44 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyzor-0.4.0-r3.ebuild, + -pyzor-0.4.0-r4.ebuild: + Remove old 14 Aug 2009; Raúl Porcel <armin76@gentoo.org> pyzor-0.5.0.ebuild: ia64 stable wrt #274904 diff --git a/dev-python/pyzor/pyzor-0.4.0-r3.ebuild b/dev-python/pyzor/pyzor-0.4.0-r3.ebuild deleted file mode 100644 index c81bc9c7cf3b..000000000000 --- a/dev-python/pyzor/pyzor-0.4.0-r3.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/pyzor-0.4.0-r3.ebuild,v 1.12 2007/07/06 16:17:15 corsair Exp $ - -inherit distutils eutils - -DESCRIPTION="A distributed, collaborative spam detection and filtering network" -HOMEPAGE="http://pyzor.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="pyzord" - -DEPEND="dev-lang/python" - -pkg_setup() { - if use pyzord ; then - if ! built_with_use 'dev-lang/python' gdbm ; then - die "you need to rebuild python with gdbm support" - fi - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/debian_mbox.patch" - epatch "${FILESDIR}/handle_unknown_encodings.patch" - epatch "${FILESDIR}/pyzord_getopt.patch" - epatch "${FILESDIR}/unknown_type.patch" - - # rfc822BodyCleanerTest doesn't work fine - # remove it until it's fixed - sed -i \ - -e '/rfc822BodyCleanerTest/,/self\.assertEqual/d' \ - unittests.py || die "sed in unittest.py failed" -} - -src_install () { - DOCS="INSTALL THANKS UPGRADING" - distutils_src_install - dohtml docs/usage.html - rm -rf "${D}/usr/share/doc/pyzor" - - if use pyzord ; then - dodir /usr/sbin - mv "${D}/usr/bin/pyzord" "${D}/usr/sbin/" - fi -} - -pkg_postinst() { - if use pyzord ; then - ewarn "/usr/bin/pyzord has been moved to /usr/sbin" - fi -} - -src_test() { - PYTHONPATH=build/lib/ "${python}" unittests.py || die "tests failed" -} diff --git a/dev-python/pyzor/pyzor-0.4.0-r4.ebuild b/dev-python/pyzor/pyzor-0.4.0-r4.ebuild deleted file mode 100644 index ff25aca81042..000000000000 --- a/dev-python/pyzor/pyzor-0.4.0-r4.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/pyzor-0.4.0-r4.ebuild,v 1.2 2009/01/06 06:02:29 mr_bones_ Exp $ - -inherit distutils eutils - -DESCRIPTION="A distributed, collaborative spam detection and filtering network" -HOMEPAGE="http://pyzor.sourceforge.net/" - -MY_PV="${PV}+cvs20030201" -MY_P="${PN}_${MY_PV}" -DEBIAN_PATCH_VERSION="8" -DEBIAN_PATCH="${MY_P}-${DEBIAN_PATCH_VERSION}.diff.gz" -# Original: -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -# Debian CVS snapshot -SRC_URI=" - mirror://debian/pool/main/p/${PN}/${MY_P}.orig.tar.gz - mirror://debian/pool/main/p/${PN}/${DEBIAN_PATCH}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="pyzord" - -DEPEND="dev-lang/python" - -S="${WORKDIR}/${MY_P//_/-}" - -pkg_setup() { - if use pyzord ; then - if ! built_with_use 'dev-lang/python' gdbm ; then - die "you need to rebuild python with gdbm support" - fi - fi -} - -src_unpack() { - unpack ${MY_P}.orig.tar.gz - epatch "${DISTDIR}"/${DEBIAN_PATCH} - cd "${S}" - epatch "${S}"/debian/patches/*dpatch - - # Same as Debian 08_define_mbox.dpatch - #epatch "${FILESDIR}/debian_mbox.patch" - # Same as Debian 07_handle_unknown_encodings.dpatch - #epatch "${FILESDIR}/handle_unknown_encodings.patch" - - # Gentoo-unique - epatch "${FILESDIR}/pyzord_getopt.patch" - epatch "${FILESDIR}/unknown_type.patch" - - # rfc822BodyCleanerTest doesn't work fine - # remove it until it's fixed - sed -i \ - -e '/rfc822BodyCleanerTest/,/self\.assertEqual/d' \ - unittests.py || die "sed in unittest.py failed" -} - -src_install () { - DOCS="INSTALL THANKS UPGRADING" - distutils_src_install - dohtml docs/usage.html - rm -rf "${D}/usr/share/doc/pyzor" - - if use pyzord ; then - dodir /usr/sbin - mv "${D}/usr/bin/pyzord" "${D}/usr/sbin/" - fi -} - -pkg_postinst() { - if use pyzord ; then - ewarn "/usr/bin/pyzord has been moved to /usr/sbin" - fi -} - -src_test() { - PYTHONPATH=build/lib/ "${python}" unittests.py || die "tests failed" -} |