diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-21 21:23:47 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-21 21:23:47 +0000 |
commit | 2cecf589e420183e3112ba490a1a176c618a8e18 (patch) | |
tree | a0061968581b9b6c43c527a7327f3ece243916cb /net-zope/zodb | |
parent | Version bump. Leak fixes, doc updates, ... (diff) | |
download | gentoo-2-2cecf589e420183e3112ba490a1a176c618a8e18.tar.gz gentoo-2-2cecf589e420183e3112ba490a1a176c618a8e18.tar.bz2 gentoo-2-2cecf589e420183e3112ba490a1a176c618a8e18.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zodb')
-rw-r--r-- | net-zope/zodb/zodb-3.9.5.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/net-zope/zodb/zodb-3.9.5.ebuild b/net-zope/zodb/zodb-3.9.5.ebuild deleted file mode 100644 index 75e333ad3997..000000000000 --- a/net-zope/zodb/zodb-3.9.5.ebuild +++ /dev/null @@ -1,50 +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.5.ebuild,v 1.3 2010/09/19 20:10:11 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -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}" - -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 -} |