summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zope-app-pagetemplate')
-rw-r--r--net-zope/zope-app-pagetemplate/ChangeLog11
-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.*"