diff options
Diffstat (limited to 'net-zope/zope-component/zope-component-3.12.0.ebuild')
-rw-r--r-- | net-zope/zope-component/zope-component-3.12.0.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-zope/zope-component/zope-component-3.12.0.ebuild b/net-zope/zope-component/zope-component-3.12.0.ebuild deleted file mode 100644 index b63c8c9..0000000 --- a/net-zope/zope-component/zope-component-3.12.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.5 3.* *-jython *-pypy-*" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope Component Architecture" -HOMEPAGE="http://pypi.python.org/pypi/zope.component" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -DOCS="CHANGES.txt README.txt" -PYTHON_MODULES="${PN/-//}" -S="${WORKDIR}/${MY_P}" - -#RDEPEND="net-zope/namespaces-zope[zope] -# net-zope/zodb -# net-zope/zope-configuration -# net-zope/zope-event -# net-zope/zope-hookable -# net-zope/zope-i18nmessageid -# >=net-zope/zope-interface-3.8.0 -# net-zope/zope-proxy -# net-zope/zope-schema -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools" -PDEPEND="${DEPEND}" -#net-zope/zope-security" |