Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/fityk: ChangeLog fityk-0.9.6.ebuild
Date: Tue, 01 Feb 2011 19:25:07
Message-Id: 20110201192433.3B68620054@flycatcher.gentoo.org
1 bicatali 11/02/01 19:24:33
2
3 Modified: ChangeLog fityk-0.9.6.ebuild
4 Log:
5 Move up python_copy_source such that when lua is enable we do not install it for multiple python bug #352964
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 sci-visualization/fityk/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 26 Jan 2011 17:44:59 -0000 1.14
23 +++ ChangeLog 1 Feb 2011 19:24:33 -0000 1.15
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-visualization/fityk
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.14 2011/01/26 17:44:59 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.15 2011/02/01 19:24:33 bicatali Exp $
29 +
30 + 01 Feb 2011; Sébastien Fabbro <bicatali@g.o> fityk-0.9.6.ebuild:
31 + Move up python_copy_source such that when lua is enable we do not install it
32 + for multiple python bug #352964
33
34 *fityk-0.9.6 (26 Jan 2011)
35
36
37
38
39 1.2 sci-visualization/fityk/fityk-0.9.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-0.9.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-0.9.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-0.9.6.ebuild?r1=1.1&r2=1.2
44
45 Index: fityk-0.9.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- fityk-0.9.6.ebuild 26 Jan 2011 17:44:59 -0000 1.1
52 +++ fityk-0.9.6.ebuild 1 Feb 2011 19:24:33 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.6.ebuild,v 1.1 2011/01/26 17:44:59 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-0.9.6.ebuild,v 1.2 2011/02/01 19:24:33 bicatali Exp $
58
59 EAPI="3"
60
61 @@ -60,9 +60,9 @@
62 }
63
64 src_compile() {
65 + use python && python_copy_sources swig
66 default
67 if use python; then
68 - python_copy_sources swig
69 compilation() {
70 emake \
71 PYTHON_CPPFLAGS="-I$(python_get_includedir)" \