diff options
author | 2010-05-27 18:29:31 +0000 | |
---|---|---|
committer | 2010-05-27 18:29:31 +0000 | |
commit | e572a313e8e64a6e46a18ce8c64f3f88f7fb1509 (patch) | |
tree | 75e62c7aea24a318b82227d340d728e9ed3b2e97 /net-zope | |
parent | Delete older ebuild. (diff) | |
download | historical-e572a313e8e64a6e46a18ce8c64f3f88f7fb1509.tar.gz historical-e572a313e8e64a6e46a18ce8c64f3f88f7fb1509.tar.bz2 historical-e572a313e8e64a6e46a18ce8c64f3f88f7fb1509.zip |
Version bump.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-i18n/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-i18n/zope-i18n-3.7.3.ebuild | 37 | ||||
-rw-r--r-- | net-zope/zope-pagetemplate/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-pagetemplate/zope-pagetemplate-3.5.1.ebuild | 39 | ||||
-rw-r--r-- | net-zope/zope-tales/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-tales/zope-tales-3.5.1.ebuild | 33 | ||||
-rw-r--r-- | net-zope/zope-traversing/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-traversing/zope-traversing-3.12.1.ebuild | 39 |
8 files changed, 176 insertions, 4 deletions
diff --git a/net-zope/zope-i18n/ChangeLog b/net-zope/zope-i18n/ChangeLog index 3c900f54b90a..b520dc44c97d 100644 --- a/net-zope/zope-i18n/ChangeLog +++ b/net-zope/zope-i18n/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-i18n # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-i18n/ChangeLog,v 1.5 2010/02/14 19:17:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-i18n/ChangeLog,v 1.6 2010/05/27 18:17:19 arfrever Exp $ + +*zope-i18n-3.7.3 (27 May 2010) + + 27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-i18n-3.7.2.ebuild, +zope-i18n-3.7.3.ebuild: + Version bump. 14 Feb 2010; Raúl Porcel <armin76@gentoo.org> zope-i18n-3.7.2.ebuild: Add ~alpha/~sparc wrt #297734 diff --git a/net-zope/zope-i18n/zope-i18n-3.7.3.ebuild b/net-zope/zope-i18n/zope-i18n-3.7.3.ebuild new file mode 100644 index 000000000000..6979f9a021b6 --- /dev/null +++ b/net-zope/zope-i18n/zope-i18n-3.7.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-i18n/zope-i18n-3.7.3.ebuild,v 1.1 2010/05/27 18:17:19 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope3 Internationalization Support" +HOMEPAGE="http://pypi.python.org/pypi/zope.i18n" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-python/pytz + net-zope/zope-component + net-zope/zope-configuration + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-schema" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" diff --git a/net-zope/zope-pagetemplate/ChangeLog b/net-zope/zope-pagetemplate/ChangeLog index 6f4ec94ea63d..f270a04e7a4d 100644 --- a/net-zope/zope-pagetemplate/ChangeLog +++ b/net-zope/zope-pagetemplate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-pagetemplate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-pagetemplate/ChangeLog,v 1.4 2010/02/14 19:17:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-pagetemplate/ChangeLog,v 1.5 2010/05/27 18:29:31 arfrever Exp $ + +*zope-pagetemplate-3.5.1 (27 May 2010) + + 27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-pagetemplate-3.5.0.ebuild, +zope-pagetemplate-3.5.1.ebuild: + Version bump. 14 Feb 2010; Raúl Porcel <armin76@gentoo.org> zope-pagetemplate-3.5.0.ebuild: diff --git a/net-zope/zope-pagetemplate/zope-pagetemplate-3.5.1.ebuild b/net-zope/zope-pagetemplate/zope-pagetemplate-3.5.1.ebuild new file mode 100644 index 000000000000..1783db2a14b2 --- /dev/null +++ b/net-zope/zope-pagetemplate/zope-pagetemplate-3.5.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-pagetemplate/zope-pagetemplate-3.5.1.ebuild,v 1.1 2010/05/27 18:29:31 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope Page Templates" +HOMEPAGE="http://pypi.python.org/pypi/zope.pagetemplate" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="net-zope/zope-component + net-zope/zope-i18n + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-security + net-zope/zope-tal + net-zope/zope-tales + net-zope/zope-traversing" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" diff --git a/net-zope/zope-tales/ChangeLog b/net-zope/zope-tales/ChangeLog index 0bfe50c87149..e44dd99549f0 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/ChangeLog,v 1.5 2010/02/14 19:16:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-tales/ChangeLog,v 1.6 2010/05/27 18:24:54 arfrever Exp $ + +*zope-tales-3.5.1 (27 May 2010) + + 27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-tales-3.5.0.ebuild, +zope-tales-3.5.1.ebuild: + Version bump. 14 Feb 2010; Raúl Porcel <armin76@gentoo.org> zope-tales-3.5.0.ebuild: Add ~alpha/~sparc wrt #297734 diff --git a/net-zope/zope-tales/zope-tales-3.5.1.ebuild b/net-zope/zope-tales/zope-tales-3.5.1.ebuild new file mode 100644 index 000000000000..d5b5eea3884c --- /dev/null +++ b/net-zope/zope-tales/zope-tales-3.5.1.ebuild @@ -0,0 +1,33 @@ +# 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.1.ebuild,v 1.1 2010/05/27 18:24:54 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="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="~alpha ~amd64 ~ppc ~sparc ~x86" +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}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" diff --git a/net-zope/zope-traversing/ChangeLog b/net-zope/zope-traversing/ChangeLog index 305b0dcd1ed0..18be2193ba8f 100644 --- a/net-zope/zope-traversing/ChangeLog +++ b/net-zope/zope-traversing/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-traversing # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-traversing/ChangeLog,v 1.7 2010/02/14 19:16:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-traversing/ChangeLog,v 1.8 2010/05/27 18:20:38 arfrever Exp $ + +*zope-traversing-3.12.1 (27 May 2010) + + 27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-traversing-3.12.0.ebuild, +zope-traversing-3.12.1.ebuild: + Version bump. 14 Feb 2010; Raúl Porcel <armin76@gentoo.org> zope-traversing-3.12.0.ebuild: diff --git a/net-zope/zope-traversing/zope-traversing-3.12.1.ebuild b/net-zope/zope-traversing/zope-traversing-3.12.1.ebuild new file mode 100644 index 000000000000..ff17ea719a7e --- /dev/null +++ b/net-zope/zope-traversing/zope-traversing-3.12.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-traversing/zope-traversing-3.12.1.ebuild,v 1.1 2010/05/27 18:20:38 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Resolving paths in the object hierarchy" +HOMEPAGE="http://pypi.python.org/pypi/zope.traversing" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="net-zope/zope-component + net-zope/zope-i18n + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-location + net-zope/zope-proxy + net-zope/zope-publisher + net-zope/zope-security" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" |