diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-08 16:34:20 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-08 16:34:20 +0000 |
commit | db1c37a2f81427c79b15a7106ab1420249c6a19e (patch) | |
tree | e87bc6886ec2c4182aa52bbaf6e49891aed01361 /net-zope | |
parent | Version bump. (diff) | |
download | gentoo-2-db1c37a2f81427c79b15a7106ab1420249c6a19e.tar.gz gentoo-2-db1c37a2f81427c79b15a7106ab1420249c6a19e.tar.bz2 gentoo-2-db1c37a2f81427c79b15a7106ab1420249c6a19e.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-session/zope-session-3.9.3.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-zope/zope-session/zope-session-3.9.3.ebuild b/net-zope/zope-session/zope-session-3.9.3.ebuild deleted file mode 100644 index 5f49e4178d4e..000000000000 --- a/net-zope/zope-session/zope-session-3.9.3.ebuild +++ /dev/null @@ -1,38 +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/zope-session/zope-session-3.9.3.ebuild,v 1.2 2010/12/05 19:03:52 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Client identification and sessions for Zope" -HOMEPAGE="http://pypi.python.org/pypi/zope.session" -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="net-zope/zodb - net-zope/zope-component - net-zope/zope-i18nmessageid - net-zope/zope-interface - net-zope/zope-location - net-zope/zope-minmax - net-zope/zope-publisher - net-zope/zope-schema" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${PN/-//}" |