Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: qt-gui-4.8.0-r2.ebuild ChangeLog
Date: Tue, 28 Feb 2012 13:23:09
Message-Id: 20120228132258.0E9F02004B@flycatcher.gentoo.org
1 jlec 12/02/28 13:22:58
2
3 Modified: qt-gui-4.8.0-r2.ebuild ChangeLog
4 Log:
5 correct installation inside prefix
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: qt-gui-4.8.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qt-gui-4.8.0-r2.ebuild 12 Feb 2012 09:16:08 -0000 1.2
23 +++ qt-gui-4.8.0-r2.ebuild 28 Feb 2012 13:22:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild,v 1.2 2012/02/12 09:16:08 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.0-r2.ebuild,v 1.3 2012/02/28 13:22:57 jlec Exp $
29
30 EAPI="3"
31 inherit confutils qt4-build
32 @@ -178,12 +178,12 @@
33 doins "${S}"/tools/designer/src/lib/sdk/* || die
34
35 # touch the available graphics systems
36 - mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
37 - die "could not create ${D}/usr/share/qt4/graphicssystems/"
38 - echo "default" > "${D}/usr/share/qt4/graphicssystems/raster" ||
39 - die "could not touch ${D}/usr/share/qt4/graphicssystems/raster"
40 - touch "${D}/usr/share/qt4/graphicssystems/native" ||
41 - die "could not touch ${D}/usr/share/qt4/graphicssystems/native"
42 + mkdir -p "${ED}/usr/share/qt4/graphicssystems/" ||
43 + die "could not create ${ED}/usr/share/qt4/graphicssystems/"
44 + echo "default" > "${ED}/usr/share/qt4/graphicssystems/raster" ||
45 + die "could not touch ${ED}/usr/share/qt4/graphicssystems/raster"
46 + touch "${ED}/usr/share/qt4/graphicssystems/native" ||
47 + die "could not touch ${ED}/usr/share/qt4/graphicssystems/native"
48
49 # install private headers
50 if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then
51
52
53
54 1.166 x11-libs/qt-gui/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.166&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.166&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.165&r2=1.166
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
63 retrieving revision 1.165
64 retrieving revision 1.166
65 diff -u -r1.165 -r1.166
66 --- ChangeLog 12 Feb 2012 09:16:08 -0000 1.165
67 +++ ChangeLog 28 Feb 2012 13:22:57 -0000 1.166
68 @@ -1,6 +1,9 @@
69 # ChangeLog for x11-libs/qt-gui
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.165 2012/02/12 09:16:08 hwoarang Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.166 2012/02/28 13:22:57 jlec Exp $
73 +
74 + 28 Feb 2012; Justin Lecher <jlec@g.o> qt-gui-4.8.0-r2.ebuild:
75 + correct installation inside prefix
76
77 12 Feb 2012; Markos Chandras <hwoarang@g.o> qt-gui-4.8.0-r2.ebuild:
78 Add missing mesa[egl] dependency. Bug #402183