diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-30 02:05:59 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-30 02:05:59 +0000 |
commit | 2876d19e267cfa335792610d48ce6ee4221041eb (patch) | |
tree | 4d4c8b9215c3264744c388558c981db5e7e5d01d /net-zope | |
parent | Version bump. (diff) | |
download | gentoo-2-2876d19e267cfa335792610d48ce6ee4221041eb.tar.gz gentoo-2-2876d19e267cfa335792610d48ce6ee4221041eb.tar.bz2 gentoo-2-2876d19e267cfa335792610d48ce6ee4221041eb.zip |
Version bump.
(Portage version: 15154-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-location/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-location/zope-location-3.9.0.ebuild (renamed from net-zope/zope-location/zope-location-3.8.2.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-zope/zope-location/ChangeLog b/net-zope/zope-location/ChangeLog index 5979e4f8cdde..40d0f1681d34 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.3 2009/12/24 16:31:48 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/ChangeLog,v 1.4 2009/12/30 02:05:59 arfrever Exp $ + +*zope-location-3.9.0 (30 Dec 2009) + + 30 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-location-3.8.2.ebuild, +zope-location-3.9.0.ebuild: + Version bump. *zope-location-3.8.2 (24 Dec 2009) diff --git a/net-zope/zope-location/zope-location-3.8.2.ebuild b/net-zope/zope-location/zope-location-3.9.0.ebuild index 880f60677685..6d98d44e50b0 100644 --- a/net-zope/zope-location/zope-location-3.8.2.ebuild +++ b/net-zope/zope-location/zope-location-3.9.0.ebuild @@ -1,6 +1,6 @@ # 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.8.2.ebuild,v 1.1 2009/12/24 16:31:48 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-location/zope-location-3.9.0.ebuild,v 1.1 2009/12/30 02:05:59 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ 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" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="ZPL" SLOT="0" @@ -25,6 +25,7 @@ RDEPEND=">=net-zope/zope-component-3.8.0 net-zope/zope-proxy net-zope/zope-schema" DEPEND="${RDEPEND} + app-arch/unzip dev-python/setuptools" RESTRICT_PYTHON_ABIS="3.*" |