diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-18 00:25:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-18 00:25:34 +0000 |
commit | e56d96803c85a11789f7997f316a91b71770cb3c (patch) | |
tree | c4e046c43f7d16d1ff392b192dfb4d0e5d7bce04 /net-zope/zope-app-testing | |
parent | Add flags for ppc to build with big endian support, fixes bug #303667. (diff) | |
download | historical-e56d96803c85a11789f7997f316a91b71770cb3c.tar.gz historical-e56d96803c85a11789f7997f316a91b71770cb3c.tar.bz2 historical-e56d96803c85a11789f7997f316a91b71770cb3c.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-app-testing')
-rw-r--r-- | net-zope/zope-app-testing/zope-app-testing-3.7.4.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-zope/zope-app-testing/zope-app-testing-3.7.4.ebuild b/net-zope/zope-app-testing/zope-app-testing-3.7.4.ebuild deleted file mode 100644 index a7ee00e7bcf3..000000000000 --- a/net-zope/zope-app-testing/zope-app-testing-3.7.4.ebuild +++ /dev/null @@ -1,45 +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-testing/zope-app-testing-3.7.4.ebuild,v 1.4 2010/02/14 19:17:27 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN//-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope Application Testing Support" -HOMEPAGE="http://pypi.python.org/pypi/zope.app.testing" -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/zope-annotation - net-zope/zope-app-appsetup - net-zope/zope-app-debug - net-zope/zope-app-dependable - net-zope/zope-app-publication - net-zope/zope-component - net-zope/zope-container - net-zope/zope-i18n - net-zope/zope-interface - net-zope/zope-password - net-zope/zope-publisher - net-zope/zope-schema - net-zope/zope-security - net-zope/zope-site - net-zope/zope-testing - 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" |