summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-19 17:56:13 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-19 17:56:13 +0000
commitaf6cae574c3360dd2b879eac182a39643a26a4ea (patch)
treee3f4ae17d9fdd5f4a0af26c5bf318c001f2d9b9d /net-zope
parentStable on amd64 wrt bug #355279 (diff)
downloadgentoo-2-af6cae574c3360dd2b879eac182a39643a26a4ea.tar.gz
gentoo-2-af6cae574c3360dd2b879eac182a39643a26a4ea.tar.bz2
gentoo-2-af6cae574c3360dd2b879eac182a39643a26a4ea.zip
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-dublincore/zope-dublincore-3.8.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-zope/zope-dublincore/zope-dublincore-3.8.1.ebuild b/net-zope/zope-dublincore/zope-dublincore-3.8.1.ebuild
deleted file mode 100644
index 3c5e5e992459..000000000000
--- a/net-zope/zope-dublincore/zope-dublincore-3.8.1.ebuild
+++ /dev/null
@@ -1,42 +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-dublincore/zope-dublincore-3.8.1.ebuild,v 1.1 2010/12/19 17:11:10 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope Dublin Core implementation"
-HOMEPAGE="http://pypi.python.org/pypi/zope.dublincore"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc"
-IUSE=""
-
-RDEPEND="dev-python/pytz
- net-zope/zope-annotation
- net-zope/zope-component
- net-zope/zope-datetime
- net-zope/zope-event
- net-zope/zope-i18nmessageid
- net-zope/zope-interface
- net-zope/zope-lifecycleevent
- net-zope/zope-location
- net-zope/zope-schema
- net-zope/zope-security"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="CHANGES.txt README.txt"
-PYTHON_MODNAME="${PN/-//}"