Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
Date: Sat, 31 Jan 2009 15:13:50
Message-Id: E1LTHXY-0002YU-3Z@stork.gentoo.org
1 yngwin 09/01/31 15:13:48
2
3 Modified: ChangeLog qt-core-4.4.2.ebuild
4 Log:
5 Enable glib and ssl useflags by default, fixes bug 257102
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.19 x11-libs/qt-core/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 29 Jan 2009 18:47:29 -0000 1.18
22 +++ ChangeLog 31 Jan 2009 15:13:47 -0000 1.19
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/qt-core
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.18 2009/01/29 18:47:29 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.19 2009/01/31 15:13:47 yngwin Exp $
28 +
29 + 31 Jan 2009; Ben de Groot <yngwin@g.o> qt-core-4.4.2.ebuild:
30 + Enable glib and ssl useflags by default
31
32 29 Jan 2009; Alexis Ballier <aballier@g.o> qt-core-4.4.2.ebuild:
33 keyword ~x86-fbsd
34
35
36
37 1.6 x11-libs/qt-core/qt-core-4.4.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.5&r2=1.6
42
43 Index: qt-core-4.4.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- qt-core-4.4.2.ebuild 29 Jan 2009 18:47:29 -0000 1.5
50 +++ qt-core-4.4.2.ebuild 31 Jan 2009 15:13:48 -0000 1.6
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/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.5 2009/01/29 18:47:29 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.6 2009/01/31 15:13:48 yngwin Exp $
56
57 EAPI="1"
58 inherit qt4-build
59 @@ -11,7 +11,7 @@
60 LICENSE="|| ( GPL-3 GPL-2 )"
61 SLOT="4"
62 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
63 -IUSE="doc glib +qt3support ssl"
64 +IUSE="doc +glib +qt3support +ssl"
65
66 RDEPEND="sys-libs/zlib
67 glib? ( dev-libs/glib )