summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-29 00:05:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-29 00:05:23 +0000
commita4d19395947ecf30b975d91bc110a51fed6900e3 (patch)
treedede8aed7f89c979232367345dbd07c2f0f443db /net-zope/zopeskel
parenteapi=3 (diff)
downloadhistorical-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.ebuild29
-rw-r--r--net-zope/zopeskel/zopeskel-2.18.ebuild29
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}"