summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-13 15:03:11 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-13 15:03:11 +0000
commit725c5e35c6b46c531d87a3ecf88cac401f1879b0 (patch)
tree7bbd0209515948bd3d5a9fbcb3230590ac862752 /dev-python/beautifulsoup
parentInherit eclasses in alphabetic order. Add a comment. (diff)
downloadgentoo-2-725c5e35c6b46c531d87a3ecf88cac401f1879b0.tar.gz
gentoo-2-725c5e35c6b46c531d87a3ecf88cac401f1879b0.tar.bz2
gentoo-2-725c5e35c6b46c531d87a3ecf88cac401f1879b0.zip
Delete older ebuild.
(Portage version: 2.2_rc81_p6/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.8.ebuild35
2 files changed, 5 insertions, 36 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog
index 206f177bfda8..104be97c48a5 100644
--- a/dev-python/beautifulsoup/ChangeLog
+++ b/dev-python/beautifulsoup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.42 2010/08/14 17:34:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.43 2010/09/13 15:03:11 arfrever Exp $
+
+ 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -beautifulsoup-3.0.8.ebuild:
+ Delete.
14 Aug 2010; Raúl Porcel <armin76@gentoo.org> beautifulsoup-3.0.8.ebuild,
beautifulsoup-3.0.8.1.ebuild:
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.8.ebuild
deleted file mode 100644
index 8a7010680211..000000000000
--- a/dev-python/beautifulsoup/beautifulsoup-3.0.8.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/beautifulsoup/beautifulsoup-3.0.8.ebuild,v 1.10 2010/08/14 17:34:34 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="BeautifulSoup"
-MY_P="${MY_PN}-${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/${MY_PN}/download/3.x/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.3"
-SLOT="3.0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!dev-python/beautifulsoup:0"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="BeautifulSoup.py BeautifulSoupTests.py"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" BeautifulSoupTests.py
- }
- python_execute_function testing
-}