diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-16 21:46:05 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-16 21:46:05 +0000 |
commit | a13b09d1f44f86e2542379f30c99c911db7e670b (patch) | |
tree | 35f48af67de3d968a72166f306fecec1ef475e26 /net-zope/zope-dublincore | |
parent | Version bump, security bug #330663. (diff) | |
download | gentoo-2-a13b09d1f44f86e2542379f30c99c911db7e670b.tar.gz gentoo-2-a13b09d1f44f86e2542379f30c99c911db7e670b.tar.bz2 gentoo-2-a13b09d1f44f86e2542379f30c99c911db7e670b.zip |
Delete older ebuild.
Diffstat (limited to 'net-zope/zope-dublincore')
-rw-r--r-- | net-zope/zope-dublincore/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zope-dublincore/zope-dublincore-3.6.3.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/net-zope/zope-dublincore/ChangeLog b/net-zope/zope-dublincore/ChangeLog index 4f07517ab131..e2178580bed2 100644 --- a/net-zope/zope-dublincore/ChangeLog +++ b/net-zope/zope-dublincore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope-dublincore # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-dublincore/ChangeLog,v 1.5 2010/04/24 15:55:03 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-dublincore/ChangeLog,v 1.6 2010/09/16 21:46:05 arfrever Exp $ + + 16 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-dublincore-3.6.3.ebuild: + Delete. *zope-dublincore-3.6.3 (24 Apr 2010) diff --git a/net-zope/zope-dublincore/zope-dublincore-3.6.3.ebuild b/net-zope/zope-dublincore/zope-dublincore-3.6.3.ebuild deleted file mode 100644 index 8926bc57fe96..000000000000 --- a/net-zope/zope-dublincore/zope-dublincore-3.6.3.ebuild +++ /dev/null @@ -1,41 +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.6.3.ebuild,v 1.1 2010/04/24 15:55:03 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -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="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" -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} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN/-//}" -DOCS="CHANGES.txt README.txt" |