diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-07 00:13:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-07 00:13:17 +0000 |
commit | c690a2594ac197b2dac65235c509abc846844d99 (patch) | |
tree | 97275444389f84456e06067e881c30a18bd96784 /net-zope | |
parent | Version bump. Fixed tests with Python 2.7 and Python 3.2 (bug #318807). (diff) | |
download | historical-c690a2594ac197b2dac65235c509abc846844d99.tar.gz historical-c690a2594ac197b2dac65235c509abc846844d99.tar.bz2 historical-c690a2594ac197b2dac65235c509abc846844d99.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild | 32 | ||||
-rw-r--r-- | net-zope/zope-formlib/zope-formlib-4.0.3.ebuild | 43 |
2 files changed, 0 insertions, 75 deletions
diff --git a/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild b/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild deleted file mode 100644 index 3b4901a221b0..000000000000 --- a/net-zope/zope-exceptions/zope-exceptions-3.6.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-exceptions/zope-exceptions-3.6.0.ebuild,v 1.1 2010/05/07 00:23:33 arfrever Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope Exceptions" -HOMEPAGE="http://pypi.python.org/pypi/zope.exceptions" -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-interface" -# net-zope/zope-fixers is required for building with Python 3. -DEPEND="${RDEPEND} - dev-python/setuptools - net-zope/zope-fixers" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${PN/-//}" diff --git a/net-zope/zope-formlib/zope-formlib-4.0.3.ebuild b/net-zope/zope-formlib/zope-formlib-4.0.3.ebuild deleted file mode 100644 index 2d26b39a135b..000000000000 --- a/net-zope/zope-formlib/zope-formlib-4.0.3.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-formlib/zope-formlib-4.0.3.ebuild,v 1.1 2010/05/30 19:07:15 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Form generation and validation library for Zope" -HOMEPAGE="http://pypi.python.org/pypi/zope.formlib" -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="dev-python/pytz - net-zope/zope-browser - net-zope/zope-browserpage - net-zope/zope-component - net-zope/zope-datetime - net-zope/zope-event - net-zope/zope-i18n - net-zope/zope-i18nmessageid - net-zope/zope-interface - net-zope/zope-lifecycleevent - net-zope/zope-publisher - net-zope/zope-schema - net-zope/zope-security" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${PN/-//}" |