diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-12 12:49:46 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-12 12:49:46 +0000 |
commit | e3465bd6a9c6d834cdd6115d8944376c8181832b (patch) | |
tree | 064e37f553887ab870f38e5cc370faf00d167d81 /net-zope/zope-configuration | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-e3465bd6a9c6d834cdd6115d8944376c8181832b.tar.gz gentoo-2-e3465bd6a9c6d834cdd6115d8944376c8181832b.tar.bz2 gentoo-2-e3465bd6a9c6d834cdd6115d8944376c8181832b.zip |
Version bump.
(Portage version: 2.2.0_alpha26_p15/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-configuration')
-rw-r--r-- | net-zope/zope-configuration/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/zope-configuration/zope-configuration-3.7.3.ebuild | 34 |
2 files changed, 42 insertions, 2 deletions
diff --git a/net-zope/zope-configuration/ChangeLog b/net-zope/zope-configuration/ChangeLog index e1038da7eb32..e734036b0625 100644 --- a/net-zope/zope-configuration/ChangeLog +++ b/net-zope/zope-configuration/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-configuration -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-configuration/ChangeLog,v 1.7 2010/05/27 17:28:50 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-configuration/ChangeLog,v 1.8 2011/03/12 12:49:46 arfrever Exp $ + +*zope-configuration-3.7.3 (12 Mar 2011) + + 12 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zope-configuration-3.7.2.ebuild, +zope-configuration-3.7.3.ebuild: + Version bump. *zope-configuration-3.7.2 (27 May 2010) diff --git a/net-zope/zope-configuration/zope-configuration-3.7.3.ebuild b/net-zope/zope-configuration/zope-configuration-3.7.3.ebuild new file mode 100644 index 000000000000..ba1f54b7f52b --- /dev/null +++ b/net-zope/zope-configuration/zope-configuration-3.7.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-configuration/zope-configuration-3.7.3.ebuild,v 1.1 2011/03/12 12:49:46 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="Zope Configuration Markup Language (ZCML)" +HOMEPAGE="http://pypi.python.org/pypi/zope.configuration" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-schema" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" |