diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-27 18:28:58 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-27 18:28:58 +0000 |
commit | 00c2ec1a5fafcd6f47de57dad53815a5c5886f9f (patch) | |
tree | d448428813fb1bd2e7d9d8f84df19c5412ab4f6c /net-zope/zope-tales | |
parent | Fixing precompilator flags, still respecting user settings (diff) | |
download | historical-00c2ec1a5fafcd6f47de57dad53815a5c5886f9f.tar.gz historical-00c2ec1a5fafcd6f47de57dad53815a5c5886f9f.tar.bz2 historical-00c2ec1a5fafcd6f47de57dad53815a5c5886f9f.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-tales')
-rw-r--r-- | net-zope/zope-tales/zope-tales-3.5.0.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-zope/zope-tales/zope-tales-3.5.0.ebuild b/net-zope/zope-tales/zope-tales-3.5.0.ebuild deleted file mode 100644 index 73a862508ea7..000000000000 --- a/net-zope/zope-tales/zope-tales-3.5.0.ebuild +++ /dev/null @@ -1,32 +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-tales/zope-tales-3.5.0.ebuild,v 1.4 2010/02/14 19:16:50 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope 3 Template Application Language Expression Syntax (TALES)" -HOMEPAGE="http://pypi.python.org/pypi/zope.tales" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="net-zope/zope-interface - net-zope/zope-tal" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN/-//}" -DOCS="CHANGES.txt README.txt" |