diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-30 17:57:14 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-30 17:57:14 +0000 |
commit | d5311b018df119ce09c34fd09b471329a8fa380e (patch) | |
tree | 669d7c2de67d5c35217254ea0890333350e6455a /dev-python | |
parent | require texlive-latexextra 2008 for latex-unicode as its not present in tl-la... (diff) | |
download | gentoo-2-d5311b018df119ce09c34fd09b471329a8fa380e.tar.gz gentoo-2-d5311b018df119ce09c34fd09b471329a8fa380e.tar.bz2 gentoo-2-d5311b018df119ce09c34fd09b471329a8fa380e.zip |
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index b11f373992a3..f8fe5c9a477d 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.18 2009/04/27 19:35:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.19 2009/04/30 17:57:14 patrick Exp $ + + 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> + -beautifulsoup-3.0.4.ebuild: + Remove old 27 Apr 2009; Markus Meier <maekke@gentoo.org> beautifulsoup-3.0.7.ebuild: amd64/x86 stable, bug #267336 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild deleted file mode 100644 index 64450a680cef..000000000000 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild +++ /dev/null @@ -1,23 +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/beautifulsoup/beautifulsoup-3.0.4.ebuild,v 1.5 2007/10/06 20:12:04 dertobi123 Exp $ - -NEED_PYTHON=2.3 - -inherit distutils - -MY_P=${P/beautifulsoup/BeautifulSoup} -S=${WORKDIR}/${MY_P} - -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="" - -src_test() { - "${python}" BeautifulSoupTests.py || die "tests failed" -} |