summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-12 19:52:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-12 19:52:41 +0000
commite75f84439679f0c3523a88c325c00761988f2840 (patch)
tree20916add3032862bec63ed8b3cab4a6ae7b58a31 /net-zope
parentVersion bump. (diff)
downloadgentoo-2-e75f84439679f0c3523a88c325c00761988f2840.tar.gz
gentoo-2-e75f84439679f0c3523a88c325c00761988f2840.tar.bz2
gentoo-2-e75f84439679f0c3523a88c325c00761988f2840.zip
Delete older ebuilds.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zodb/zodb-3.10.1.ebuild52
-rw-r--r--net-zope/zodb/zodb-3.9.7.ebuild52
2 files changed, 0 insertions, 104 deletions
diff --git a/net-zope/zodb/zodb-3.10.1.ebuild b/net-zope/zodb/zodb-3.10.1.ebuild
deleted file mode 100644
index cb4d61741bc5..000000000000
--- a/net-zope/zodb/zodb-3.10.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.10.1.ebuild,v 1.4 2011/01/06 19:25:14 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-MY_PN="ZODB3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope Object DataBase"
-HOMEPAGE="http://pypi.python.org/pypi/ZODB3 https://launchpad.net/zodb"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-python/manuel
- >=net-zope/transaction-1.1.0
- net-zope/zc-lockfile
- net-zope/zconfig
- net-zope/zdaemon
- net-zope/zope-event
- net-zope/zope-interface
- net-zope/zope-testing
- !media-libs/FusionSound"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-DOCS="doc/* HISTORY.txt README.txt"
-PYTHON_MODNAME="BTrees persistent ZEO ZODB"
-
-src_prepare() {
- distutils_src_prepare
- python_convert_shebangs -r 2 src
-}
-
-src_install() {
- distutils_src_install
- python_clean_installation_image
-}
diff --git a/net-zope/zodb/zodb-3.9.7.ebuild b/net-zope/zodb/zodb-3.9.7.ebuild
deleted file mode 100644
index 5c5923804b51..000000000000
--- a/net-zope/zodb/zodb-3.9.7.ebuild
+++ /dev/null
@@ -1,52 +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/zodb/zodb-3.9.7.ebuild,v 1.2 2010/11/29 02:15:49 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-MY_PN="ZODB3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope Object DataBase"
-HOMEPAGE="http://pypi.python.org/pypi/ZODB3 https://launchpad.net/zodb"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="net-zope/transaction
- net-zope/zc-lockfile
- net-zope/zconfig
- net-zope/zdaemon
- net-zope/zope-event
- net-zope/zope-interface
- net-zope/zope-proxy
- !media-libs/FusionSound"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- test? ( net-zope/zope-testing )"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-DOCS="doc/* HISTORY.txt README.txt"
-PYTHON_MODNAME="BTrees persistent ZEO ZODB"
-
-src_prepare() {
- distutils_src_prepare
- python_convert_shebangs -r 2 src
-}
-
-src_install() {
- distutils_src_install
- python_clean_installation_image
-}