diff options
author | 2011-03-23 23:35:52 +0000 | |
---|---|---|
committer | 2011-03-23 23:35:52 +0000 | |
commit | 95d9bba126fc419752e51e734ec70828a02827ba (patch) | |
tree | a9045d7350e1c244db2e5a2874b9939a9e07b1ec /net-zope | |
parent | Fix dependencies. Call functions from python.eclass only with USE="python". (diff) | |
download | gentoo-2-95d9bba126fc419752e51e734ec70828a02827ba.tar.gz gentoo-2-95d9bba126fc419752e51e734ec70828a02827ba.tar.bz2 gentoo-2-95d9bba126fc419752e51e734ec70828a02827ba.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-lifecycleevent/zope-lifecycleevent-3.6.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-zope/zope-lifecycleevent/zope-lifecycleevent-3.6.2.ebuild b/net-zope/zope-lifecycleevent/zope-lifecycleevent-3.6.2.ebuild deleted file mode 100644 index a582c3de7dd4..000000000000 --- a/net-zope/zope-lifecycleevent/zope-lifecycleevent-3.6.2.ebuild +++ /dev/null @@ -1,33 +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-lifecycleevent/zope-lifecycleevent-3.6.2.ebuild,v 1.1 2010/09/25 18:27:00 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Object life-cycle events" -HOMEPAGE="http://pypi.python.org/pypi/zope.lifecycleevent" -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/zope-component - net-zope/zope-event - net-zope/zope-interface" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${PN/-//}" |