diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-27 18:35:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-27 18:35:34 +0000 |
commit | 71f637b054e85b65d287efb1bbb9169baa700fec (patch) | |
tree | 10a491ac8db1b4e496b29bfaf17a2ddf2a7ef456 /net-zope/zope-publisher | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-71f637b054e85b65d287efb1bbb9169baa700fec.tar.gz gentoo-2-71f637b054e85b65d287efb1bbb9169baa700fec.tar.bz2 gentoo-2-71f637b054e85b65d287efb1bbb9169baa700fec.zip |
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-publisher')
-rw-r--r-- | net-zope/zope-publisher/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-publisher/zope-publisher-3.12.3.ebuild | 42 |
2 files changed, 49 insertions, 1 deletions
diff --git a/net-zope/zope-publisher/ChangeLog b/net-zope/zope-publisher/ChangeLog index 21d74369faba..b70dd3eb436a 100644 --- a/net-zope/zope-publisher/ChangeLog +++ b/net-zope/zope-publisher/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-publisher # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-publisher/ChangeLog,v 1.9 2010/04/17 23:48:56 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-publisher/ChangeLog,v 1.10 2010/05/27 18:35:34 arfrever Exp $ + +*zope-publisher-3.12.3 (27 May 2010) + + 27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-publisher-3.12.2.ebuild, +zope-publisher-3.12.3.ebuild: + Version bump. *zope-publisher-3.12.2 (17 Apr 2010) diff --git a/net-zope/zope-publisher/zope-publisher-3.12.3.ebuild b/net-zope/zope-publisher/zope-publisher-3.12.3.ebuild new file mode 100644 index 000000000000..bb4c2deb8462 --- /dev/null +++ b/net-zope/zope-publisher/zope-publisher-3.12.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-publisher/zope-publisher-3.12.3.ebuild,v 1.1 2010/05/27 18:35:34 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="The Zope publisher publishes Python objects on the web." +HOMEPAGE="http://pypi.python.org/pypi/zope.publisher" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-python/setuptools + net-zope/zope-browser + net-zope/zope-component + net-zope/zope-configuration + net-zope/zope-contenttype + net-zope/zope-event + net-zope/zope-exceptions + net-zope/zope-i18n + net-zope/zope-interface + net-zope/zope-location + net-zope/zope-proxy + net-zope/zope-schema + net-zope/zope-security" +DEPEND="${RDEPEND}" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" |