Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/qtoctave: ChangeLog qtoctave-0.8.1.ebuild
Date: Sun, 02 Nov 2008 21:30:57
Message-Id: E1KwkX9-0000hf-Bq@stork.gentoo.org
1 markusle 08/11/02 21:30:55
2
3 Modified: ChangeLog qtoctave-0.8.1.ebuild
4 Log:
5 Restrict dependency on Qt to >=Qt-4.4 since the source code uses Qt-4.4 methods.
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.27-SENTINEL-1 i686)
7
8 Revision Changes Path
9 1.3 sci-mathematics/qtoctave/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 2 Nov 2008 16:12:50 -0000 1.2
22 +++ ChangeLog 2 Nov 2008 21:30:55 -0000 1.3
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-mathematics/qtoctave
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.2 2008/11/02 16:12:50 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.3 2008/11/02 21:30:55 markusle Exp $
28 +
29 + 02 Nov 2008; Markus Dittrich <markusle@g.o> qtoctave-0.8.1.ebuild:
30 + Restrict dependency on Qt to >=Qt-4.4 since the source code uses
31 + Qt-4.4 methods.
32
33 *qtoctave-0.8.1 (02 Nov 2008)
34
35
36
37
38 1.2 sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild?r1=1.1&r2=1.2
43
44 Index: qtoctave-0.8.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- qtoctave-0.8.1.ebuild 2 Nov 2008 16:03:51 -0000 1.1
51 +++ qtoctave-0.8.1.ebuild 2 Nov 2008 21:30:55 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.1 2008/11/02 16:03:51 markusle Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.8.1.ebuild,v 1.2 2008/11/02 21:30:55 markusle Exp $
57
58 EAPI="1"
59
60 @@ -15,9 +15,8 @@
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 -DEPEND="|| ( ( x11-libs/qt-gui:4
65 - x11-libs/qt-svg:4 )
66 - >=x11-libs/qt-4.3:4 )"
67 +DEPEND="x11-libs/qt-gui:4
68 + x11-libs/qt-svg:4"
69
70 RDEPEND="${DEPEND}
71 >=sci-mathematics/octave-3.0.0"