diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 15:12:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 15:12:05 +0000 |
commit | 2687a23e00de6a1ac3446d0e4e70614646d04a74 (patch) | |
tree | 6eeccc374c0705adc69ba1ae5522cfa2d349ecf3 /dev-python | |
parent | ati-drivers-9.8 works on no-multilib profile. So unmask them. (diff) | |
download | gentoo-2-2687a23e00de6a1ac3446d0e4e70614646d04a74.tar.gz gentoo-2-2687a23e00de6a1ac3446d0e4e70614646d04a74.tar.bz2 gentoo-2-2687a23e00de6a1ac3446d0e4e70614646d04a74.zip |
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/webob/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/webob/webob-0.9.2.ebuild | 21 | ||||
-rw-r--r-- | dev-python/webob/webob-0.9.6.ebuild | 21 |
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index b3bb8041f4f0..bb59586fcf50 100644 --- a/dev-python/webob/ChangeLog +++ b/dev-python/webob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/webob # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.3 2009/04/26 09:51:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.4 2009/09/04 15:12:05 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -webob-0.9.2.ebuild, + -webob-0.9.6.ebuild: + Remove old *webob-0.9.6.1 (26 Apr 2009) diff --git a/dev-python/webob/webob-0.9.2.ebuild b/dev-python/webob/webob-0.9.2.ebuild deleted file mode 100644 index f7424f9eab8c..000000000000 --- a/dev-python/webob/webob-0.9.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.2.ebuild,v 1.1 2008/07/02 05:09:52 pythonhead Exp $ - -inherit distutils - -MY_PN="WebOb" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://pythonpaste.org/webob/" -SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~x86" -SLOT="0" -IUSE="" -S="${WORKDIR}/${MY_P}" -DEPEND="dev-python/setuptools" -RDEPEND="" - -#Note: Tests require webtest, but webob is a dependency of webtest diff --git a/dev-python/webob/webob-0.9.6.ebuild b/dev-python/webob/webob-0.9.6.ebuild deleted file mode 100644 index bbbe1e59899f..000000000000 --- a/dev-python/webob/webob-0.9.6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.6.ebuild,v 1.1 2009/02/15 14:06:44 patrick Exp $ - -inherit distutils - -MY_PN="WebOb" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://pythonpaste.org/webob/" -SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~x86 ~amd64" -SLOT="0" -IUSE="" -S="${WORKDIR}/${MY_P}" -DEPEND="dev-python/setuptools" -RDEPEND="" - -#Note: Tests require webtest, but webob is a dependency of webtest |