Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pivy: ChangeLog pivy-0.5_alpha20110303.ebuild
Date: Sun, 27 Nov 2011 16:09:46
Message-Id: 20111127153209.190052005E@flycatcher.gentoo.org
1 dilfridge 11/11/27 15:32:09
2
3 Modified: ChangeLog pivy-0.5_alpha20110303.ebuild
4 Log:
5 Starting with 2.0.4-r1 swig works again...
6
7 (Portage version: 2.1.10.38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/pivy/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pivy/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pivy/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pivy/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pivy/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 5 Mar 2011 15:05:03 -0000 1.2
23 +++ ChangeLog 27 Nov 2011 15:32:09 -0000 1.3
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/pivy
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pivy/ChangeLog,v 1.2 2011/03/05 15:05:03 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pivy/ChangeLog,v 1.3 2011/11/27 15:32:09 dilfridge Exp $
29 +
30 + 27 Nov 2011; Andreas K. Huettel <dilfridge@g.o>
31 + pivy-0.5_alpha20110303.ebuild:
32 + Starting with 2.0.4-r1 swig works again...
33
34 05 Mar 2011; Andreas K. Huettel <dilfridge@g.o>
35 pivy-0.5_alpha20110303.ebuild:
36
37
38
39 1.3 dev-python/pivy/pivy-0.5_alpha20110303.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pivy/pivy-0.5_alpha20110303.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pivy/pivy-0.5_alpha20110303.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pivy/pivy-0.5_alpha20110303.ebuild?r1=1.2&r2=1.3
44
45 Index: pivy-0.5_alpha20110303.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/pivy/pivy-0.5_alpha20110303.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- pivy-0.5_alpha20110303.ebuild 5 Mar 2011 15:05:03 -0000 1.2
52 +++ pivy-0.5_alpha20110303.ebuild 27 Nov 2011 15:32:09 -0000 1.3
53 @@ -1,11 +1,12 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pivy/pivy-0.5_alpha20110303.ebuild,v 1.2 2011/03/05 15:05:03 dilfridge Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pivy/pivy-0.5_alpha20110303.ebuild,v 1.3 2011/11/27 15:32:09 dilfridge Exp $
58
59 EAPI="3"
60
61 PYTHON_DEPEND="2"
62 SUPPORT_PYTHON_ABIS="1"
63 +RESTRICT_PYTHON_ABIS="3.*"
64
65 inherit distutils
66
67 @@ -18,9 +19,10 @@
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 -RDEPEND="media-libs/coin
72 - >=media-libs/SoQt-1.4.2_alpha"
73 +RDEPEND="
74 + media-libs/coin
75 + >=media-libs/SoQt-1.4.2_alpha
76 +"
77 DEPEND="${RDEPEND}
78 - =dev-lang/swig-1.3*"
79 -
80 -RESTRICT_PYTHON_ABIS="3.*"
81 + || ( =dev-lang/swig-1.3* >=dev-lang/swig-2.0.4-r1 )
82 +"