diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-03 00:25:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-03 00:25:30 +0000 |
commit | d5910ab100c85d34cc85af614c520ec7f6a1a88b (patch) | |
tree | a4c15ea6866ef5cef12e5069ed8e96f22fbaa656 /net-zope/zctextindex | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-d5910ab100c85d34cc85af614c520ec7f6a1a88b.tar.gz gentoo-2-d5910ab100c85d34cc85af614c520ec7f6a1a88b.tar.bz2 gentoo-2-d5910ab100c85d34cc85af614c520ec7f6a1a88b.zip |
Version bump.
(Portage version: 2.2_rc88_p72/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zctextindex')
-rw-r--r-- | net-zope/zctextindex/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zctextindex/zctextindex-2.13.1.ebuild | 39 |
2 files changed, 46 insertions, 1 deletions
diff --git a/net-zope/zctextindex/ChangeLog b/net-zope/zctextindex/ChangeLog index 7890df0cb03f..93ebd2279b97 100644 --- a/net-zope/zctextindex/ChangeLog +++ b/net-zope/zctextindex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zctextindex # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zctextindex/ChangeLog,v 1.1 2010/09/17 22:10:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zctextindex/ChangeLog,v 1.2 2010/10/03 00:25:30 arfrever Exp $ + +*zctextindex-2.13.1 (03 Oct 2010) + + 03 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -zctextindex-2.13.0.ebuild, +zctextindex-2.13.1.ebuild: + Version bump. *zctextindex-2.13.0 (17 Sep 2010) diff --git a/net-zope/zctextindex/zctextindex-2.13.1.ebuild b/net-zope/zctextindex/zctextindex-2.13.1.ebuild new file mode 100644 index 000000000000..694975f28706 --- /dev/null +++ b/net-zope/zctextindex/zctextindex-2.13.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/zctextindex/zctextindex-2.13.1.ebuild,v 1.1 2010/10/03 00:25:30 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" + +inherit distutils + +MY_PN="Products.ZCTextIndex" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Full text indexing for ZCatalog / Zope 2." +HOMEPAGE="http://pypi.python.org/pypi/Products.ZCTextIndex" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND="net-zope/accesscontrol + net-zope/acquisition + net-zope/persistence + net-zope/transaction + net-zope/zexceptions + net-zope/zodb + >=net-zope/zope-2.12 + net-zope/zope-interface" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt src/Products/ZCTextIndex/README.txt" +PYTHON_MODNAME="${MY_PN/.//}" |