summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-07 00:30:32 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-07 00:30:32 +0000
commita9b14c9982a8561dd6ce3e08c60d4315911d0989 (patch)
treeaf3a93d4a9d154ea76d6ac0f3fcfb814edc62e7b /net-zope/zope-proxy
parentVersion bump. (diff)
downloadhistorical-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.ebuild33
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/-//}"