diff options
author | 2009-04-24 14:41:47 +0000 | |
---|---|---|
committer | 2009-04-24 14:41:47 +0000 | |
commit | cd376a2cf05e37570ef40f8036f1a16a9dca2d7b (patch) | |
tree | cbe17a3389eb4afb913c0e28b298d9a35278e2bd /dev-python/beautifulsoup | |
parent | stable ppc, bug 266945 (diff) | |
download | gentoo-2-cd376a2cf05e37570ef40f8036f1a16a9dca2d7b.tar.gz gentoo-2-cd376a2cf05e37570ef40f8036f1a16a9dca2d7b.tar.bz2 gentoo-2-cd376a2cf05e37570ef40f8036f1a16a9dca2d7b.zip |
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild | 23 |
2 files changed, 6 insertions, 25 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index e8e2b4237ba5..6da11ae810fa 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/beautifulsoup -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.13 2008/06/25 09:46:05 hawking Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.14 2009/04/24 14:41:46 patrick Exp $ + + 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> + -beautifulsoup-3.0.5.ebuild: + Remove old *beautifulsoup-3.0.7 (25 Jun 2008) diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild deleted file mode 100644 index 8b628d010dc6..000000000000 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.5.ebuild,v 1.1 2008/02/23 18:06:55 dev-zero Exp $ - -NEED_PYTHON="2.3" - -inherit distutils - -MY_P=BeautifulSoup-${PV} - -DESCRIPTION="HTML/XML parser for quick-turnaround applications like screen-scraping." -HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/" -SRC_URI="http://www.crummy.com/software/BeautifulSoup/download/${MY_P}.tar.gz" -LICENSE="PSF-2.3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="" - -S=${WORKDIR}/${MY_P} - -src_test() { - PYTHONPATH="." "${python}" BeautifulSoupTests.py || die "tests failed" -} |