Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt: ChangeLog qt-4.4.2.ebuild
Date: Thu, 29 Jan 2009 20:06:32
Message-Id: E1LSd9i-0006Tu-2y@stork.gentoo.org
1 aballier 09/01/29 20:06:30
2
3 Modified: ChangeLog qt-4.4.2.ebuild
4 Log:
5 keyword ~x86-fbsd
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.560 x11-libs/qt/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.560&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.560&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?r1=1.559&r2=1.560
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v
18 retrieving revision 1.559
19 retrieving revision 1.560
20 diff -u -r1.559 -r1.560
21 --- ChangeLog 18 Jan 2009 20:05:48 -0000 1.559
22 +++ ChangeLog 29 Jan 2009 20:06:29 -0000 1.560
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/qt
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.559 2009/01/18 20:05:48 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.560 2009/01/29 20:06:29 aballier Exp $
28 +
29 + 29 Jan 2009; Alexis Ballier <aballier@g.o> qt-4.4.2.ebuild:
30 + keyword ~x86-fbsd
31
32 18 Jan 2009; Markus Meier <maekke@g.o> qt-4.4.2.ebuild:
33 amd64/x86 stable, bug #248038
34
35
36
37 1.4 x11-libs/qt/qt-4.4.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild?r1=1.3&r2=1.4
42
43 Index: qt-4.4.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- qt-4.4.2.ebuild 18 Jan 2009 20:05:48 -0000 1.3
50 +++ qt-4.4.2.ebuild 29 Jan 2009 20:06:29 -0000 1.4
51 @@ -1,13 +1,13 @@
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/qt-4.4.2.ebuild,v 1.3 2009/01/18 20:05:48 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild,v 1.4 2009/01/29 20:06:29 aballier Exp $
56
57 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
58 HOMEPAGE="http://www.trolltech.com/"
59
60 LICENSE="|| ( GPL-3 GPL-2 )"
61 SLOT="4"
62 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
63 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
64
65 IUSE="dbus opengl qt3support"
66
67 @@ -20,7 +20,7 @@
68 ~x11-libs/qt-test-${PV}
69 ~x11-libs/qt-assistant-${PV}
70 ~x11-libs/qt-xmlpatterns-${PV}
71 - !sparc? ( !alpha? ( !ia64? ( ~x11-libs/qt-webkit-${PV} ) ) )
72 + !sparc? ( !alpha? ( !ia64? ( !x86-fbsd? ( ~x11-libs/qt-webkit-${PV} ) ) ) )
73 dbus? ( ~x11-libs/qt-dbus-${PV} )
74 opengl? ( ~x11-libs/qt-opengl-${PV} )
75 qt3support? ( ~x11-libs/qt-qt3support-${PV} )"