summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:38:53 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:38:53 +0000
commitb3b7488e9853e322d19ff41c3de8b3ab441a1220 (patch)
treef2673c8aa8d6a3cd1950ee5a2b19190aaaa0bb0c
parentRemove old ebuild. Requested by Arfrever (diff)
downloadgentoo-2-b3b7488e9853e322d19ff41c3de8b3ab441a1220.tar.gz
gentoo-2-b3b7488e9853e322d19ff41c3de8b3ab441a1220.tar.bz2
gentoo-2-b3b7488e9853e322d19ff41c3de8b3ab441a1220.zip
Remove old ebuild. Requested by Arfrever
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
-rw-r--r--dev-python/webob/ChangeLog5
-rw-r--r--dev-python/webob/webob-1.0.6.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog
index 1f47a73e4269..00a0804ee227 100644
--- a/dev-python/webob/ChangeLog
+++ b/dev-python/webob/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.44 2011/07/20 22:42:44 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.45 2011/08/05 22:38:53 hwoarang Exp $
+
+ 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -webob-1.0.6.ebuild:
+ Remove old ebuild. Requested by Arfrever
20 Jul 2011; Mark Loeser <halcy0n@gentoo.org> webob-1.0.7.ebuild:
Stable for ppc64; bug #370511
diff --git a/dev-python/webob/webob-1.0.6.ebuild b/dev-python/webob/webob-1.0.6.ebuild
deleted file mode 100644
index 45731ea833cf..000000000000
--- a/dev-python/webob/webob-1.0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.6.ebuild,v 1.5 2011/05/28 13:43:40 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN="WebOb"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="app-arch/unzip
- dev-python/setuptools"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"