diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-11 21:32:04 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-11 21:32:04 +0000 |
commit | dc182bb7815722bb3ab5fd2da5e1f464d819bed9 (patch) | |
tree | 11e5317ac3f9816a007486666f0963a21456f8a1 /net-zope | |
parent | clean up. back to testing (diff) | |
download | historical-dc182bb7815722bb3ab5fd2da5e1f464d819bed9.tar.gz historical-dc182bb7815722bb3ab5fd2da5e1f464d819bed9.tar.bz2 historical-dc182bb7815722bb3ab5fd2da5e1f464d819bed9.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-contenttype/zope-contenttype-3.5.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-zope/zope-contenttype/zope-contenttype-3.5.1.ebuild b/net-zope/zope-contenttype/zope-contenttype-3.5.1.ebuild deleted file mode 100644 index ceb5d7f47e16..000000000000 --- a/net-zope/zope-contenttype/zope-contenttype-3.5.1.ebuild +++ /dev/null @@ -1,31 +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-contenttype/zope-contenttype-3.5.1.ebuild,v 1.2 2010/10/30 18:58:27 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope contenttype" -HOMEPAGE="http://pypi.python.org/pypi/zope.contenttype" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN/-//}" -DOCS="CHANGES.txt README.txt" |