Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-zope/zctextindex: ChangeLog zctextindex-2.13.1.ebuild
Date: Sun, 03 Oct 2010 00:25:33
Message-Id: 20101003002530.4D38420051@flycatcher.gentoo.org
1 arfrever 10/10/03 00:25:30
2
3 Modified: ChangeLog
4 Added: zctextindex-2.13.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc88_p72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 net-zope/zctextindex/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zctextindex/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zctextindex/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zctextindex/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-zope/zctextindex/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 17 Sep 2010 22:10:38 -0000 1.1
24 +++ ChangeLog 3 Oct 2010 00:25:30 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-zope/zctextindex
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zctextindex/ChangeLog,v 1.1 2010/09/17 22:10:38 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zctextindex/ChangeLog,v 1.2 2010/10/03 00:25:30 arfrever Exp $
30 +
31 +*zctextindex-2.13.1 (03 Oct 2010)
32 +
33 + 03 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + -zctextindex-2.13.0.ebuild, +zctextindex-2.13.1.ebuild:
35 + Version bump.
36
37 *zctextindex-2.13.0 (17 Sep 2010)
38
39
40
41
42 1.1 net-zope/zctextindex/zctextindex-2.13.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zctextindex/zctextindex-2.13.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zctextindex/zctextindex-2.13.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: zctextindex-2.13.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-zope/zctextindex/zctextindex-2.13.1.ebuild,v 1.1 2010/10/03 00:25:30 arfrever Exp $
52
53 EAPI="3"
54 PYTHON_DEPEND="2:2.6"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
57
58 inherit distutils
59
60 MY_PN="Products.ZCTextIndex"
61 MY_P="${MY_PN}-${PV}"
62
63 DESCRIPTION="Full text indexing for ZCatalog / Zope 2."
64 HOMEPAGE="http://pypi.python.org/pypi/Products.ZCTextIndex"
65 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
66
67 LICENSE="ZPL"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~sparc ~x86"
70 IUSE=""
71
72 RDEPEND="net-zope/accesscontrol
73 net-zope/acquisition
74 net-zope/persistence
75 net-zope/transaction
76 net-zope/zexceptions
77 net-zope/zodb
78 >=net-zope/zope-2.12
79 net-zope/zope-interface"
80 DEPEND="${RDEPEND}
81 app-arch/unzip
82 dev-python/setuptools"
83
84 S="${WORKDIR}/${MY_P}"
85
86 DOCS="CHANGES.txt src/Products/ZCTextIndex/README.txt"
87 PYTHON_MODNAME="${MY_PN/.//}"