summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-06-23 14:56:18 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-06-23 14:56:18 +0000
commit2fe1267125ea0578f3be1b84071949f428e2437a (patch)
tree2feadea9835104ffa29544ef4220e3a967592d67 /dev-python/mechanize
parentRemove old ebuilds. Requested by Arfrever (diff)
downloadgentoo-2-2fe1267125ea0578f3be1b84071949f428e2437a.tar.gz
gentoo-2-2fe1267125ea0578f3be1b84071949f428e2437a.tar.bz2
gentoo-2-2fe1267125ea0578f3be1b84071949f428e2437a.zip
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/mechanize')
-rw-r--r--dev-python/mechanize/ChangeLog5
-rw-r--r--dev-python/mechanize/mechanize-0.2.4.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-python/mechanize/ChangeLog b/dev-python/mechanize/ChangeLog
index e47de2586d2e..39603a645992 100644
--- a/dev-python/mechanize/ChangeLog
+++ b/dev-python/mechanize/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mechanize
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.41 2011/05/28 13:52:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.42 2011/06/23 14:56:18 hwoarang Exp $
+
+ 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -mechanize-0.2.4.ebuild:
+ Remove old ebuilds. Requested by Arfrever
28 May 2011; Brent Baude <ranger@gentoo.org> mechanize-0.2.5.ebuild:
Marking mechanize-0.2.5 ppc for bug 365879
diff --git a/dev-python/mechanize/mechanize-0.2.4.ebuild b/dev-python/mechanize/mechanize-0.2.4.ebuild
deleted file mode 100644
index 6984f7d1bbeb..000000000000
--- a/dev-python/mechanize/mechanize-0.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.4.ebuild,v 1.5 2011/01/07 16:30:35 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils eutils
-
-DESCRIPTION="Stateful programmatic web browsing in Python"
-HOMEPAGE="http://wwwsearch.sourceforge.net/mechanize/ http://pypi.python.org/pypi/mechanize"
-SRC_URI="http://wwwsearch.sourceforge.net/${PN}/src/${P}.tar.gz"
-
-LICENSE="|| ( BSD ZPL )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-DOCS="docs/*.txt"
-
-src_test() {
- testing() {
- # Ignore warnings (http://github.com/jjlee/mechanize/issues/issue/13).
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -W ignore test.py
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
-
- # Fix some paths.
- sed -e "s:../styles/:styles/:g" -i docs/html/* || die "sed failed"
- dohtml -r docs/html/ docs/styles || die "dohtml failed"
-}