summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-07 00:23:00 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-07 00:23:00 +0000
commitf80b5f19f48772fad04ee23ef57245496244983b (patch)
tree92f043ebf4fbe70ee502d3d6da9244dd3877c101 /net-zope/zope-exceptions
parentVersion bump. (diff)
downloadhistorical-f80b5f19f48772fad04ee23ef57245496244983b.tar.gz
historical-f80b5f19f48772fad04ee23ef57245496244983b.tar.bz2
historical-f80b5f19f48772fad04ee23ef57245496244983b.zip
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-exceptions')
-rw-r--r--net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild b/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild
deleted file mode 100644
index 570d9aeffd89..000000000000
--- a/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild
+++ /dev/null
@@ -1,30 +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.5.2.ebuild,v 1.4 2010/02/10 18:34:13 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-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"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${PN/-//}"
-DOCS="CHANGES.txt README.txt"