summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-30 17:54:38 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-30 17:54:38 +0000
commita48ed435bf7fa47e6eb5c0ddca83cc6116406431 (patch)
tree0f8222b58a107b6759489ec6a4a1f5e4e659556b
parentBump backports with a patch of mine to fix bug #329427 (USB devices can't be ... (diff)
downloadgentoo-2-a48ed435bf7fa47e6eb5c0ddca83cc6116406431.tar.gz
gentoo-2-a48ed435bf7fa47e6eb5c0ddca83cc6116406431.tar.bz2
gentoo-2-a48ed435bf7fa47e6eb5c0ddca83cc6116406431.zip
Delete older ebuild.
-rw-r--r--net-zope/zope-error/zope-error-3.7.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-zope/zope-error/zope-error-3.7.1.ebuild b/net-zope/zope-error/zope-error-3.7.1.ebuild
deleted file mode 100644
index 79526bc4ac6a..000000000000
--- a/net-zope/zope-error/zope-error-3.7.1.ebuild
+++ /dev/null
@@ -1,34 +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-error/zope-error-3.7.1.ebuild,v 1.1 2010/09/25 19:14:19 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="An error reporting utility for Zope3"
-HOMEPAGE="http://pypi.python.org/pypi/zope.error"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="net-zope/zodb
- net-zope/zope-exceptions
- net-zope/zope-interface
- net-zope/zope-location"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="CHANGES.txt README.txt"
-PYTHON_MODNAME="${PN/-//}"