diff options
author | 2010-09-11 21:36:03 +0000 | |
---|---|---|
committer | 2010-09-11 21:36:03 +0000 | |
commit | a743479c5f83f90a696f1e0fe6342f86c7b2b216 (patch) | |
tree | b89080dd9669ad4bcd90b8f835a1f8f6e7e380e8 /net-zope/zope-app-pagetemplate | |
parent | Delete older ebuild. (diff) | |
download | historical-a743479c5f83f90a696f1e0fe6342f86c7b2b216.tar.gz historical-a743479c5f83f90a696f1e0fe6342f86c7b2b216.tar.bz2 historical-a743479c5f83f90a696f1e0fe6342f86c7b2b216.zip |
Version bump.
Package-Manager: portage-2.2_rc80/cvs/Linux x86_64
Diffstat (limited to 'net-zope/zope-app-pagetemplate')
-rw-r--r-- | net-zope/zope-app-pagetemplate/ChangeLog | 9 | ||||
-rw-r--r-- | net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.1.ebuild | 39 |
2 files changed, 47 insertions, 1 deletions
diff --git a/net-zope/zope-app-pagetemplate/ChangeLog b/net-zope/zope-app-pagetemplate/ChangeLog index e2eda7fd98f2..04f3a7d8985e 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/ChangeLog,v 1.7 2010/04/28 21:17:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-pagetemplate/ChangeLog,v 1.8 2010/09/11 21:30:31 arfrever Exp $ + +*zope-app-pagetemplate-3.11.1 (11 Sep 2010) + + 11 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-app-pagetemplate-3.11.0.ebuild, + +zope-app-pagetemplate-3.11.1.ebuild: + Version bump. *zope-app-pagetemplate-3.11.0 (28 Apr 2010) diff --git a/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.1.ebuild b/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.1.ebuild new file mode 100644 index 000000000000..ef663fea94d3 --- /dev/null +++ b/net-zope/zope-app-pagetemplate/zope-app-pagetemplate-3.11.1.ebuild @@ -0,0 +1,39 @@ +# 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.11.1.ebuild,v 1.1 2010/09/11 21:30:31 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +MY_PN="${PN//-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="PageTemplate integration for Zope 3" +HOMEPAGE="http://pypi.python.org/pypi/zope.app.pagetemplate" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc" +IUSE="" + +RDEPEND=">=net-zope/zope-browserpage-3.12.0 + net-zope/zope-dublincore + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-pagetemplate + net-zope/zope-security + net-zope/zope-size + net-zope/zope-tales + net-zope/zope-traversing" +DEPEND="${RDEPEND} + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN//-//}" |