summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-12 20:25:09 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-12 20:25:09 +0000
commit1296ecf1e7e321ac905a7cf35ce5c9e62c017644 (patch)
tree29fcbb42fe52f4f11a1a6a1ef941a564699b6c74 /net-zope/zc-buildout
parentRemove old (diff)
downloadhistorical-1296ecf1e7e321ac905a7cf35ce5c9e62c017644.tar.gz
historical-1296ecf1e7e321ac905a7cf35ce5c9e62c017644.tar.bz2
historical-1296ecf1e7e321ac905a7cf35ce5c9e62c017644.zip
Delete older ebuilds.
Diffstat (limited to 'net-zope/zc-buildout')
-rw-r--r--net-zope/zc-buildout/zc-buildout-1.4.2.ebuild36
-rw-r--r--net-zope/zc-buildout/zc-buildout-1.4.3.ebuild36
2 files changed, 0 insertions, 72 deletions
diff --git a/net-zope/zc-buildout/zc-buildout-1.4.2.ebuild b/net-zope/zc-buildout/zc-buildout-1.4.2.ebuild
deleted file mode 100644
index 8d106e595e99..000000000000
--- a/net-zope/zc-buildout/zc-buildout-1.4.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zc-buildout/zc-buildout-1.4.2.ebuild,v 1.1 2009/11/01 23:51:39 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="System for managing development buildouts"
-HOMEPAGE="http://pypi.python.org/pypi/zc.buildout"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools"
-DEPEND="${RDEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}"/${MY_P}
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt todo.txt"
-
-src_install() {
- distutils_src_install
-
- # Remove README.txt installed in incorrect location.
- rm -f "${D}usr/README.txt"
-}
diff --git a/net-zope/zc-buildout/zc-buildout-1.4.3.ebuild b/net-zope/zc-buildout/zc-buildout-1.4.3.ebuild
deleted file mode 100644
index 43c37159f951..000000000000
--- a/net-zope/zc-buildout/zc-buildout-1.4.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zc-buildout/zc-buildout-1.4.3.ebuild,v 1.1 2009/12/11 01:55:25 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="System for managing development buildouts"
-HOMEPAGE="http://pypi.python.org/pypi/zc.buildout"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools"
-DEPEND="${RDEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}"/${MY_P}
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt todo.txt"
-
-src_install() {
- distutils_src_install
-
- # Remove README.txt installed in incorrect location.
- rm -f "${D}usr/README.txt"
-}