summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zopeundo/zopeundo-2.12.0.ebuild')
-rw-r--r--net-zope/zopeundo/zopeundo-2.12.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-zope/zopeundo/zopeundo-2.12.0.ebuild b/net-zope/zopeundo/zopeundo-2.12.0.ebuild
deleted file mode 100644
index 0e14d18691a5..000000000000
--- a/net-zope/zopeundo/zopeundo-2.12.0.ebuild
+++ /dev/null
@@ -1,32 +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/zopeundo/zopeundo-2.12.0.ebuild,v 1.2 2010/10/30 19:14:20 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-MY_PN="ZopeUndo"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="ZODB undo support for Zope2."
-HOMEPAGE="http://pypi.python.org/pypi/ZopeUndo"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip
- dev-python/setuptools"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${MY_PN}"
-DOCS="CHANGES.txt README.txt"