diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-25 19:26:39 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-25 19:26:39 +0000 |
commit | c8aeae08f8f51c79b5305a9e2c789e5b7a310987 (patch) | |
tree | ebf102de660c601e132164764ff289ec7e33fd7d /net-zope | |
parent | Version bump. (diff) | |
download | gentoo-2-c8aeae08f8f51c79b5305a9e2c789e5b7a310987.tar.gz gentoo-2-c8aeae08f8f51c79b5305a9e2c789e5b7a310987.tar.bz2 gentoo-2-c8aeae08f8f51c79b5305a9e2c789e5b7a310987.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/tempstorage/tempstorage-2.11.3.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-zope/tempstorage/tempstorage-2.11.3.ebuild b/net-zope/tempstorage/tempstorage-2.11.3.ebuild deleted file mode 100644 index b5e54894daa4..000000000000 --- a/net-zope/tempstorage/tempstorage-2.11.3.ebuild +++ /dev/null @@ -1,27 +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/tempstorage/tempstorage-2.11.3.ebuild,v 1.1 2010/06/05 20:25:13 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="A RAM-based storage for ZODB" -HOMEPAGE="http://pypi.python.org/pypi/tempstorage" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="net-zope/zodb" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools" - -DOCS="CHANGES.txt README.txt" |