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-gui: qt-gui-4.4.1.ebuild ChangeLog
Date: Sat, 16 Aug 2008 15:07:52
Message-Id: E1KUNNa-0001PZ-5K@stork.gentoo.org
1 yngwin 08/08/16 15:07:46
2
3 Modified: qt-gui-4.4.1.ebuild ChangeLog
4 Log:
5 Add pdepend on qt-qt3support
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-hh1 i686)
7
8 Revision Changes Path
9 1.3 x11-libs/qt-gui/qt-gui-4.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.1.ebuild?r1=1.2&r2=1.3
14
15 Index: qt-gui-4.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- qt-gui-4.4.1.ebuild 13 Aug 2008 22:56:49 -0000 1.2
22 +++ qt-gui-4.4.1.ebuild 16 Aug 2008 15:07:45 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.1.ebuild,v 1.2 2008/08/13 22:56:49 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.1.ebuild,v 1.3 2008/08/16 15:07:45 yngwin Exp $
28
29 EAPI="1"
30 inherit eutils qt4-build
31 @@ -39,6 +39,7 @@
32 xinerama? ( x11-proto/xineramaproto )
33 x11-proto/xextproto
34 x11-proto/inputproto"
35 +PDEPEND="qt3support? ( ~x11-libs/qt-qt3support-${PV} )"
36
37 QT4_TARGET_DIRECTORIES="
38 src/gui
39
40
41
42 1.13 x11-libs/qt-gui/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.13&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.13&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.12&r2=1.13
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
51 retrieving revision 1.12
52 retrieving revision 1.13
53 diff -u -r1.12 -r1.13
54 --- ChangeLog 13 Aug 2008 22:56:49 -0000 1.12
55 +++ ChangeLog 16 Aug 2008 15:07:45 -0000 1.13
56 @@ -1,6 +1,9 @@
57 # ChangeLog for x11-libs/qt-gui
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.12 2008/08/13 22:56:49 yngwin Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.13 2008/08/16 15:07:45 yngwin Exp $
61 +
62 + 16 Aug 2008; Ben de Groot <yngwin@g.o> qt-gui-4.4.1.ebuild:
63 + Add pdepend on qt-qt3support
64
65 13 Aug 2008; Ben de Groot <yngwin@g.o> qt-gui-4.4.1.ebuild:
66 Fixing typo, thanks to zzam for reporting.