Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gle: gle-4.1.2b.ebuild ChangeLog
Date: Mon, 28 Jul 2008 21:43:15
Message-Id: E1KNaUq-0007SF-Lz@stork.gentoo.org
1 carlo 08/07/28 21:43:12
2
3 Modified: gle-4.1.2b.ebuild ChangeLog
4 Log:
5 QA: Get rid of deprecated qt4_min_version(). Please fix your ebuilds to support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sci-visualization/gle/gle-4.1.2b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/gle-4.1.2b.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/gle-4.1.2b.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/gle-4.1.2b.ebuild?r1=1.1&r2=1.2
14
15 Index: gle-4.1.2b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.1.2b.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gle-4.1.2b.ebuild 21 May 2008 21:13:42 -0000 1.1
22 +++ gle-4.1.2b.ebuild 28 Jul 2008 21:43:12 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.1.2b.ebuild,v 1.1 2008/05/21 21:13:42 grozin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.1.2b.ebuild,v 1.2 2008/07/28 21:43:12 carlo Exp $
28 +
29 +EAPI=1
30
31 inherit eutils elisp-common qt4
32
33 @@ -23,7 +25,7 @@
34
35 DEPEND="sys-libs/ncurses
36 X? ( x11-libs/libX11 )
37 - qt4? ( $(qt4_min_version 4.1) )
38 + qt4? ( =x11-libs/qt-4.3*:4 )
39 jpeg? ( media-libs/jpeg )
40 png? ( media-libs/libpng )
41 tiff? ( media-libs/tiff )
42 @@ -34,7 +36,7 @@
43 virtual/latex-base
44 sys-libs/ncurses
45 X? ( x11-libs/libX11 )
46 - qt4? ( $(qt4_min_version 4.1) )
47 + qt4? ( =x11-libs/qt-4.3*:4 )
48 jpeg? ( media-libs/jpeg )
49 png? ( media-libs/libpng )
50 tiff? ( media-libs/tiff )
51
52
53
54 1.2 sci-visualization/gle/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 21 May 2008 21:13:42 -0000 1.1
67 +++ ChangeLog 28 Jul 2008 21:43:12 -0000 1.2
68 @@ -1,6 +1,10 @@
69 # ChangeLog for sci-visualization/gle
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.1 2008/05/21 21:13:42 grozin Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.2 2008/07/28 21:43:12 carlo Exp $
73 +
74 + 28 Jul 2008; Carsten Lohrke <carlo@g.o> gle-4.1.2b.ebuild:
75 + QA: Get rid of deprecated qt4_min_version(). Please fix your ebuilds to
76 + support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
77
78 *gle-4.1.2b (22 May 2008)