diff options
author | 2010-11-07 20:11:05 +0000 | |
---|---|---|
committer | 2010-11-07 20:11:05 +0000 | |
commit | 182049634dfb69de4f5ebbbb49579d1dd6c8cdc8 (patch) | |
tree | a155a0f784386a570e780cd54c2bc5a698612859 /net-zope | |
parent | Version bump. (diff) | |
download | historical-182049634dfb69de4f5ebbbb49579d1dd6c8cdc8.tar.gz historical-182049634dfb69de4f5ebbbb49579d1dd6c8cdc8.tar.bz2 historical-182049634dfb69de4f5ebbbb49579d1dd6c8cdc8.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/grokcore-component/grokcore-component-1.9.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net-zope/grokcore-component/grokcore-component-1.9.ebuild b/net-zope/grokcore-component/grokcore-component-1.9.ebuild deleted file mode 100644 index 0cc78370d9c0..000000000000 --- a/net-zope/grokcore-component/grokcore-component-1.9.ebuild +++ /dev/null @@ -1,36 +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/grokcore-component/grokcore-component-1.9.ebuild,v 1.1 2010/09/19 23:41:28 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="Grok-like configuration for basic components (adapters, utilities, subscribers)" -HOMEPAGE="http://grok.zope.org/ http://pypi.python.org/pypi/grokcore.component" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-python/martian - net-zope/zope-component - net-zope/zope-configuration - net-zope/zope-interface - net-zope/zope-schema - net-zope/zope-testing" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${PN/-//}" |