diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-07 16:55:13 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-07 16:55:13 +0000 |
commit | bacc2fa03e04c7f7cb2b0b0809b65b894b671cbc (patch) | |
tree | ea7ff2a2bd161abacf8329eb7b792c27ee5e3fc5 /dev-python/mechanize | |
parent | Delete older ebuilds. (diff) | |
download | historical-bacc2fa03e04c7f7cb2b0b0809b65b894b671cbc.tar.gz historical-bacc2fa03e04c7f7cb2b0b0809b65b894b671cbc.tar.bz2 historical-bacc2fa03e04c7f7cb2b0b0809b65b894b671cbc.zip |
Delete older ebuilds.
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'dev-python/mechanize')
-rw-r--r-- | dev-python/mechanize/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/mechanize/mechanize-0.2.2.ebuild | 40 | ||||
-rw-r--r-- | dev-python/mechanize/mechanize-0.2.3.ebuild | 40 |
3 files changed, 5 insertions, 81 deletions
diff --git a/dev-python/mechanize/ChangeLog b/dev-python/mechanize/ChangeLog index dcf03221b9f7..868f135d1641 100644 --- a/dev-python/mechanize/ChangeLog +++ b/dev-python/mechanize/ChangeLog @@ -1,6 +1,10 @@ # 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.36 2011/01/07 16:30:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.37 2011/01/07 16:55:13 arfrever Exp $ + + 07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -mechanize-0.2.2.ebuild, -mechanize-0.2.3.ebuild: + Delete. 07 Jan 2011; Brent Baude <ranger@gentoo.org> mechanize-0.2.4.ebuild: Marking mechanize-0.2.4 ppc for bug 348078 diff --git a/dev-python/mechanize/mechanize-0.2.2.ebuild b/dev-python/mechanize/mechanize-0.2.2.ebuild deleted file mode 100644 index 01cd7b821789..000000000000 --- a/dev-python/mechanize/mechanize-0.2.2.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.2.ebuild,v 1.4 2010/09/28 15:26:40 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)" -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 -} diff --git a/dev-python/mechanize/mechanize-0.2.3.ebuild b/dev-python/mechanize/mechanize-0.2.3.ebuild deleted file mode 100644 index a0bbd36bacb1..000000000000 --- a/dev-python/mechanize/mechanize-0.2.3.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.3.ebuild,v 1.1 2010/10/17 20:36:53 arfrever 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)" -Wignore 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" -} |