diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 23:02:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 23:02:40 +0000 |
commit | a57850030e3fd6ad8d5bead3042c394eb5852f07 (patch) | |
tree | 6f0d645166d22e79f934a1a659a88384cab47902 | |
parent | Version bump. (diff) | |
download | gentoo-2-a57850030e3fd6ad8d5bead3042c394eb5852f07.tar.gz gentoo-2-a57850030e3fd6ad8d5bead3042c394eb5852f07.tar.bz2 gentoo-2-a57850030e3fd6ad8d5bead3042c394eb5852f07.zip |
Delete older ebuild.
-rw-r--r-- | net-zope/datetime/datetime-2.12.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-zope/datetime/datetime-2.12.2.ebuild b/net-zope/datetime/datetime-2.12.2.ebuild deleted file mode 100644 index 68a1961bd040..000000000000 --- a/net-zope/datetime/datetime-2.12.2.ebuild +++ /dev/null @@ -1,33 +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/datetime/datetime-2.12.2.ebuild,v 1.1 2010/05/06 23:47:10 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="DateTime" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="DateTime data type from Zope 2" -HOMEPAGE="http://pypi.python.org/pypi/DateTime" -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="" - -RDEPEND="dev-python/pytz - net-zope/zope-interface" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt README.txt" -PYTHON_MODNAME="${MY_PN}" |