diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-07 20:24:44 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-07 20:24:44 +0000 |
commit | 7c7a4f884d2ef5f891a30bc9d9a2f8bf7c6145da (patch) | |
tree | 3875516640c02e88ce8230c6e02f6f9e59e5343a /net-zope/grokcore-security | |
parent | update description of the vpx useflag, bug #337690 (diff) | |
download | gentoo-2-7c7a4f884d2ef5f891a30bc9d9a2f8bf7c6145da.tar.gz gentoo-2-7c7a4f884d2ef5f891a30bc9d9a2f8bf7c6145da.tar.bz2 gentoo-2-7c7a4f884d2ef5f891a30bc9d9a2f8bf7c6145da.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/grokcore-security')
-rw-r--r-- | net-zope/grokcore-security/grokcore-security-1.4.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net-zope/grokcore-security/grokcore-security-1.4.ebuild b/net-zope/grokcore-security/grokcore-security-1.4.ebuild deleted file mode 100644 index faec11910f97..000000000000 --- a/net-zope/grokcore-security/grokcore-security-1.4.ebuild +++ /dev/null @@ -1,35 +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/grokcore-security/grokcore-security-1.4.ebuild,v 1.1 2010/09/19 23:45:58 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="Grok-like configuration for Zope security components" -HOMEPAGE="http://grok.zope.org/ http://pypi.python.org/pypi/grokcore.security" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-python/martian - net-zope/grokcore-component - net-zope/zope-component - net-zope/zope-interface - net-zope/zope-security" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${PN/-//}" |