From 29c98315be06cc5bd392ce5dea37ff106d080982 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 7 Jan 2011 17:00:00 +0000 Subject: [PATCH] Delete older ebuild. Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64 --- ChangeLog | 4 ++++ webtest-1.2.2.ebuild | 30 ------------------------------ 2 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 webtest-1.2.2.ebuild diff --git a/ChangeLog b/ChangeLog index fc5175f..81631d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header$ + 07 Jan 2011; Arfrever Frehtes Taifersar Arahesis + -webtest-1.2.2.ebuild: + Delete. + 07 Jan 2011; Brent Baude webtest-1.2.3.ebuild: Marking webtest-1.2.3 ppc for bug 348091 diff --git a/webtest-1.2.2.ebuild b/webtest-1.2.2.ebuild deleted file mode 100644 index 157b1a5..0000000 --- a/webtest-1.2.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header$ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -# xml.etree.ElementTree module required. -RESTRICT_PYTHON_ABIS="2.4 3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="WebTest" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Helper to test WSGI applications" -HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~sparc x86" -IUSE="" - -RDEPEND=">=dev-python/webob-0.9.2" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" -- 2.26.2