diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-11 21:30:00 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-11 21:30:00 +0000 |
commit | 56be6b9030aa9a5fabce38d121443851c5de323a (patch) | |
tree | ff03d292f4d2cb2084c28183f0e419acbc8d60bb /net-zope/zope-app-pagetemplate | |
parent | Version bump. (diff) | |
download | gentoo-2-56be6b9030aa9a5fabce38d121443851c5de323a.tar.gz gentoo-2-56be6b9030aa9a5fabce38d121443851c5de323a.tar.bz2 gentoo-2-56be6b9030aa9a5fabce38d121443851c5de323a.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-app-pagetemplate')
-rw-r--r-- | net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.0.ebuild b/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.0.ebuild deleted file mode 100644 index a6273fec107b..000000000000 --- a/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.0.ebuild +++ /dev/null @@ -1,39 +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-pagetemplate/zope-app-pagetemplate-3.11.0.ebuild,v 1.1 2010/04/28 21:17:47 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN//-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="PageTemplate integration for Zope 3" -HOMEPAGE="http://pypi.python.org/pypi/zope.app.pagetemplate" -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" -IUSE="" - -RDEPEND=">=net-zope/zope-browserpage-3.12.0 - net-zope/zope-dublincore - net-zope/zope-i18nmessageid - net-zope/zope-interface - net-zope/zope-pagetemplate - net-zope/zope-security - net-zope/zope-size - net-zope/zope-tales - net-zope/zope-traversing" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN//-//}" -DOCS="CHANGES.txt README.txt" |