diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-28 23:42:01 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-28 23:42:01 +0000 |
commit | a9300532dd814cba040f6cfb16931f8bd41d8a7b (patch) | |
tree | c52991215a4445522031959f36e56e632e1161ea /net-zope/five-intid | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-a9300532dd814cba040f6cfb16931f8bd41d8a7b.tar.gz gentoo-2-a9300532dd814cba040f6cfb16931f8bd41d8a7b.tar.bz2 gentoo-2-a9300532dd814cba040f6cfb16931f8bd41d8a7b.zip |
Version bump.
(Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/five-intid')
-rw-r--r-- | net-zope/five-intid/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/five-intid/five-intid-0.5.2.ebuild | 44 |
2 files changed, 52 insertions, 2 deletions
diff --git a/net-zope/five-intid/ChangeLog b/net-zope/five-intid/ChangeLog index 6ba57817dc8a..8d3bf570ccc6 100644 --- a/net-zope/five-intid/ChangeLog +++ b/net-zope/five-intid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/five-intid -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/five-intid/ChangeLog,v 1.1 2010/11/08 15:50:25 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/five-intid/ChangeLog,v 1.2 2011/01/28 23:42:01 arfrever Exp $ + +*five-intid-0.5.2 (28 Jan 2011) + + 28 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -five-intid-0.5.1.ebuild, +five-intid-0.5.2.ebuild: + Version bump. *five-intid-0.5.1 (08 Nov 2010) diff --git a/net-zope/five-intid/five-intid-0.5.2.ebuild b/net-zope/five-intid/five-intid-0.5.2.ebuild new file mode 100644 index 000000000000..65249102d0a2 --- /dev/null +++ b/net-zope/five-intid/five-intid-0.5.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/five-intid/five-intid-0.5.2.ebuild,v 1.1 2011/01/28 23:42:01 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope2 support for zope.intid" +HOMEPAGE="http://pypi.python.org/pypi/five.intid" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="net-zope/acquisition + net-zope/five-localsitemanager + net-zope/zexceptions + net-zope/zodb + net-zope/zope-app-intid + net-zope/zope-component + net-zope/zope-event + net-zope/zope-interface + net-zope/zope-intid + net-zope/zope-keyreference + net-zope/zope-lifecycleevent + net-zope/zope-location + net-zope/zope-site" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +DOCS="docs/HISTORY.txt README.txt" +PYTHON_MODNAME="${PN/-//}" |