From d5311b018df119ce09c34fd09b471329a8fa380e Mon Sep 17 00:00:00 2001 From: Patrick Lauer <patrick@gentoo.org> Date: Thu, 30 Apr 2009 17:57:14 +0000 Subject: Remove old (Portage version: 2.2_rc31/cvs/Linux x86_64) --- dev-python/beautifulsoup/ChangeLog | 6 +++++- .../beautifulsoup/beautifulsoup-3.0.4.ebuild | 23 ---------------------- 2 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild (limited to 'dev-python') 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" -} -- cgit v1.2.3-65-gdbad