summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 22:53:57 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 22:53:57 +0000
commit035e6a35b7a7a100421656d49640b7a824e0795e (patch)
treef97f7a5a4612ac55111908db6ef53be4ffebafa3 /net-zope/zope-component
parentVersion bump. (diff)
downloadgentoo-2-035e6a35b7a7a100421656d49640b7a824e0795e.tar.gz
gentoo-2-035e6a35b7a7a100421656d49640b7a824e0795e.tar.bz2
gentoo-2-035e6a35b7a7a100421656d49640b7a824e0795e.zip
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-component')
-rw-r--r--net-zope/zope-component/zope-component-3.9.4.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-zope/zope-component/zope-component-3.9.4.ebuild b/net-zope/zope-component/zope-component-3.9.4.ebuild
deleted file mode 100644
index eb8cb9127e70..000000000000
--- a/net-zope/zope-component/zope-component-3.9.4.ebuild
+++ /dev/null
@@ -1,42 +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-component/zope-component-3.9.4.ebuild,v 1.1 2010/05/27 17:42:28 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-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}.zip"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="net-zope/zodb
- net-zope/zope-configuration
- net-zope/zope-event
- net-zope/zope-hookable
- net-zope/zope-i18nmessageid
- net-zope/zope-interface
- net-zope/zope-proxy
- net-zope/zope-schema"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools"
-# net-zope/zope-security depends on net-zope/zope-component, so net-zope/zope-security
-# cannot be specified in DEPEND/RDEPEND due to circular dependencies.
-PDEPEND="net-zope/zope-security"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="CHANGES.txt README.txt"
-PYTHON_MODNAME="${PN/-//}"