summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-25 19:26:39 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-25 19:26:39 +0000
commit121d1c97e9928a15289363546e5e5b4cf3061cec (patch)
tree4ef236c96bcf7f85cf8cd97028dfbce369c2f625 /net-zope
parentVersion bump. (diff)
downloadhistorical-121d1c97e9928a15289363546e5e5b4cf3061cec.tar.gz
historical-121d1c97e9928a15289363546e5e5b4cf3061cec.tar.bz2
historical-121d1c97e9928a15289363546e5e5b4cf3061cec.zip
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/tempstorage/tempstorage-2.11.3.ebuild27
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"