diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-07 00:30:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-07 00:30:32 +0000 |
commit | a9b14c9982a8561dd6ce3e08c60d4315911d0989 (patch) | |
tree | af3a93d4a9d154ea76d6ac0f3fcfb814edc62e7b /net-zope/zope-proxy | |
parent | Version bump. (diff) | |
download | historical-a9b14c9982a8561dd6ce3e08c60d4315911d0989.tar.gz historical-a9b14c9982a8561dd6ce3e08c60d4315911d0989.tar.bz2 historical-a9b14c9982a8561dd6ce3e08c60d4315911d0989.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-proxy')
-rw-r--r-- | net-zope/zope-proxy/zope-proxy-3.6.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-zope/zope-proxy/zope-proxy-3.6.0.ebuild b/net-zope/zope-proxy/zope-proxy-3.6.0.ebuild deleted file mode 100644 index 8711c766ef50..000000000000 --- a/net-zope/zope-proxy/zope-proxy-3.6.0.ebuild +++ /dev/null @@ -1,33 +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-proxy/zope-proxy-3.6.0.ebuild,v 1.1 2010/05/27 17:35:17 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Generic Transparent Proxies" -HOMEPAGE="http://pypi.python.org/pypi/zope.proxy" -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" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${PN/-//}" |