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 dev-qt/qtopengl: metadata.xml qtopengl-4.8.4.ebuild ChangeLog
Date: Sat, 02 Mar 2013 15:31:57
Message-Id: 20130302153153.E263E2171D@flycatcher.gentoo.org
1 yngwin 13/03/02 15:31:52
2
3 Added: metadata.xml qtopengl-4.8.4.ebuild ChangeLog
4 Log:
5 Move to new dev-qt category
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2B2474AD43CE296E!)
8
9 Revision Changes Path
10 1.1 dev-qt/qtopengl/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>qt</herd>
21 <use>
22 <flag name="c++0x">Build Qt using the C++11 standard</flag>
23 <flag name="egl">Use EGL instead of default GLX to manage OpenGL
24 contexts on the desktop</flag>
25 <flag name="exceptions">Add support for exceptions - like catching them
26 inside the event loop (recommended by Nokia)</flag>
27 <flag name="qt3support">Enable the Qt3Support libraries for Qt4</flag>
28 </use>
29 <upstream>
30 <bugs-to>https://bugreports.qt-project.org/</bugs-to>
31 <doc>http://qt-project.org/doc/</doc>
32 </upstream>
33 </pkgmetadata>
34
35
36
37 1.1 dev-qt/qtopengl/qtopengl-4.8.4.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.4.ebuild?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.4.ebuild?rev=1.1&content-type=text/plain
41
42 Index: qtopengl-4.8.4.ebuild
43 ===================================================================
44 # Copyright 1999-2012 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.4.ebuild,v 1.1 2013/03/02 15:31:52 yngwin Exp $
47
48 EAPI=4
49
50 inherit qt4-build
51
52 DESCRIPTION="The OpenGL module for the Qt toolkit"
53 SLOT="4"
54 if [[ ${QT4_BUILD_TYPE} == live ]]; then
55 KEYWORDS=""
56 else
57 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
58 fi
59 IUSE="egl qt3support"
60
61 DEPEND="
62 virtual/opengl
63 ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=]
64 ~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=]
65 "
66 RDEPEND="${DEPEND}"
67
68 pkg_setup() {
69 QT4_TARGET_DIRECTORIES="
70 src/opengl
71 src/plugins/graphicssystems/opengl"
72
73 QT4_EXTRACT_DIRECTORIES="
74 include/QtCore
75 include/QtGui
76 include/QtOpenGL
77 src/corelib
78 src/gui
79 src/opengl
80 src/plugins
81 src/3rdparty"
82
83 QCONFIG_ADD="opengl"
84 QCONFIG_DEFINE="QT_OPENGL"
85
86 qt4-build_pkg_setup
87 }
88
89 src_configure() {
90 myconf+="
91 -opengl
92 $(qt_use qt3support)
93 $(qt_use egl)"
94
95 qt4-build_src_configure
96
97 # Not building tools/designer/src/plugins/tools/view3d as it's
98 # commented out of the build in the source
99 }
100
101 src_install() {
102 qt4-build_src_install
103
104 # touch the available graphics systems
105 dodir /usr/share/qt4/graphicssystems
106 echo "experimental" > "${ED}"/usr/share/qt4/graphicssystems/opengl || die
107 }
108
109
110
111 1.1 dev-qt/qtopengl/ChangeLog
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.1&content-type=text/plain
115
116 Index: ChangeLog
117 ===================================================================
118 # ChangeLog for dev-qt/qtopengl
119 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
120 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.1 2013/03/02 15:31:52 yngwin Exp $
121
122 31 Dec 2012; Davide Pesavento <pesa@g.o> metadata.xml:
123 Cleanup metadata.
124
125 29 Dec 2012; Michael Palimaka <kensington@g.o>
126 -files/4.8.2-qatomic-x32.patch, -qt-opengl-4.7.4.ebuild,
127 -qt-opengl-4.8.1.ebuild, -qt-opengl-4.8.2.ebuild, -qt-opengl-4.8.3.ebuild:
128 Remove old.
129
130 29 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
131 Stable for alpha, wrt bug #445956
132
133 26 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
134 Stable for sparc, wrt bug #445956
135
136 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
137 Stable for arm, wrt bug #445956
138
139 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
140 Stable for x86, wrt bug #445956
141
142 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
143 Stable for ppc64, wrt bug #445956
144
145 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
146 Stable for ppc, wrt bug #445956
147
148 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
149 Stable for ia64, wrt bug #445956
150
151 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.4.ebuild:
152 Stable for amd64, wrt bug #445956
153
154 24 Dec 2012; Jeroen Roovers <jer@g.o> qt-opengl-4.8.4.ebuild:
155 Stable for HPPA (bug #445956).
156
157 *qt-opengl-4.8.4 (05 Dec 2012)
158
159 05 Dec 2012; Ben de Groot <yngwin@g.o> +qt-opengl-4.8.4.ebuild:
160 Qt 4.8.4 version bump
161
162 14 Oct 2012; Raúl Porcel <armin76@g.o> qt-opengl-4.8.2.ebuild:
163 alpha/ia64/sparc stable wrt #424625
164
165 21 Sep 2012; Johannes Huber <johu@g.o> qt-opengl-4.7.4.ebuild,
166 qt-opengl-4.8.1.ebuild, qt-opengl-4.8.2.ebuild, qt-opengl-4.8.3.ebuild:
167 Revert last commit.
168
169 20 Sep 2012; Johannes Huber <johu@g.o> qt-opengl-4.7.4.ebuild,
170 qt-opengl-4.8.1.ebuild, qt-opengl-4.8.2.ebuild, qt-opengl-4.8.3.ebuild:
171 Add virtual/glu see bugs #432516, #435108.
172
173 16 Sep 2012; Ben de Groot <yngwin@g.o> qt-opengl-4.8.3.ebuild:
174 Add overlay changes (c++0x useflag)
175
176 *qt-opengl-4.8.3 (14 Sep 2012)
177
178 14 Sep 2012; Ben de Groot <yngwin@g.o> +qt-opengl-4.8.3.ebuild:
179 Version bump. Drop qatomic-x32 patch applied upstream. Drop qpa useflag.
180
181 19 Jul 2012; Markus Meier <maekke@g.o> qt-opengl-4.8.2.ebuild:
182 arm stable, bug #424625
183
184 15 Jul 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.2.ebuild:
185 Stable for x86, wrt bug #424625
186
187 09 Jul 2012; Johannes Huber <johu@g.o> -qt-opengl-4.6.3.ebuild:
188 Drop Qt-4.6.3
189
190 09 Jul 2012; Joseph Jezak <josejx@g.o> qt-opengl-4.8.2.ebuild:
191 Marked ppc/ppc64 for bug #424625.
192
193 08 Jul 2012; Raúl Porcel <armin76@g.o> qt-opengl-4.8.1.ebuild,
194 qt-opengl-4.8.2.ebuild:
195 sparc stable, add ~sparc
196
197 08 Jul 2012; Jeroen Roovers <jer@g.o> qt-opengl-4.8.2.ebuild:
198 Stable for HPPA (bug #424625).
199
200 06 Jul 2012; Michael Weber <xmw@g.o> qt-opengl-4.8.1.ebuild:
201 ppc stable (bug 414241)
202
203 05 Jul 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.2.ebuild:
204 Stable for amd64, wrt bug #424625
205
206 25 Jun 2012; Raúl Porcel <armin76@g.o> qt-opengl-4.8.1.ebuild,
207 qt-opengl-4.8.2.ebuild:
208 Add ~alpha, alpha/ia64 stable wrt #414241
209
210 19 Jun 2012; Davide Pesavento <pesa@g.o>
211 +files/4.8.2-qatomic-x32.patch, qt-opengl-4.8.2.ebuild:
212 Add patch for x32 support in qatomic asm code (bug 420705).
213
214 18 Jun 2012; Davide Pesavento <pesa@g.o> metadata.xml:
215 Cleanup metadata and add upstream info.
216
217 *qt-opengl-4.8.2 (22 May 2012)
218
219 22 May 2012; Davide Pesavento <pesa@g.o> +qt-opengl-4.8.2.ebuild:
220 Version bump.
221
222 20 May 2012; Agostino Sarubbo <ago@g.o> qt-opengl-4.8.1.ebuild:
223 Stable for x86, wrt bug #414241
224
225 16 May 2012; Jeroen Roovers <jer@g.o> qt-opengl-4.8.1.ebuild:
226 Stable for HPPA (bug #414241).
227
228 14 May 2012; Johannes Huber <johu@g.o> -qt-opengl-4.7.2.ebuild:
229 Drop Qt-4.7.2
230
231 12 May 2012; Alexis Ballier <aballier@g.o> qt-opengl-4.8.1.ebuild:
232 keyword ~amd64-fbsd
233
234 12 May 2012; Markus Meier <maekke@g.o> qt-opengl-4.8.1.ebuild:
235 arm stable, bug #414241
236
237 08 May 2012; Markos Chandras <hwoarang@g.o> qt-opengl-4.8.1.ebuild:
238 Stable on amd64 wrt bug #414241
239
240 05 Apr 2012; Johannes Huber <johu@g.o> -qt-opengl-4.8.0-r2.ebuild:
241 Drop Qt-4.8.0
242
243 03 Apr 2012; Jeroen Roovers <jer@g.o> qt-opengl-4.7.4.ebuild:
244 Stable for HPPA (bug #390963).
245
246 *qt-opengl-4.8.1 (29 Mar 2012)
247
248 29 Mar 2012; Davide Pesavento <pesa@g.o> +qt-opengl-4.8.1.ebuild:
249 Version bump.
250
251 27 Mar 2012; Johannes Huber <johu@g.o> -qt-opengl-4.6.2.ebuild:
252 Drop Qt-4.6.2
253
254 28 Feb 2012; Justin Lecher <jlec@g.o> qt-opengl-4.8.0-r2.ebuild:
255 correct installation inside prefix
256
257 *qt-opengl-4.8.0-r2 (05 Feb 2012)
258
259 05 Feb 2012; Alex Alexander <wired@g.o> -qt-opengl-4.8.0-r1.ebuild,
260 +qt-opengl-4.8.0-r2.ebuild:
261 marked opengl as experimental in the eselect qtgraphicssystem list
262
263 29 Jan 2012; Joseph Jezak <josejx@g.o> qt-opengl-4.7.4.ebuild:
264 Marked ppc ppc64 stable for bug #390963.
265
266 *qt-opengl-4.8.0-r1 (29 Jan 2012)
267
268 29 Jan 2012; Alex Alexander <wired@g.o> +qt-opengl-4.8.0-r1.ebuild,
269 metadata.xml:
270 version bump
271
272 27 Dec 2011; Markus Meier <maekke@g.o> qt-opengl-4.7.4.ebuild:
273 x86 stable, bug #390963
274
275 20 Dec 2011; Agostino Sarubbo <ago@g.o> qt-opengl-4.7.4.ebuild:
276 Stable for AMD64, wrt bug #390963
277
278 28 Nov 2011; Davide Pesavento <pesa@g.o> -qt-opengl-4.7.3.ebuild:
279 Remove Qt 4.7.3
280
281 26 Nov 2011; Robin H. Johnson <robbat2@g.o> Manifest:
282 Bug 385719: upstream altered qt-everywhere-opensource-src-4.7.4.tar.gz, mass
283 fix for pesa.
284
285 *qt-opengl-4.7.4 (08 Sep 2011)
286
287 08 Sep 2011; Alex Alexander <wired@g.o> +qt-opengl-4.7.4.ebuild:
288 version bump, 4.7.4
289
290 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
291 qt-opengl-4.6.3.ebuild:
292 keyword ~sparc-solaris
293
294 13 Jul 2011; Kacper Kowalik <xarthisius@g.o> qt-opengl-4.7.2.ebuild:
295 ppc64 stable wrt #354033
296
297 05 Jun 2011; Markus Meier <maekke@g.o> qt-opengl-4.7.2.ebuild:
298 arm stable, bug #354033
299
300 01 Jun 2011; Brent Baude <ranger@g.o> qt-opengl-4.7.2.ebuild:
301 Marking qt-opengl-4.7.2 ppc stable for bug 354033
302
303 *qt-opengl-4.7.3 (10 May 2011)
304
305 10 May 2011; Theo Chatzimichos <tampakrap@g.o>
306 +qt-opengl-4.7.3.ebuild:
307 Version bump Qt 4.7.3
308
309 09 May 2011; Markos Chandras <hwoarang@g.o> qt-opengl-4.7.2.ebuild:
310 Stable on amd64 wrt bug #354033
311
312 09 May 2011; Thomas Kahle <tomka@g.o> qt-opengl-4.7.2.ebuild:
313 x86 stable per bug 354033
314
315 13 Apr 2011; Alex Alexander <wired@g.o> -qt-opengl-4.7.0.ebuild,
316 -qt-opengl-4.7.0-r1.ebuild, -qt-opengl-4.7.1.ebuild:
317 old version cleanup
318
319 *qt-opengl-4.7.2 (01 Mar 2011)
320
321 01 Mar 2011; Theo Chatzimichos <tampakrap@g.o>
322 +qt-opengl-4.7.2.ebuild:
323 Version bump Qt 4.7.2
324
325 23 Dec 2010; Samuli Suominen <ssuominen@g.o> qt-opengl-4.6.3.ebuild:
326 ppc64 stable wrt #341703
327
328 05 Dec 2010; Alex Alexander <wired@g.o> -qt-opengl-4.5.3-r1.ebuild,
329 -files/qt-4.5.3-glib-event-loop.patch:
330 removed 4.5.3
331
332 *qt-opengl-4.7.1 (09 Nov 2010)
333
334 09 Nov 2010; Alex Alexander <wired@g.o> +qt-opengl-4.7.1.ebuild:
335 version bump
336
337 06 Nov 2010; Alex Alexander <wired@g.o> qt-opengl-4.7.0.ebuild,
338 qt-opengl-4.7.0-r1.ebuild:
339 removed alpha keyword from qt-4.7, bug #338289
340
341 05 Nov 2010; Jeroen Roovers <jer@g.o> qt-opengl-4.6.3.ebuild:
342 Stable for HPPA (bug #341703).
343
344 *qt-opengl-4.7.0-r1 (29 Oct 2010)
345
346 29 Oct 2010; Markos Chandras <hwoarang@g.o>
347 +qt-opengl-4.7.0-r1.ebuild:
348 Add QTCONFIG definition for EGL too. Bug 340355. Thanks to Andrei Slavoiu
349 <ansla80@×××××.com> for the patch
350
351 23 Oct 2010; Raúl Porcel <armin76@g.o> qt-opengl-4.6.3.ebuild:
352 alpha/arm/ia64/sparc stable wrt #341703
353
354 22 Oct 2010; Christian Faulhammer <fauli@g.o>
355 qt-opengl-4.6.3.ebuild:
356 stable x86, bug 341703
357
358 19 Oct 2010; Brent Baude <ranger@g.o> qt-opengl-4.6.3.ebuild:
359 Marking qt-opengl-4.6.3 ppc stable for bug 341703
360
361 19 Oct 2010; Markos Chandras <hwoarang@g.o> qt-opengl-4.6.3.ebuild:
362 Stable on amd64 wrt bug #341703
363
364 10 Oct 2010; Raúl Porcel <armin76@g.o> qt-opengl-4.7.0.ebuild:
365 Mark -sparc because it sigbuses
366
367 23 Sep 2010; Alex Alexander <wired@g.o> qt-opengl-4.7.0.ebuild:
368 EAPI 3, prefix, other improvements
369
370 *qt-opengl-4.7.0 (21 Sep 2010)
371
372 21 Sep 2010; Theo Chatzimichos <tampakrap@g.o>
373 +qt-opengl-4.7.0.ebuild:
374 Version bump
375
376 17 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
377 qt-opengl-4.5.3-r1.ebuild, qt-opengl-4.6.2.ebuild, qt-opengl-4.6.3.ebuild:
378 Remove virtual/glu where already virtual/opengl is stated.
379
380 13 Sep 2010; Tobias Klausmann <klausman@g.o>
381 qt-opengl-4.6.2.ebuild:
382 Stable on alpha, bug #297299
383
384 18 Aug 2010; Jeroen Roovers <jer@g.o> qt-opengl-4.6.2.ebuild:
385 Stable for HPPA (bug #297299).
386
387 04 Aug 2010; Markus Meier <maekke@g.o> qt-opengl-4.6.2.ebuild:
388 arm stable, bug #297299
389
390 05 Jul 2010; Samuli Suominen <ssuominen@g.o>
391 qt-opengl-4.6.2.ebuild:
392 ppc64 stable wrt #297299
393
394 24 Jun 2010; Markos Chandras <hwoarang@g.o>
395 -qt-opengl-4.6.1.ebuild:
396 Drop Qt-4.6.1
397
398 *qt-opengl-4.6.3 (08 Jun 2010)
399
400 08 Jun 2010; Markos Chandras <hwoarang@g.o>
401 +qt-opengl-4.6.3.ebuild:
402 Version bump
403
404 18 Apr 2010; <nixnut@g.o> qt-opengl-4.6.2.ebuild:
405 ppc stable #297299
406
407 03 Mar 2010; Christian Faulhammer <fauli@g.o>
408 qt-opengl-4.6.2.ebuild:
409 stable x86, bug 297299
410
411 01 Mar 2010; Samuli Suominen <ssuominen@g.o>
412 qt-opengl-4.6.2.ebuild:
413 amd64 stable wrt #297299
414
415 18 Feb 2010; Alex Alexander <wired@g.o> metadata.xml:
416 added exceptions USE flag description
417
418 *qt-opengl-4.6.2 (15 Feb 2010)
419
420 15 Feb 2010; Dror Levin <spatz@g.o> +qt-opengl-4.6.2.ebuild:
421 Version bump.
422
423 09 Feb 2010; Dror Levin <spatz@g.o> -qt-opengl-4.6.0-r1.ebuild:
424 Remove old.
425
426 *qt-opengl-4.6.1 (19 Jan 2010)
427
428 19 Jan 2010; Ben de Groot <yngwin@g.o> +qt-opengl-4.6.1.ebuild:
429 Version bump
430
431 *qt-opengl-4.6.0-r1 (25 Dec 2009)
432
433 25 Dec 2009; Jonathan Callen <abcd@g.o> -qt-opengl-4.6.0.ebuild,
434 +qt-opengl-4.6.0-r1.ebuild:
435 Add prefix support, revbump due to otherwise unresolvable USE deps
436
437 01 Dec 2009; Theo Chatzimichos <tampakrap@g.o>
438 -qt-opengl-4.6.0_rc1.ebuild:
439 Remove Qt 4.6.0 RC
440
441 *qt-opengl-4.6.0 (01 Dec 2009)
442
443 01 Dec 2009; Theo Chatzimichos <tampakrap@g.o>
444 +qt-opengl-4.6.0.ebuild:
445 Version Bump to 4.6.0
446
447 *qt-opengl-4.6.0_rc1 (18 Nov 2009)
448
449 18 Nov 2009; Alex Alexander <wired@g.o>
450 -qt-opengl-4.6.0_beta1.ebuild, +qt-opengl-4.6.0_rc1.ebuild:
451 added 4.6.0_rc1, removed 4.6.0_beta1
452
453 11 Nov 2009; Ben de Groot <yngwin@g.o> -qt-opengl-4.4.2.ebuild,
454 -qt-opengl-4.5.1.ebuild, -qt-opengl-4.5.2.ebuild,
455 -qt-opengl-4.5.2-r1.ebuild, -qt-opengl-4.5.3.ebuild:
456 Remove obsolete versions
457
458 10 Nov 2009; Jeroen Roovers <jer@g.o> qt-opengl-4.5.3-r1.ebuild:
459 Stable for HPPA (bug #290922).
460
461 09 Nov 2009; Joseph Jezak <josejx@g.o> qt-opengl-4.5.3-r1.ebuild:
462 Marked ppc/ppc64 stable for bug #290922.
463
464 09 Nov 2009; Raúl Porcel <armin76@g.o> qt-opengl-4.5.3-r1.ebuild:
465 alpha/ia64/sparc stable wrt #290922
466
467 09 Nov 2009; Markus Meier <maekke@g.o> qt-opengl-4.5.3-r1.ebuild:
468 arm stable, bug #290922
469
470 31 Oct 2009; Markus Meier <maekke@g.o> qt-opengl-4.5.3-r1.ebuild:
471 amd64 stable, bug #290922
472
473 31 Oct 2009; Markus Meier <maekke@g.o> qt-opengl-4.5.3-r1.ebuild:
474 x86 stable, bug #290922
475
476 *qt-opengl-4.5.3-r1 (29 Oct 2009)
477
478 29 Oct 2009; Dominik Kapusta <ayoy@g.o> +qt-opengl-4.5.3-r1.ebuild,
479 +files/qt-4.5.3-glib-event-loop.patch:
480 Adding a patch to fix regression in event loop
481
482 29 Oct 2009; Tomáš Chvátal <scarabeus@g.o>
483 qt-opengl-4.5.3.ebuild:
484 Stable on x86. Fixing broken depgraph.
485
486 16 Oct 2009; Alex Alexander <wired@g.o>
487 qt-opengl-4.6.0_beta1.ebuild:
488 added keywords: ~alpha ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86-fbsd
489
490 *qt-opengl-4.6.0_beta1 (16 Oct 2009)
491
492 16 Oct 2009; Alex Alexander <wired@g.o>
493 +qt-opengl-4.6.0_beta1.ebuild:
494 added version 4.6.0_beta1
495
496 11 Oct 2009; Raúl Porcel <armin76@g.o> qt-opengl-4.5.2-r1.ebuild:
497 alpha/ia64/sparc stable wrt #286653
498
499 09 Oct 2009; Markus Meier <maekke@g.o> qt-opengl-4.5.2-r1.ebuild:
500 amd64/arm/x86 stable, bug #286653
501
502 07 Oct 2009; nixnut <nixnut@g.o> qt-opengl-4.5.2-r1.ebuild:
503 ppc stable #286653
504
505 *qt-opengl-4.5.3 (04 Oct 2009)
506
507 04 Oct 2009; Alex Alexander <wired@g.o> +qt-opengl-4.5.3.ebuild:
508 version bump
509
510 *qt-opengl-4.5.2-r1 (30 Aug 2009)
511
512 30 Aug 2009; Alex Alexander <wired@g.o> +qt-opengl-4.5.2-r1.ebuild:
513 build the opengl graphicssystem - thanks to Davide Pesavento - bug 281674
514
515 30 Jun 2009; Raúl Porcel <armin76@g.o> qt-opengl-4.5.1.ebuild:
516 ia64/sparc stable wrt #266201
517
518 *qt-opengl-4.5.2 (27 Jun 2009)
519
520 27 Jun 2009; Ben de Groot <yngwin@g.o> +qt-opengl-4.5.2.ebuild:
521 Version bump
522
523 08 Jun 2009; Jeroen Roovers <jer@g.o> qt-opengl-4.5.1.ebuild:
524 Stable for HPPA (bug #266201).
525
526 06 Jun 2009; Markus Meier <maekke@g.o> qt-opengl-4.5.1.ebuild:
527 amd64 stable, bug #266201
528
529 02 Jun 2009; Christian Faulhammer <fauli@g.o>
530 qt-opengl-4.5.1.ebuild:
531 stable x86, bug 266201
532
533 28 May 2009; Robert Piasek <dagger@g.o> qt-opengl-4.5.1.ebuild:
534 stable on arm (bug #266201)
535
536 15 May 2009; Tobias Klausmann <klausman@g.o>
537 qt-opengl-4.5.1.ebuild:
538 Stable on alpha, bug #266201
539
540 14 May 2009; Ben de Groot <yngwin@g.o> -qt-opengl-4.5.0.ebuild:
541 Remove old
542
543 13 May 2009; Brent Baude <ranger@g.o> qt-opengl-4.5.1.ebuild:
544 Marking qt-opengl-4.5.1 ppc stable for bug 266201
545
546 *qt-opengl-4.5.1 (27 Apr 2009)
547
548 27 Apr 2009; Markos Chandras <hwoarang@g.o>
549 +qt-opengl-4.5.1.ebuild:
550 Version bump to 4.5.1
551
552 18 Mar 2009; Markos Chandras <hwoarang@g.o>
553 -qt-opengl-4.5.0_rc1.ebuild:
554 Dropping 4.5.0_rc1
555
556 17 Mar 2009; Raúl Porcel <armin76@g.o> qt-opengl-4.5.0.ebuild:
557 Add ~arm wrt #262462
558
559 *qt-opengl-4.5.0 (04 Mar 2009)
560
561 04 Mar 2009; Ben de Groot <yngwin@g.o> +qt-opengl-4.5.0.ebuild:
562 Version bump
563
564 18 Feb 2009; Jeroen Roovers <jer@g.o> qt-opengl-4.4.2.ebuild:
565 Stable for HPPA (bug #248083).
566
567 *qt-opengl-4.5.0_rc1 (11 Feb 2009)
568
569 11 Feb 2009; Ben de Groot <yngwin@g.o> +qt-opengl-4.5.0_rc1.ebuild:
570 Version bump
571
572 06 Feb 2009; Raúl Porcel <armin76@g.o> qt-opengl-4.4.2.ebuild:
573 ia64/sparc stable wrt #248038
574
575 04 Feb 2009; Brent Baude <ranger@g.o> qt-opengl-4.4.2.ebuild:
576 Marking qt-opengl-4.4.2 ppc64 stable for bug 248038
577
578 04 Feb 2009; Alexey Shvetsov <alexxy@g.o> qt-opengl-4.4.2.ebuild:
579 Add ~mips keywords to qt-4.4.2
580
581 31 Jan 2009; Tobias Klausmann <klausman@g.o>
582 qt-opengl-4.4.2.ebuild:
583 Stable on alpha, bug #248038
584
585 29 Jan 2009; Alexis Ballier <aballier@g.o> qt-opengl-4.4.2.ebuild:
586 keyword ~x86-fbsd
587
588 18 Jan 2009; Markus Meier <maekke@g.o> qt-opengl-4.4.2.ebuild:
589 amd64/x86 stable, bug #248038
590
591 17 Jan 2009; nixnut <nixnut@g.o> qt-opengl-4.4.2.ebuild:
592 ppc stable #248038
593
594 06 Jan 2009; Ben de Groot <yngwin@g.o> -qt-opengl-4.4.0.ebuild,
595 -qt-opengl-4.4.1.ebuild:
596 Clean out old ebuilds
597
598 *qt-opengl-4.4.2 (19 Sep 2008)
599
600 19 Sep 2008; Ben de Groot <yngwin@g.o> +qt-opengl-4.4.2.ebuild:
601 Version bump
602
603 16 Aug 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
604 add GLEP 56 USE flag desc from use.local.desc
605
606 *qt-opengl-4.4.1 (11 Aug 2008)
607
608 11 Aug 2008; Ben de Groot <yngwin@g.o> +qt-opengl-4.4.1.ebuild:
609 Version bump
610
611 13 Jun 2008; Ingmar Vanhassel <ingmar@g.o> qt-opengl-4.4.0.ebuild:
612 Make all split Qt4 ebuilds block the old monolithic ebuild.
613
614 30 May 2008; Jeroen Roovers <jer@g.o> qt-opengl-4.4.0.ebuild:
615 Marked ~hppa (bug #223557).
616
617 27 May 2008; Raúl Porcel <armin76@g.o> qt-opengl-4.4.0.ebuild:
618 Add ~alpha/~ia64/~sparc wrt #223557
619
620 25 May 2008; Markus Rothe <corsair@g.o> qt-opengl-4.4.0.ebuild:
621 Added ~ppc/~ppc64
622
623 16 May 2008; Ingmar Vanhassel <ingmar@g.o>
624 -qt-opengl-4.4.0_rc1.ebuild:
625 Old.
626
627 *qt-opengl-4.4.0 (15 May 2008)
628
629 15 May 2008; Ingmar Vanhassel <ingmar@g.o> +qt-opengl-4.4.0.ebuild:
630 Version bump to Qt-4.4.0.
631
632 10 Apr 2008; Ingmar Vanhassel <ingmar@g.o>
633 -qt-opengl-4.4.0_beta1.ebuild, +qt-opengl-4.4.0_rc1.ebuild:
634 Version bump qt-opengl to 4.4.0_rc1. Thanks to Bo Andresen and Bernd
635 Steinhauser.
636
637 05 Mar 2008; Ingmar Vanhassel <ingmar@g.o>
638 -qt-opengl-4.4.0_rc1.ebuild:
639 Old.
640
641 *qt-opengl-4.4.0_beta1 (05 Mar 2008)
642
643 05 Mar 2008; Ingmar Vanhassel <ingmar@g.o>
644 +qt-opengl-4.4.0_beta1.ebuild:
645 Added Qt-4.4.0_beta, note that the RC1 is an accidentally mislabelled
646 `technical preview`, so this will appear as a downgrade if you installed
647 that version.
648
649 *qt-opengl-4.4.0_rc1 (20 Dec 2007)
650
651 20 Dec 2007; Caleb Tennis <caleb@g.o> +files/configure.patch,
652 +metadata.xml, +qt-opengl-4.4.0_rc1.ebuild:
653 Initial import