summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 18:06:06 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 18:06:06 +0000
commit0c72d55efa93c9a5bdee8d30522c35a1b4e71e06 (patch)
tree4d5a12f9064ffe926489c135c6ec6bf8fa775285 /dev-python/beautifulsoup
parentremove old (diff)
downloadhistorical-0c72d55efa93c9a5bdee8d30522c35a1b4e71e06.tar.gz
historical-0c72d55efa93c9a5bdee8d30522c35a1b4e71e06.tar.bz2
historical-0c72d55efa93c9a5bdee8d30522c35a1b4e71e06.zip
Remove old
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/ChangeLog6
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild23
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"
-}