diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-12 19:18:26 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-12 19:18:26 +0000 |
commit | de8f6645f257c4f49d13953b92ace20b15e025b2 (patch) | |
tree | f1e81d2356eaabade353e9b2e051e0b102d8863b /net-zope | |
parent | Version bump. (diff) | |
download | gentoo-2-de8f6645f257c4f49d13953b92ace20b15e025b2.tar.gz gentoo-2-de8f6645f257c4f49d13953b92ace20b15e025b2.tar.bz2 gentoo-2-de8f6645f257c4f49d13953b92ace20b15e025b2.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-component/zope-component-3.9.1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-zope/zope-component/zope-component-3.9.1.ebuild b/net-zope/zope-component/zope-component-3.9.1.ebuild deleted file mode 100644 index 1ba7ec6a1c4a..000000000000 --- a/net-zope/zope-component/zope-component-3.9.1.ebuild +++ /dev/null @@ -1,40 +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-component/zope-component-3.9.1.ebuild,v 1.2 2010/02/14 19:17:11 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope Component Architecture" -HOMEPAGE="http://pypi.python.org/pypi/zope.component" -SRC_URI="http://pypi.python.org/packages/source/${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-configuration - net-zope/zope-event - net-zope/zope-hookable - net-zope/zope-i18nmessageid - net-zope/zope-interface - net-zope/zope-proxy - net-zope/zope-schema" -DEPEND="${RDEPEND} - dev-python/setuptools" -# net-zope/zope-security depends on net-zope/zope-component, so net-zope/zope-security -# cannot be specified in DEPEND/RDEPEND due to circular dependencies. -PDEPEND="net-zope/zope-security" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN/-//}" -DOCS="CHANGES.txt README.txt" |