Delete older ebuild.
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Fri, 7 Jan 2011 17:00:00 +0000 (17:00 +0000)
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Fri, 7 Jan 2011 17:00:00 +0000 (17:00 +0000)
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64

ChangeLog
webtest-1.2.2.ebuild [deleted file]

index fc5175fe69aac153f87e8cb98b76393922cdf5dd..81631d828cc61f358fe981e83bfd38b0f2b2cba4 100644 (file)
--- 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 <arfrever@gentoo.org>
+  -webtest-1.2.2.ebuild:
+  Delete.
+
   07 Jan 2011; Brent Baude <ranger@gentoo.org> 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 (file)
index 157b1a5..0000000
+++ /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}"