From 2561f743667182d393727b6ed62b83d24d3bb58a Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 2 Jan 2010 20:28:23 +0000 Subject: Version bump. Package-Manager: portage-15155-svn/cvs/Linux x86_64 --- net-zope/zope-tales/ChangeLog | 10 +++++++-- net-zope/zope-tales/Manifest | 6 +++--- net-zope/zope-tales/zope-tales-3.4.0.ebuild | 31 ---------------------------- net-zope/zope-tales/zope-tales-3.5.0.ebuild | 32 +++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 36 deletions(-) delete mode 100644 net-zope/zope-tales/zope-tales-3.4.0.ebuild create mode 100644 net-zope/zope-tales/zope-tales-3.5.0.ebuild (limited to 'net-zope') diff --git a/net-zope/zope-tales/ChangeLog b/net-zope/zope-tales/ChangeLog index df7cd3d97e8d..8a897c6be7b6 100644 --- a/net-zope/zope-tales/ChangeLog +++ b/net-zope/zope-tales/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-tales -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/ChangeLog,v 1.1 2009/10/31 19:38:55 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/ChangeLog,v 1.2 2010/01/02 20:28:23 arfrever Exp $ + +*zope-tales-3.5.0 (02 Jan 2010) + + 02 Jan 2010; Arfrever Frehtes Taifersar Arahesis + -zope-tales-3.4.0.ebuild, +zope-tales-3.5.0.ebuild: + Version bump. *zope-tales-3.4.0 (31 Oct 2009) diff --git a/net-zope/zope-tales/Manifest b/net-zope/zope-tales/Manifest index ada850c1b971..db67f0443847 100644 --- a/net-zope/zope-tales/Manifest +++ b/net-zope/zope-tales/Manifest @@ -1,4 +1,4 @@ -DIST zope.tales-3.4.0.tar.gz 16157 RMD160 c9f1089df76920890d321cd087f0bf2d82a45a75 SHA1 ca0bc5583b3e7901813a2aa92d4eab5a15de1d7f SHA256 2619552455ca67df0f0d7c63d5c08f1d16c9de0201d85502bf454a524dfadada -EBUILD zope-tales-3.4.0.ebuild 791 RMD160 46ea0a762e9700286846dc986ebc631682b9023d SHA1 cce96fcaca10eaf897638864cb70b73afdd60653 SHA256 a177033ea3a33fcad210f61107df413b77ce8711da8a3b1372cff93c8b432620 -MISC ChangeLog 405 RMD160 5103fdb10f903d8f3677bf9606a479bc4786620a SHA1 0c84be97d5e9fe79858e53db9ed5f87d9f466941 SHA256 3f7a8e97e8267252a2b32ecc7177f4bb184f16408177991f5a96c25cf2d57d00 +DIST zope.tales-3.5.0.zip 26564 RMD160 5b536838996527543abf885cc2df9dbb055f897b SHA1 5117ec47ac9c40820af16307ce9cf802e935fe97 SHA256 e404e6d674916982b0fa3ca1ceb4f0b4d1efd5308cb6ccd1f0df3060f9782255 +EBUILD zope-tales-3.5.0.ebuild 804 RMD160 1940ce78fbcb2d823cbae2802134cbc1122be449 SHA1 c4b608e0035173b8dfbeea80a350059e85c49eba SHA256 01be58117631a94acaf2c78232c5063cc3a313a9135cb46520769baf3b645145 +MISC ChangeLog 582 RMD160 cac8c8b182ffa68fdf82c25c5c35a7d03dec73bb SHA1 43718a50ccbdec8a102e264aa7037183b4189001 SHA256 a887f1aa6bfa0d9c04e6b919079046d689d1f40f6530510b96066c64d0d8eebb MISC metadata.xml 183 RMD160 0e2d86898897ee70cc1f6e9ceb76d00388d3b2fa SHA1 19635a9dfa15036e341a7cbdd8cbd018db62be82 SHA256 f480763451083d2f7be8fc23d38e02952ccc383b4cc65e103a9901a0907ce50d diff --git a/net-zope/zope-tales/zope-tales-3.4.0.ebuild b/net-zope/zope-tales/zope-tales-3.4.0.ebuild deleted file mode 100644 index d3ba0358704b..000000000000 --- a/net-zope/zope-tales/zope-tales-3.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/zope-tales-3.4.0.ebuild,v 1.1 2009/10/31 19:38:55 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="${PN/-/.}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Zope 3 Template Application Language Expression Syntax (TALES)" -HOMEPAGE="http://pypi.python.org/pypi/zope.tales" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="net-zope/zope-interface - net-zope/zope-tal" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${PN/-//}" -DOCS="CHANGES.txt README.txt" diff --git a/net-zope/zope-tales/zope-tales-3.5.0.ebuild b/net-zope/zope-tales/zope-tales-3.5.0.ebuild new file mode 100644 index 000000000000..2f4195a3fb70 --- /dev/null +++ b/net-zope/zope-tales/zope-tales-3.5.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/zope-tales-3.5.0.ebuild,v 1.1 2010/01/02 20:28:23 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope 3 Template Application Language Expression Syntax (TALES)" +HOMEPAGE="http://pypi.python.org/pypi/zope.tales" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="net-zope/zope-interface + net-zope/zope-tal" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${PN/-//}" +DOCS="CHANGES.txt README.txt" -- cgit v1.2.3-65-gdbad