summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-08 16:34:20 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-08 16:34:20 +0000
commit2b5209c9bf41e77c8a3c6c51899edd18e4caddbd (patch)
tree2a14ff4b61039a72165f5b86e6ff1ebae7951ba6 /net-zope
parentVersion bump. (diff)
downloadhistorical-2b5209c9bf41e77c8a3c6c51899edd18e4caddbd.tar.gz
historical-2b5209c9bf41e77c8a3c6c51899edd18e4caddbd.tar.bz2
historical-2b5209c9bf41e77c8a3c6c51899edd18e4caddbd.zip
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-session/zope-session-3.9.3.ebuild38
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/-//}"