diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-20 02:36:09 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-20 02:36:09 +0000 |
commit | 5fef40d6720b9c6d20ec190d954d9c1888c8ec20 (patch) | |
tree | eed39d677bbb0534ccb16d2db76a7dfe845a5af5 /net-zope/zope-app-pagetemplate | |
parent | Version bump. (diff) | |
download | gentoo-2-5fef40d6720b9c6d20ec190d954d9c1888c8ec20.tar.gz gentoo-2-5fef40d6720b9c6d20ec190d954d9c1888c8ec20.tar.bz2 gentoo-2-5fef40d6720b9c6d20ec190d954d9c1888c8ec20.zip |
Version bump.
(Portage version: 15121-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-app-pagetemplate')
-rw-r--r-- | net-zope/zope-app-pagetemplate/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.8.0.ebuild (renamed from net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.7.1.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-zope/zope-app-pagetemplate/ChangeLog b/net-zope/zope-app-pagetemplate/ChangeLog index 32272aa81e5a..f806ca560541 100644 --- a/net-zope/zope-app-pagetemplate/ChangeLog +++ b/net-zope/zope-app-pagetemplate/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2009/11/14 15:57:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/ChangeLog,v 1.2 2009/12/20 02:36:09 arfrever Exp $ + +*zope-app-pagetemplate-3.8.0 (20 Dec 2009) + + 20 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-app-pagetemplate-3.7.1.ebuild, +zope-app-pagetemplate-3.8.0.ebuild: + Version bump. *zope-app-pagetemplate-3.7.1 (14 Nov 2009) diff --git a/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.7.1.ebuild b/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.8.0.ebuild index 0b12baa53e55..e38d4ff7eefd 100644 --- a/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.7.1.ebuild +++ b/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.8.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-app-pagetemplate/zope-app-pagetemplate-3.7.1.ebuild,v 1.1 2009/11/14 15:57:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.8.0.ebuild,v 1.1 2009/12/20 02:36:09 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}.tar.gz" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="ZPL" SLOT="0" @@ -32,6 +32,7 @@ RDEPEND="net-zope/zope-component net-zope/zope-tales net-zope/zope-traversing" DEPEND="${RDEPEND} + app-arch/unzip dev-python/setuptools" RESTRICT_PYTHON_ABIS="3.*" |