diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 17:06:52 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 17:06:52 +0000 |
commit | b87b47ac99691a0e98df65d692f5c56ddf3f8a4f (patch) | |
tree | 2ebe08f1cadfb981f6fe32bce24f061ca3e4627e /net-zope/zope-contenttype | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-b87b47ac99691a0e98df65d692f5c56ddf3f8a4f.tar.gz gentoo-2-b87b47ac99691a0e98df65d692f5c56ddf3f8a4f.tar.bz2 gentoo-2-b87b47ac99691a0e98df65d692f5c56ddf3f8a4f.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-contenttype')
-rw-r--r-- | net-zope/zope-contenttype/zope-contenttype-3.5.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-zope/zope-contenttype/zope-contenttype-3.5.0.ebuild b/net-zope/zope-contenttype/zope-contenttype-3.5.0.ebuild deleted file mode 100644 index 0bcea831b9f6..000000000000 --- a/net-zope/zope-contenttype/zope-contenttype-3.5.0.ebuild +++ /dev/null @@ -1,37 +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.0.ebuild,v 1.4 2010/02/14 19:17:16 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope contenttype" -HOMEPAGE="http://pypi.python.org/pypi/zope.contenttype" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools - test? ( dev-python/nose )" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN/-//}" -DOCS="CHANGES.txt README.txt" - -src_test() { - testing() { - nosetests-${PYTHON_ABI} - } - python_execute_function testing -} |