Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild
Date: Thu, 29 May 2008 14:44:52
Message-Id: E1K1jMy-0003r8-MN@stork.gentoo.org
1 hawking 08/05/29 14:44:44
2
3 Modified: ChangeLog qtiplot-0.9.6.2.ebuild
4 Log:
5 python_mod_compile is ROOT aware and can take multiple files as argument.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.28 sci-visualization/qtiplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 27 May 2008 21:09:44 -0000 1.27
22 +++ ChangeLog 29 May 2008 14:44:44 -0000 1.28
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-visualization/qtiplot
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.27 2008/05/27 21:09:44 grozin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.28 2008/05/29 14:44:44 hawking Exp $
28 +
29 + 29 May 2008; Ali Polatel <hawking@g.o> qtiplot-0.9.6.2.ebuild:
30 + python_mod_compile is ROOT aware and can take multiple files as argument.
31
32 28 May 2008; Andrey Grozin <grozin@g.o>
33 files/qtiplot-0.9.6.2-pro.patch, qtiplot-0.9.6.2.ebuild:
34
35
36
37 1.5 sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild?r1=1.4&r2=1.5
42
43 Index: qtiplot-0.9.6.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- qtiplot-0.9.6.2.ebuild 27 May 2008 21:09:44 -0000 1.4
50 +++ qtiplot-0.9.6.2.ebuild 29 May 2008 14:44:44 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.4 2008/05/27 21:09:44 grozin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.5 2008/05/29 14:44:44 hawking Exp $
56
57 EAPI="1"
58 inherit eutils multilib qt4 fdo-mime python
59 @@ -105,9 +105,8 @@
60
61 if use python; then
62 python_version
63 - for pymod in qtiplotrc qtiUtil; do
64 - python_mod_compile "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/${pymod}.py
65 - done
66 + python_mod_compile \
67 + /usr/$(get_libdir)/python${PYVER}/site-packages/qti{plotrc,Util}.py
68 fi
69
70 if use doc; then
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list