summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zopecomponent/zopecomponent-3.6.0.ebuild')
-rw-r--r--net-zope/zopecomponent/zopecomponent-3.6.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-zope/zopecomponent/zopecomponent-3.6.0.ebuild b/net-zope/zopecomponent/zopecomponent-3.6.0.ebuild
deleted file mode 100644
index 85091cf..0000000
--- a/net-zope/zopecomponent/zopecomponent-3.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils
-
-MY_PN="zope.component"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope Component Architecture"
-HOMEPAGE="http://pypi.python.org/pypi/zope.component"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="net-zope/zopedeprecation
- net-zope/zope-interface
- net-zope/zopedeferredimport
- net-zope/zope-event"
-DEPEND="dev-python/setuptools
- test? ( net-zope/zope-testing )"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="README.txt"