diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-18 00:31:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-18 00:31:36 +0000 |
commit | 75ece6a44620eeac1d43b22d687e81e210228919 (patch) | |
tree | 7961dd6150023640e2b385676a47c78858fad941 /net-zope/zope-app-publication | |
parent | Version bump. (diff) | |
download | gentoo-2-75ece6a44620eeac1d43b22d687e81e210228919.tar.gz gentoo-2-75ece6a44620eeac1d43b22d687e81e210228919.tar.bz2 gentoo-2-75ece6a44620eeac1d43b22d687e81e210228919.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-app-publication')
-rw-r--r-- | net-zope/zope-app-publication/zope-app-publication-3.10.2.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-zope/zope-app-publication/zope-app-publication-3.10.2.ebuild b/net-zope/zope-app-publication/zope-app-publication-3.10.2.ebuild deleted file mode 100644 index ddc21b732e45..000000000000 --- a/net-zope/zope-app-publication/zope-app-publication-3.10.2.ebuild +++ /dev/null @@ -1,43 +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-app-publication/zope-app-publication-3.10.2.ebuild,v 1.3 2010/02/14 19:16:53 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN//-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope publication" -HOMEPAGE="http://pypi.python.org/pypi/zope.app.publication" -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-authentication - net-zope/zope-browser - net-zope/zope-component - net-zope/zope-configuration - net-zope/zope-error - net-zope/zope-event - net-zope/zope-interface - net-zope/zope-location - >=net-zope/zope-publisher-3.12 - net-zope/zope-security - net-zope/zope-schema - net-zope/zope-testing - >=net-zope/zope-traversing-3.9.0" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN//-//}" -DOCS="CHANGES.txt README.txt" |