summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-12 21:33:15 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-12 21:33:15 +0000
commit419b48a1fa0d0c3109ca229dba5c87adb5b9bfa5 (patch)
tree11b84e9a5c092464590691979e8ebce1d5a6e70a /net-zope/datetime
parentVersion bump. (diff)
downloadgentoo-2-419b48a1fa0d0c3109ca229dba5c87adb5b9bfa5.tar.gz
gentoo-2-419b48a1fa0d0c3109ca229dba5c87adb5b9bfa5.tar.bz2
gentoo-2-419b48a1fa0d0c3109ca229dba5c87adb5b9bfa5.zip
Delete older ebuild.
Diffstat (limited to 'net-zope/datetime')
-rw-r--r--net-zope/datetime/datetime-2.12.3.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-zope/datetime/datetime-2.12.3.ebuild b/net-zope/datetime/datetime-2.12.3.ebuild
deleted file mode 100644
index 04fed3d193a3..000000000000
--- a/net-zope/datetime/datetime-2.12.3.ebuild
+++ /dev/null
@@ -1,34 +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.3.ebuild,v 1.1 2010/07/09 23:03:25 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-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}.zip"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pytz
- net-zope/zope-interface"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="CHANGES.txt README.txt"
-PYTHON_MODNAME="${MY_PN}"