diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-17 18:04:49 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-17 18:04:49 +0000 |
commit | 1e8b2265ebedc35893db5e237d419bf41c231a02 (patch) | |
tree | 218ed0a1629da124415ad781d1d4e6de83222e87 /net-zope/zope-app-pagetemplate | |
parent | Version bump. (diff) | |
download | gentoo-2-1e8b2265ebedc35893db5e237d419bf41c231a02.tar.gz gentoo-2-1e8b2265ebedc35893db5e237d419bf41c231a02.tar.bz2 gentoo-2-1e8b2265ebedc35893db5e237d419bf41c231a02.zip |
Version bump.
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-app-pagetemplate')
-rw-r--r-- | net-zope/zope-app-pagetemplate/ChangeLog | 11 | ||||
-rw-r--r-- | net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.1.ebuild (renamed from net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.0.ebuild) | 7 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-zope/zope-app-pagetemplate/ChangeLog b/net-zope/zope-app-pagetemplate/ChangeLog index 61d8bd63216f..1901789047c4 100644 --- a/net-zope/zope-app-pagetemplate/ChangeLog +++ b/net-zope/zope-app-pagetemplate/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-zope/zope-app-pagetemplate -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/ChangeLog,v 1.3 2009/12/24 16:54:26 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/ChangeLog,v 1.4 2010/01/17 18:04:49 arfrever Exp $ + +*zope-app-pagetemplate-3.10.1 (17 Jan 2010) + + 17 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-app-pagetemplate-3.10.0.ebuild, + +zope-app-pagetemplate-3.10.1.ebuild: + Version bump. *zope-app-pagetemplate-3.10.0 (24 Dec 2009) diff --git a/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.0.ebuild b/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.1.ebuild index 50d9a52d7556..7ec916fd20a7 100644 --- a/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.0.ebuild +++ b/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.0.ebuild,v 1.1 2009/12/24 16:54:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.10.1.ebuild,v 1.1 2010/01/17 18:04:49 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="PageTemplate integration for Zope 3" HOMEPAGE="http://pypi.python.org/pypi/zope.app.pagetemplate" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="ZPL" SLOT="0" @@ -31,7 +31,6 @@ RDEPEND="net-zope/zope-browserpage net-zope/zope-tales net-zope/zope-traversing" DEPEND="${RDEPEND} - app-arch/unzip dev-python/setuptools" RESTRICT_PYTHON_ABIS="3.*" |