diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 15:11:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 15:11:10 +0000 |
commit | 7b42c74b99f0fbeeb9b84c07e3022174daaf4596 (patch) | |
tree | 8826457fb5dbd0db6f056e8b033010b536ce6cf6 /dev-python/feedparser | |
parent | Revert my previous commit as I made a mistake. Bring back 3.4.4 and remove 4.... (diff) | |
download | historical-7b42c74b99f0fbeeb9b84c07e3022174daaf4596.tar.gz historical-7b42c74b99f0fbeeb9b84c07e3022174daaf4596.tar.bz2 historical-7b42c74b99f0fbeeb9b84c07e3022174daaf4596.zip |
Remove old ebuilds. Requested by Arfrever
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/feedparser')
-rw-r--r-- | dev-python/feedparser/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/feedparser/feedparser-4.1.ebuild | 33 | ||||
-rw-r--r-- | dev-python/feedparser/feedparser-4.2_pre316.ebuild | 35 | ||||
-rw-r--r-- | dev-python/feedparser/feedparser-5.0.ebuild | 34 |
4 files changed, 5 insertions, 103 deletions
diff --git a/dev-python/feedparser/ChangeLog b/dev-python/feedparser/ChangeLog index c6b2d95939f2..df1de6363c50 100644 --- a/dev-python/feedparser/ChangeLog +++ b/dev-python/feedparser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/feedparser # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.29 2011/04/02 11:54:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.30 2011/06/23 15:10:42 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -feedparser-4.1.ebuild, + -feedparser-4.2_pre316.ebuild, -feedparser-5.0.ebuild: + Remove old ebuilds. Requested by Arfrever 02 Apr 2011; Raúl Porcel <armin76@gentoo.org> feedparser-5.0.1.ebuild: ia64/sparc stable wrt #358973 diff --git a/dev-python/feedparser/feedparser-4.1.ebuild b/dev-python/feedparser/feedparser-4.1.ebuild deleted file mode 100644 index f3a471af8294..000000000000 --- a/dev-python/feedparser/feedparser-4.1.ebuild +++ /dev/null @@ -1,33 +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/feedparser/feedparser-4.1.ebuild,v 1.17 2010/08/14 17:38:01 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Parse RSS and Atom feeds in Python" -HOMEPAGE="http://www.feedparser.org/" -SRC_URI="mirror://sourceforge/feedparser/${P}.zip" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}" - -PYTHON_MODNAME="feedparser.py" -DOCS="LICENSE" - -src_install() { - distutils_src_install - - insinto /usr/share/doc/${PF} - doins -r docs -} diff --git a/dev-python/feedparser/feedparser-4.2_pre316.ebuild b/dev-python/feedparser/feedparser-4.2_pre316.ebuild deleted file mode 100644 index 7578f851e314..000000000000 --- a/dev-python/feedparser/feedparser-4.2_pre316.ebuild +++ /dev/null @@ -1,35 +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/feedparser/feedparser-4.2_pre316.ebuild,v 1.1 2010/11/25 15:15:10 sping Exp $ - -EAPI="2" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Parse RSS and Atom feeds in Python" -HOMEPAGE="http://www.feedparser.org/" -SRC_URI="http://www.hartwork.org/public/${P}.zip" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}" - -PYTHON_MODNAME="feedparser.py" -DOCS="LICENSE" - -src_install() { - distutils_src_install - - insinto /usr/share/doc/${PF} - doins -r docs || die -} diff --git a/dev-python/feedparser/feedparser-5.0.ebuild b/dev-python/feedparser/feedparser-5.0.ebuild deleted file mode 100644 index 0c3124d52d24..000000000000 --- a/dev-python/feedparser/feedparser-5.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-5.0.ebuild,v 1.1 2011/01/26 12:25:33 sping Exp $ - -EAPI="2" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" # See README-PYTHON3 in tarball if you want to work on this - -inherit distutils - -DESCRIPTION="Parse RSS and Atom feeds in Python" -HOMEPAGE="http://www.feedparser.org/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="test" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="feedparser.py" -DOCS=( LICENSE NEWS ) - -src_test() { - testing() { - cd feedparser || die - "$(PYTHON)" ${PN}test.py || die - } - python_execute_function testing -} |