From 0d51dda6c982a3e123422d2991822ad32373d184 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 28 Sep 2010 21:52:10 +0000 Subject: Delete older ebuild. (Portage version: 2.2_rc88_p32/cvs/Linux x86_64) --- dev-python/mechanize/ChangeLog | 6 ++++- dev-python/mechanize/mechanize-0.2.1.ebuild | 40 ----------------------------- 2 files changed, 5 insertions(+), 41 deletions(-) delete mode 100644 dev-python/mechanize/mechanize-0.2.1.ebuild (limited to 'dev-python/mechanize') diff --git a/dev-python/mechanize/ChangeLog b/dev-python/mechanize/ChangeLog index e70537d1bfa6..ceb7dcbf1add 100644 --- a/dev-python/mechanize/ChangeLog +++ b/dev-python/mechanize/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/mechanize # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.30 2010/09/28 15:26:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.31 2010/09/28 21:52:10 arfrever Exp $ + + 28 Sep 2010; Arfrever Frehtes Taifersar Arahesis + -mechanize-0.2.1.ebuild: + Delete. 28 Sep 2010; Brent Baude mechanize-0.2.2.ebuild: stable ppc, bug 333205 diff --git a/dev-python/mechanize/mechanize-0.2.1.ebuild b/dev-python/mechanize/mechanize-0.2.1.ebuild deleted file mode 100644 index b92ab6090379..000000000000 --- a/dev-python/mechanize/mechanize-0.2.1.ebuild +++ /dev/null @@ -1,40 +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/mechanize/mechanize-0.2.1.ebuild,v 1.4 2010/07/18 13:48:23 nixnut Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -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="" -RESTRICT_PYTHON_ABIS="3.*" - -DOCS="docs/*.txt" - -src_test() { - testing() { - # Ignore warnings (http://github.com/jjlee/mechanize/issues/issue/13). - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -Wignore test.py - } - python_execute_function testing -} - -src_install() { - # Fix some paths. - sed -i -e 's:../styles/:styles/:g' docs/html/* - dohtml -r docs/html/ docs/styles - - distutils_src_install -} -- cgit v1.2.3-65-gdbad