diff options
Diffstat (limited to 'dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild')
-rw-r--r-- | dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild b/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild deleted file mode 100644 index 7e3af70..0000000 --- a/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -PYTHON_DEPEND="2:2.5" - -inherit distutils - -MY_PN="${PN//-/.}" - -DESCRIPTION="Recipe for installing Python package distributions as eggs" -HOMEPAGE="http://pypi.python.org/pypi/zc.recipe.egg/" -SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_PN}-${PV}.tar.gz" -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-zope/zcbuildout" -DEPEND="dev-python/setuptools" - -S="${WORKDIR}/${MY_PN}-${PV}" - -DOCS="CHANGES.txt" |