Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.7.ebuild
Date: Fri, 05 Jun 2009 17:29:46
Message-Id: E1MCdEe-0003zB-Sn@stork.gentoo.org
1 grozin 09/06/05 17:29:44
2
3 Modified: ChangeLog qtiplot-0.9.7.7.ebuild
4 Log:
5 USE-deps on PyQt4 fixed (bug #272182)
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.44 sci-visualization/qtiplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 18 May 2009 21:21:43 -0000 1.43
22 +++ ChangeLog 5 Jun 2009 17:29:44 -0000 1.44
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-visualization/qtiplot
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.43 2009/05/18 21:21:43 grozin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.44 2009/06/05 17:29:44 grozin Exp $
28 +
29 + 05 Jun 2009; Andrey Grozin <grozin@g.o> qtiplot-0.9.7.7.ebuild:
30 + USE-deps on PyQt4 fixed (bug #272182)
31
32 18 May 2009; Andrey Grozin <grozin@g.o> qtiplot-0.9.7.7.ebuild:
33 Fixed missing dependency on qt-opengl (bug #270339)
34
35
36
37 1.4 sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?r1=1.3&r2=1.4
42
43 Index: qtiplot-0.9.7.7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- qtiplot-0.9.7.7.ebuild 18 May 2009 21:21:43 -0000 1.3
50 +++ qtiplot-0.9.7.7.ebuild 5 Jun 2009 17:29:44 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 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.7.7.ebuild,v 1.3 2009/05/18 21:21:43 grozin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.4 2009/06/05 17:29:44 grozin Exp $
56
57 EAPI=2
58 inherit eutils qt4 fdo-mime python
59 @@ -40,7 +40,7 @@
60
61 RDEPEND="${CDEPEND}
62 python? ( >=dev-lang/python-2.5
63 - dev-python/PyQt4
64 + dev-python/PyQt4[X]
65 dev-python/pygsl
66 sci-libs/scipy )"