summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-27 18:24:11 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-27 18:24:11 +0000
commit27f5fb19897a8da71ee72564014d32bac36361d5 (patch)
tree897733754a4ec91dae7c1fedabbef0969079cb9e /net-zope/zope-tales
parentVersion bump. (diff)
downloadgentoo-2-27f5fb19897a8da71ee72564014d32bac36361d5.tar.gz
gentoo-2-27f5fb19897a8da71ee72564014d32bac36361d5.tar.bz2
gentoo-2-27f5fb19897a8da71ee72564014d32bac36361d5.zip
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-tales')
-rw-r--r--net-zope/zope-tales/zope-tales-3.5.0.ebuild32
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"