summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-18 11:08:48 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-18 11:08:48 +0000
commite4a3055620f6b7afc75ff4d7fc794f531b8d0da0 (patch)
tree5f7956e79bcb4beabaea8e91352e4784cb9d44a6 /dev-python/beautifulsoup
parentUse PYTHON_DEPEND instead of NEED_PYTHON. (diff)
downloadgentoo-2-e4a3055620f6b7afc75ff4d7fc794f531b8d0da0.tar.gz
gentoo-2-e4a3055620f6b7afc75ff4d7fc794f531b8d0da0.tar.bz2
gentoo-2-e4a3055620f6b7afc75ff4d7fc794f531b8d0da0.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.7.ebuild
deleted file mode 100644
index 02f306c2c2db..000000000000
--- a/dev-python/beautifulsoup/beautifulsoup-3.0.7.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.7.ebuild,v 1.8 2010/05/22 16:15:36 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/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-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
-}