summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-06 12:32:57 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-06 12:32:57 +0000
commitb1e5fb30b86b67389dbb030a8c1fc4988ec5ef31 (patch)
tree4d4abe22f633a170e184f9777c14ac0ccae10f1a /dev-python/webtest
parentRevbump with updated init script by wltjr, including overlay changes by weiss... (diff)
downloadhistorical-b1e5fb30b86b67389dbb030a8c1fc4988ec5ef31.tar.gz
historical-b1e5fb30b86b67389dbb030a8c1fc4988ec5ef31.tar.bz2
historical-b1e5fb30b86b67389dbb030a8c1fc4988ec5ef31.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/webtest')
-rw-r--r--dev-python/webtest/Manifest2
-rw-r--r--dev-python/webtest/webtest-1.2.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index f049b9283238..12cbe113429e 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,6 +1,4 @@
DIST WebTest-1.2.1.tar.gz 18872 RMD160 e3602b06cef444fca094fc38035ae9080693cfcf SHA1 7e818ef370ebb3464513d57bee72b95c1c024a00 SHA256 ef1890a7a909a630fafa54010136fef308c874fda3e0c04c97390f7791a384ca
-DIST WebTest-1.2.tar.gz 32855 RMD160 879a8acc710b281e36cd5fcd1c9061a0370de689 SHA1 689c2c71dcd1f51c822dd7a35ec724b4f9471ba5 SHA256 a85dd1aa21b457c3eba5a5bf756f0c0c7859dfdaf13c37f3e645e51284951b39
EBUILD webtest-1.2.1.ebuild 766 RMD160 f4e2415916c5997e2060bab7e95e3ebc5fe9006a SHA1 34f944a6e448655bc89a4a3e949b293c06869ed1 SHA256 4877342cb1abe435f9b856251862d51cb50c4f96969ecd8094a8ba7de5f20b26
-EBUILD webtest-1.2.ebuild 895 RMD160 6c975cd95af9274183a095eaefae9c0340aba697 SHA1 29b04778567a35fa9d870150b422918c14462e4c SHA256 b76427431030c52b5e4fbec2409a9ad0b813678c42b6f41413c593e351f8fd18
MISC ChangeLog 1704 RMD160 dc43d467880cee47c874c8c7ece463b9f98d086f SHA1 3a65a6d0bdab06615d81fad30114c8c6bac493af SHA256 7a4f152d9aaed017fa393778e02c44ea7f502f9faabfa03919583e56576a294a
MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
diff --git a/dev-python/webtest/webtest-1.2.ebuild b/dev-python/webtest/webtest-1.2.ebuild
deleted file mode 100644
index 65a1d3196c94..000000000000
--- a/dev-python/webtest/webtest-1.2.ebuild
+++ /dev/null
@@ -1,38 +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/webtest/webtest-1.2.ebuild,v 1.8 2010/04/16 19:32:45 hwoarang Exp $
-
-EAPI="2"
-
-NEED_PYTHON="2.5"
-SUPPORT_PYTHON_ABIS="1"
-
-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="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="amd64 ~arm ppc x86"
-SLOT="0"
-IUSE="doc examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=">=dev-python/webob-0.9.2"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_src_install
-
- use doc && dodoc docs/index.txt
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r docs/chipy-presentation
- fi
-}