summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
commit8ed9a1b423fbb3ece9f73060e9cc433a4980a545 (patch)
tree6a3e202c4d785f7b521c94b0c606302a0813a3e5 /net-zope/zope-broken/zope-broken-3.6.0.ebuild
parentStable for amd64, wrt bug #401985 (diff)
downloadgentoo-2-8ed9a1b423fbb3ece9f73060e9cc433a4980a545.tar.gz
gentoo-2-8ed9a1b423fbb3ece9f73060e9cc433a4980a545.tar.bz2
gentoo-2-8ed9a1b423fbb3ece9f73060e9cc433a4980a545.zip
Removing p.masked net-zope deps
Diffstat (limited to 'net-zope/zope-broken/zope-broken-3.6.0.ebuild')
-rw-r--r--net-zope/zope-broken/zope-broken-3.6.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-zope/zope-broken/zope-broken-3.6.0.ebuild b/net-zope/zope-broken/zope-broken-3.6.0.ebuild
deleted file mode 100644
index 8069a34b5a60..000000000000
--- a/net-zope/zope-broken/zope-broken-3.6.0.ebuild
+++ /dev/null
@@ -1,31 +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-broken/zope-broken-3.6.0.ebuild,v 1.5 2010/10/30 18:54:36 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope Broken Object Interfaces"
-HOMEPAGE="http://pypi.python.org/pypi/zope.broken"
-SRC_URI="mirror://pypi/${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}"
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt README.txt"