diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-29 19:55:13 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-29 19:55:13 +0000 |
commit | 177bd321efc18e523dddacb816c8fc1ae5b10da1 (patch) | |
tree | b4dd5d2501ee2f5a640549087391de81dd5cc0ce /dev-python/flup | |
parent | Add ~sparc (diff) | |
download | gentoo-2-177bd321efc18e523dddacb816c8fc1ae5b10da1.tar.gz gentoo-2-177bd321efc18e523dddacb816c8fc1ae5b10da1.tar.bz2 gentoo-2-177bd321efc18e523dddacb816c8fc1ae5b10da1.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/flup')
-rw-r--r-- | dev-python/flup/flup-0.5_p2307.ebuild | 23 | ||||
-rw-r--r-- | dev-python/flup/flup-1.0.1.ebuild | 19 | ||||
-rw-r--r-- | dev-python/flup/flup-1.0.ebuild | 19 |
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/flup/flup-0.5_p2307.ebuild b/dev-python/flup/flup-0.5_p2307.ebuild deleted file mode 100644 index 97f928503111..000000000000 --- a/dev-python/flup/flup-0.5_p2307.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-0.5_p2307.ebuild,v 1.5 2007/07/26 18:15:47 corsair Exp $ - -NEED_PYTHON=2.4 - -inherit distutils versionator - -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" - -MY_PV=$(get_version_component_range 3-) -MY_P=${PN}-r${MY_PV/p} - -DESCRIPTION="Random assortment of WSGI servers, middleware" -HOMEPAGE="http://www.saddi.com/software/flup/" -SRC_URI="http://www.saddi.com/software/${PN}/dist/${MY_P}.tar.gz" -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/flup/flup-1.0.1.ebuild b/dev-python/flup/flup-1.0.1.ebuild deleted file mode 100644 index 17db883d8c37..000000000000 --- a/dev-python/flup/flup-1.0.1.ebuild +++ /dev/null @@ -1,19 +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/flup/flup-1.0.1.ebuild,v 1.1 2008/12/07 00:10:59 patrick Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" - -DESCRIPTION="Random assortment of WSGI servers" -HOMEPAGE="http://www.saddi.com/software/flup/" -SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" diff --git a/dev-python/flup/flup-1.0.ebuild b/dev-python/flup/flup-1.0.ebuild deleted file mode 100644 index 060b36a05982..000000000000 --- a/dev-python/flup/flup-1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.ebuild,v 1.1 2007/10/25 20:07:21 dev-zero Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" - -DESCRIPTION="Random assortment of WSGI servers" -HOMEPAGE="http://www.saddi.com/software/flup/" -SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" |