From 6289374690c3c1d06b88bd7d2846423eccc14143 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 21 Nov 2009 19:30:24 +0000 Subject: Version bump. (Portage version: 14872-svn/cvs/Linux x86_64) --- net-zope/zope-location/ChangeLog | 8 +++++- net-zope/zope-location/zope-location-3.7.0.ebuild | 34 ----------------------- net-zope/zope-location/zope-location-3.7.1.ebuild | 34 +++++++++++++++++++++++ 3 files changed, 41 insertions(+), 35 deletions(-) delete mode 100644 net-zope/zope-location/zope-location-3.7.0.ebuild create mode 100644 net-zope/zope-location/zope-location-3.7.1.ebuild (limited to 'net-zope') diff --git a/net-zope/zope-location/ChangeLog b/net-zope/zope-location/ChangeLog index 90103a686846..86601ddf794e 100644 --- a/net-zope/zope-location/ChangeLog +++ b/net-zope/zope-location/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-location # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/ChangeLog,v 1.1 2009/10/25 17:31:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/ChangeLog,v 1.2 2009/11/21 19:30:24 arfrever Exp $ + +*zope-location-3.7.1 (21 Nov 2009) + + 21 Nov 2009; Arfrever Frehtes Taifersar Arahesis + -zope-location-3.7.0.ebuild, +zope-location-3.7.1.ebuild: + Version bump. *zope-location-3.7.0 (25 Oct 2009) diff --git a/net-zope/zope-location/zope-location-3.7.0.ebuild b/net-zope/zope-location/zope-location-3.7.0.ebuild deleted file mode 100644 index 151d536cf9af..000000000000 --- a/net-zope/zope-location/zope-location-3.7.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/zope-location-3.7.0.ebuild,v 1.1 2009/10/25 17:31:32 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope Location" -HOMEPAGE="http://pypi.python.org/pypi/zope.location" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="net-zope/zope-component - net-zope/zope-copy - net-zope/zope-interface - net-zope/zope-proxy - net-zope/zope-schema" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN/-//}" -DOCS="CHANGES.txt README.txt" diff --git a/net-zope/zope-location/zope-location-3.7.1.ebuild b/net-zope/zope-location/zope-location-3.7.1.ebuild new file mode 100644 index 000000000000..d3b5b7db78df --- /dev/null +++ b/net-zope/zope-location/zope-location-3.7.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/zope-location-3.7.1.ebuild,v 1.1 2009/11/21 19:30:24 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope Location" +HOMEPAGE="http://pypi.python.org/pypi/zope.location" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=net-zope/zope-component-3.8.0 + net-zope/zope-copy + net-zope/zope-interface + net-zope/zope-proxy + net-zope/zope-schema" +DEPEND="${RDEPEND} + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${PN/-//}" +DOCS="CHANGES.txt README.txt" -- cgit v1.2.3-65-gdbad