Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/, x11-libs/qt-openvg/, x11-libs/qt-gui/
Date: Sun, 05 Feb 2012 20:33:57
Message-Id: ce9a81a67703b94a84820024596cfdeed053daab.hwoarang@gentoo
1 commit: ce9a81a67703b94a84820024596cfdeed053daab
2 Author: Alex Alexander <wired <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 13:27:48 2012 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 13:27:48 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ce9a81a6
7
8 qt-{gui,opengl,openvg}: updated live ebuild graphics systems
9
10 marked open{gl,vg} as experimental, raster as default
11
12 ---
13 x11-libs/qt-gui/qt-gui-4.8.9999.ebuild | 4 ++--
14 x11-libs/qt-gui/qt-gui-4.9999.ebuild | 4 ++--
15 x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild | 4 ++--
16 x11-libs/qt-opengl/qt-opengl-4.9999.ebuild | 4 ++--
17 x11-libs/qt-openvg/Manifest | 2 +-
18 x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild | 4 ++--
19 x11-libs/qt-openvg/qt-openvg-4.9999.ebuild | 4 ++--
20 7 files changed, 13 insertions(+), 13 deletions(-)
21
22 diff --git a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild b/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild
23 index 2e1fe7b..f6ef449 100644
24 --- a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild
25 +++ b/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild
26 @@ -186,8 +186,8 @@ src_install() {
27 #touch the available graphics systems
28 mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
29 die "could not create ${D}/usr/share/qt4/graphicssystems/"
30 - touch "${D}/usr/share/qt4/graphicssystems/raster" ||
31 - die "could not touch ${D}/usr/share/qt4/graphicssystems/raster"
32 + echo "default" > "${D}/usr/share/qt4/graphicssystems/raster" ||
33 + die "could not create ${D}/usr/share/qt4/graphicssystems/raster"
34 touch "${D}/usr/share/qt4/graphicssystems/native" ||
35 die "could not touch ${D}/usr/share/qt4/graphicssystems/native"
36
37
38 diff --git a/x11-libs/qt-gui/qt-gui-4.9999.ebuild b/x11-libs/qt-gui/qt-gui-4.9999.ebuild
39 index 2e1fe7b..f6ef449 100644
40 --- a/x11-libs/qt-gui/qt-gui-4.9999.ebuild
41 +++ b/x11-libs/qt-gui/qt-gui-4.9999.ebuild
42 @@ -186,8 +186,8 @@ src_install() {
43 #touch the available graphics systems
44 mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
45 die "could not create ${D}/usr/share/qt4/graphicssystems/"
46 - touch "${D}/usr/share/qt4/graphicssystems/raster" ||
47 - die "could not touch ${D}/usr/share/qt4/graphicssystems/raster"
48 + echo "default" > "${D}/usr/share/qt4/graphicssystems/raster" ||
49 + die "could not create ${D}/usr/share/qt4/graphicssystems/raster"
50 touch "${D}/usr/share/qt4/graphicssystems/native" ||
51 die "could not touch ${D}/usr/share/qt4/graphicssystems/native"
52
53
54 diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
55 index b9bf3ff..3e02154 100644
56 --- a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
57 +++ b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
58 @@ -58,6 +58,6 @@ src_install() {
59 #touch the available graphics systems
60 mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
61 die "could not create ${D}/usr/share/qt4/graphicssystems/"
62 - touch "${D}/usr/share/qt4/graphicssystems/opengl" ||
63 - die "could not touch ${D}/usr/share/qt4/graphicssystems/opengl"
64 + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" ||
65 + die "could not create ${D}/usr/share/qt4/graphicssystems/opengl"
66 }
67
68 diff --git a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
69 index b9bf3ff..3e02154 100644
70 --- a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
71 +++ b/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
72 @@ -58,6 +58,6 @@ src_install() {
73 #touch the available graphics systems
74 mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
75 die "could not create ${D}/usr/share/qt4/graphicssystems/"
76 - touch "${D}/usr/share/qt4/graphicssystems/opengl" ||
77 - die "could not touch ${D}/usr/share/qt4/graphicssystems/opengl"
78 + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" ||
79 + die "could not create ${D}/usr/share/qt4/graphicssystems/opengl"
80 }
81
82 diff --git a/x11-libs/qt-openvg/Manifest b/x11-libs/qt-openvg/Manifest
83 index 23bd05a..ac7236d 100644
84 --- a/x11-libs/qt-openvg/Manifest
85 +++ b/x11-libs/qt-openvg/Manifest
86 @@ -1,2 +1,2 @@
87 -DIST qt-everywhere-opensource-src-4.7.0.tar.gz 208320257 RMD160 3e9c0f0d9843b5c03ad4bd6193aff98531ee0746 SHA1 a5796c8f468c8f59249e5c696f913864c979f411 SHA256 e05256d560ca7d674cd4310bb791748900ad14ad662cbfe22b6d72ada43e7955
88 +DIST qt-everywhere-opensource-src-4.7.0.tar.gz 208320257 SHA256 e05256d560ca7d674cd4310bb791748900ad14ad662cbfe22b6d72ada43e7955 SHA512 3875eff09241ed613afe46ab0e5ff313cbd5dfab7ca22ab5d87d10974c1305f88c989608eea9e155c1f8969afaa64742c05987f66c65702310109b5588837fd3 WHIRLPOOL 0156e1c2d952d5c74e56f75108103a974001a89da92f72619cc7274770fad12dd4e8d5eb02009fec35a15e1a552c8e2d654941a8e65b8c7a06eea5f52b91487d
89 DIST qt-everywhere-opensource-src-4.7.1.tar.gz 211768512 SHA256 8cb5277c41f824cfc6dcee0e95e0bf23a9ad2c8d18d245105137481d092b124a SHA512 adca9f9ea9914eb7715277ec61e0710f4492e0562fce5e72d02e88c2df58b4fbc77a4346abd8ebf79aa8eff94d0075191a8709fbb502785682ba37ee2151ae7f WHIRLPOOL 79b16f663cb49e029cb0d86cb0a98854e975746f6e7f5ef1707d7851325556c5a248e8eaf9393d234099058d6e54ef69767ce653bf9a665cca87d2f2a5829e8d
90
91 diff --git a/x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild b/x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild
92 index f072491..32d971a 100644
93 --- a/x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild
94 +++ b/x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild
95 @@ -56,6 +56,6 @@ src_install() {
96 #touch the available graphics systems
97 mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
98 die "could not create ${D}/usr/share/qt4/graphicssystems/"
99 - touch "${D}/usr/share/qt4/graphicssystems/openvg" ||
100 - die "could not touch ${D}/usr/share/qt4/graphicssystems/openvg"
101 + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/openvg" ||
102 + die "could not create ${D}/usr/share/qt4/graphicssystems/openvg"
103 }
104
105 diff --git a/x11-libs/qt-openvg/qt-openvg-4.9999.ebuild b/x11-libs/qt-openvg/qt-openvg-4.9999.ebuild
106 index f072491..32d971a 100644
107 --- a/x11-libs/qt-openvg/qt-openvg-4.9999.ebuild
108 +++ b/x11-libs/qt-openvg/qt-openvg-4.9999.ebuild
109 @@ -56,6 +56,6 @@ src_install() {
110 #touch the available graphics systems
111 mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||
112 die "could not create ${D}/usr/share/qt4/graphicssystems/"
113 - touch "${D}/usr/share/qt4/graphicssystems/openvg" ||
114 - die "could not touch ${D}/usr/share/qt4/graphicssystems/openvg"
115 + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/openvg" ||
116 + die "could not create ${D}/usr/share/qt4/graphicssystems/openvg"
117 }