diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-29 00:05:23 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-29 00:05:23 +0000 |
commit | a4d19395947ecf30b975d91bc110a51fed6900e3 (patch) | |
tree | dede8aed7f89c979232367345dbd07c2f0f443db /net-zope/zopeskel | |
parent | eapi=3 (diff) | |
download | historical-a4d19395947ecf30b975d91bc110a51fed6900e3.tar.gz historical-a4d19395947ecf30b975d91bc110a51fed6900e3.tar.bz2 historical-a4d19395947ecf30b975d91bc110a51fed6900e3.zip |
Delete older ebuilds.
Diffstat (limited to 'net-zope/zopeskel')
-rw-r--r-- | net-zope/zopeskel/zopeskel-2.17.ebuild | 29 | ||||
-rw-r--r-- | net-zope/zopeskel/zopeskel-2.18.ebuild | 29 |
2 files changed, 0 insertions, 58 deletions
diff --git a/net-zope/zopeskel/zopeskel-2.17.ebuild b/net-zope/zopeskel/zopeskel-2.17.ebuild deleted file mode 100644 index b55db5eca65e..000000000000 --- a/net-zope/zopeskel/zopeskel-2.17.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeskel/zopeskel-2.17.ebuild,v 1.2 2010/10/30 19:11:32 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="ZopeSkel" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A collection of skeletons for quickstarting Zope projects." -HOMEPAGE="http://pypi.python.org/pypi/ZopeSkel" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-python/pastescript-1.7.2" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" diff --git a/net-zope/zopeskel/zopeskel-2.18.ebuild b/net-zope/zopeskel/zopeskel-2.18.ebuild deleted file mode 100644 index ce7a5461ed06..000000000000 --- a/net-zope/zopeskel/zopeskel-2.18.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeskel/zopeskel-2.18.ebuild,v 1.1 2010/10/03 00:03:49 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="ZopeSkel" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A collection of skeletons for quickstarting Zope projects." -HOMEPAGE="http://pypi.python.org/pypi/ZopeSkel" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-python/pastescript-1.7.2" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" |