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 dev-python/logilab-constraint: logilab-constraint-0.4.0.ebuild ChangeLog
Date: Mon, 31 Oct 2011 03:58:55
Message-Id: E1MfyTY-0005W9-LW@stork.gentoo.org
1 arfrever 09/08/25 16:02:24
2
3 Modified: logilab-constraint-0.4.0.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14155-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild?r1=1.3&r2=1.4
14
15 Index: logilab-constraint-0.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- logilab-constraint-0.4.0.ebuild 27 May 2009 15:15:28 -0000 1.3
22 +++ logilab-constraint-0.4.0.ebuild 25 Aug 2009 16:02:24 -0000 1.4
23 @@ -1,6 +1,9 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v 1.3 2009/05/27 15:15:28 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v 1.4 2009/08/25 16:02:24 arfrever Exp $
28 +
29 +EAPI="2"
30 +SUPPORT_PYTHON_ABIS="1"
31
32 inherit distutils
33
34 @@ -14,18 +17,19 @@
35 KEYWORDS="~amd64 ~sparc ~x86"
36 IUSE="doc"
37
38 -DOCS="doc/CONTRIBUTORS"
39 -PYTHON_MODNAME="logilab/constraint"
40 -
41 DEPEND=""
42 RDEPEND=">=dev-python/logilab-common-0.12.0"
43
44 -#S="${WORKDIR}/${MY_P}"
45 +RESTRICT_PYTHON_ABIS="3*"
46 +
47 +PYTHON_MODNAME="logilab/constraint"
48 +
49 +DOCS="doc/CONTRIBUTORS"
50
51 src_install() {
52 distutils_src_install
53
54 - # avoid conflict with dev-python/logilab-common:
55 + # Avoid conflict with dev-python/logilab-common.
56 rm -f "${D}"usr/$(get_libdir)/python*/site-packages/logilab/__init__.py
57
58 if use doc; then
59 @@ -37,7 +41,7 @@
60
61 pkg_postinst() {
62 distutils_pkg_postinst
63 - if use x86 && ! has_version dev-python/psyco ; then
64 + if use x86 && ! has_version dev-python/psyco; then
65 einfo ""
66 einfo "Although it is not required, you should consider installing"
67 einfo "\"dev-python/psyco\". It can speed up this module a lot."
68
69
70
71 1.3 dev-python/logilab-constraint/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-constraint/ChangeLog?rev=1.3&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-constraint/ChangeLog?rev=1.3&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-constraint/ChangeLog?r1=1.2&r2=1.3
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v
80 retrieving revision 1.2
81 retrieving revision 1.3
82 diff -u -r1.2 -r1.3
83 --- ChangeLog 27 May 2009 15:15:28 -0000 1.2
84 +++ ChangeLog 25 Aug 2009 16:02:24 -0000 1.3
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-python/logilab-constraint
87 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.2 2009/05/27 15:15:28 fmccor Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.3 2009/08/25 16:02:24 arfrever Exp $
90 +
91 + 25 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
92 + logilab-constraint-0.4.0.ebuild:
93 + Set SUPPORT_PYTHON_ABIS.
94
95 27 May 2009; Ferris McCormick <fmccor@g.o>
96 logilab-constraint-0.4.0.ebuild: