Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qttest/, dev-qt/linguist-tools/, dev-qt/qtconcurrent/, ...
Date: Sat, 29 Nov 2014 01:49:49
Message-Id: 1417225732.c0ca156705301d4019dacded49dffc30a4f94b36.pesa@gentoo
1 commit: c0ca156705301d4019dacded49dffc30a4f94b36
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 29 01:48:52 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 29 01:48:52 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c0ca1567
7
8 [Qt5] Kill 5.3 branch.
9
10 ---
11 dev-qt/assistant/assistant-5.3.9999.ebuild | 42 ------
12 dev-qt/designer/designer-5.3.9999.ebuild | 45 ------
13 .../linguist-tools/linguist-tools-5.3.9999.ebuild | 40 ------
14 dev-qt/linguist/linguist-5.3.9999.ebuild | 33 -----
15 dev-qt/pixeltool/pixeltool-5.3.9999.ebuild | 31 -----
16 dev-qt/qdbus/qdbus-5.3.9999.ebuild | 30 ----
17 dev-qt/qdbusviewer/qdbusviewer-5.3.9999.ebuild | 32 -----
18 dev-qt/qdoc/qdoc-5.3.9999.ebuild | 29 ----
19 dev-qt/qtconcurrent/qtconcurrent-5.3.9999.ebuild | 28 ----
20 dev-qt/qtcore/qtcore-5.3.9999.ebuild | 43 ------
21 dev-qt/qtdbus/qtdbus-5.3.9999.ebuild | 44 ------
22 dev-qt/qtdeclarative/qtdeclarative-5.3.9999.ebuild | 49 -------
23 dev-qt/qtdiag/qtdiag-5.3.9999.ebuild | 30 ----
24 .../qtgraphicaleffects-5.3.9999.ebuild | 31 -----
25 dev-qt/qtgui/qtgui-5.3.9999.ebuild | 151 ---------------------
26 dev-qt/qthelp/qthelp-5.3.9999.ebuild | 36 -----
27 .../qtimageformats/qtimageformats-5.3.9999.ebuild | 27 ----
28 dev-qt/qtmultimedia/qtmultimedia-5.3.9999.ebuild | 64 ---------
29 dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild | 55 --------
30 dev-qt/qtopengl/qtopengl-5.3.9999.ebuild | 39 ------
31 dev-qt/qtpaths/qtpaths-5.3.9999.ebuild | 28 ----
32 dev-qt/qtpositioning/qtpositioning-5.3.9999.ebuild | 40 ------
33 .../qtprintsupport/qtprintsupport-5.3.9999.ebuild | 46 -------
34 dev-qt/qtquick1/qtquick1-5.3.9999.ebuild | 52 -------
35 .../qtquickcontrols-5.3.9999.ebuild | 36 -----
36 dev-qt/qtscript/qtscript-5.3.9999.ebuild | 33 -----
37 dev-qt/qtsensors/qtsensors-5.3.9999.ebuild | 30 ----
38 dev-qt/qtserialport/qtserialport-5.3.9999.ebuild | 23 ----
39 dev-qt/qtsql/qtsql-5.3.9999.ebuild | 62 ---------
40 dev-qt/qtsvg/qtsvg-5.3.9999.ebuild | 27 ----
41 dev-qt/qttest/qttest-5.3.9999.ebuild | 34 -----
42 .../qttranslations/qttranslations-5.3.9999.ebuild | 23 ----
43 dev-qt/qtwebkit/qtwebkit-5.3.9999.ebuild | 89 ------------
44 dev-qt/qtwebsockets/qtwebsockets-5.3.9999.ebuild | 35 -----
45 dev-qt/qtwidgets/qtwidgets-5.3.9999.ebuild | 63 ---------
46 dev-qt/qtx11extras/qtx11extras-5.3.9999.ebuild | 24 ----
47 dev-qt/qtxml/qtxml-5.3.9999.ebuild | 30 ----
48 dev-qt/qtxmlpatterns/qtxmlpatterns-5.3.9999.ebuild | 23 ----
49 38 files changed, 1577 deletions(-)
50
51 diff --git a/dev-qt/assistant/assistant-5.3.9999.ebuild b/dev-qt/assistant/assistant-5.3.9999.ebuild
52 deleted file mode 100644
53 index 43473b7..0000000
54 --- a/dev-qt/assistant/assistant-5.3.9999.ebuild
55 +++ /dev/null
56 @@ -1,42 +0,0 @@
57 -# Copyright 1999-2014 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -# $Header: $
60 -
61 -EAPI=5
62 -
63 -QT5_MODULE="qttools"
64 -
65 -inherit qt5-build
66 -
67 -DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
68 -
69 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
70 - KEYWORDS=""
71 -else
72 - KEYWORDS="~amd64 ~x86"
73 -fi
74 -
75 -IUSE="webkit"
76 -
77 -DEPEND="
78 - >=dev-qt/qtcore-${PV}:5[debug=]
79 - >=dev-qt/qtgui-${PV}:5[debug=]
80 - >=dev-qt/qthelp-${PV}:5[debug=]
81 - >=dev-qt/qtnetwork-${PV}:5[debug=]
82 - >=dev-qt/qtprintsupport-${PV}:5[debug=]
83 - >=dev-qt/qtsql-${PV}:5[debug=,sqlite]
84 - >=dev-qt/qtwidgets-${PV}:5[debug=]
85 - webkit? ( >=dev-qt/qtwebkit-${PV}:5[debug=] )
86 -"
87 -RDEPEND="${DEPEND}"
88 -
89 -QT5_TARGET_SUBDIRS=(
90 - src/assistant/assistant
91 -)
92 -
93 -src_prepare() {
94 - qt_use_disable_mod webkit webkitwidgets \
95 - src/assistant/assistant/assistant.pro
96 -
97 - qt5-build_src_prepare
98 -}
99
100 diff --git a/dev-qt/designer/designer-5.3.9999.ebuild b/dev-qt/designer/designer-5.3.9999.ebuild
101 deleted file mode 100644
102 index 1355ae4..0000000
103 --- a/dev-qt/designer/designer-5.3.9999.ebuild
104 +++ /dev/null
105 @@ -1,45 +0,0 @@
106 -# Copyright 1999-2014 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -# $Header: $
109 -
110 -EAPI=5
111 -
112 -QT5_MODULE="qttools"
113 -
114 -inherit qt5-build
115 -
116 -DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
117 -
118 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
119 - KEYWORDS=""
120 -else
121 - KEYWORDS="~amd64 ~x86"
122 -fi
123 -
124 -IUSE="declarative webkit"
125 -
126 -DEPEND="
127 - >=dev-qt/qtcore-${PV}:5[debug=]
128 - >=dev-qt/qtgui-${PV}:5[debug=]
129 - >=dev-qt/qtnetwork-${PV}:5[debug=]
130 - >=dev-qt/qtprintsupport-${PV}:5[debug=]
131 - >=dev-qt/qtwidgets-${PV}:5[debug=]
132 - >=dev-qt/qtxml-${PV}:5[debug=]
133 - declarative? ( >=dev-qt/qtdeclarative-${PV}:5[debug=,widgets] )
134 - webkit? ( >=dev-qt/qtwebkit-${PV}:5[debug=] )
135 -"
136 -RDEPEND="${DEPEND}"
137 -
138 -QT5_TARGET_SUBDIRS=(
139 - src/designer
140 -)
141 -
142 -src_prepare() {
143 - qt_use_disable_mod declarative quickwidgets \
144 - src/designer/src/plugins/plugins.pro
145 -
146 - qt_use_disable_mod webkit webkitwidgets \
147 - src/designer/src/plugins/plugins.pro
148 -
149 - qt5-build_src_prepare
150 -}
151
152 diff --git a/dev-qt/linguist-tools/linguist-tools-5.3.9999.ebuild b/dev-qt/linguist-tools/linguist-tools-5.3.9999.ebuild
153 deleted file mode 100644
154 index edf57ca..0000000
155 --- a/dev-qt/linguist-tools/linguist-tools-5.3.9999.ebuild
156 +++ /dev/null
157 @@ -1,40 +0,0 @@
158 -# Copyright 1999-2014 Gentoo Foundation
159 -# Distributed under the terms of the GNU General Public License v2
160 -# $Header: $
161 -
162 -EAPI=5
163 -
164 -QT5_MODULE="qttools"
165 -
166 -inherit qt5-build
167 -
168 -DESCRIPTION="Tools for working with Qt translation data files"
169 -
170 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
171 - KEYWORDS=""
172 -else
173 - KEYWORDS="~amd64 ~x86"
174 -fi
175 -
176 -IUSE="qml"
177 -
178 -DEPEND="
179 - >=dev-qt/qtcore-${PV}:5[debug=]
180 - >=dev-qt/qtxml-${PV}:5[debug=]
181 - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
182 -"
183 -RDEPEND="${DEPEND}"
184 -
185 -QT5_TARGET_SUBDIRS=(
186 - src/linguist
187 -)
188 -
189 -src_prepare() {
190 - sed -i -e '/SUBDIRS += linguist/d' \
191 - src/linguist/linguist.pro || die
192 -
193 - qt_use_disable_mod qml qmldevtools-private \
194 - src/linguist/lupdate/lupdate.pro
195 -
196 - qt5-build_src_prepare
197 -}
198
199 diff --git a/dev-qt/linguist/linguist-5.3.9999.ebuild b/dev-qt/linguist/linguist-5.3.9999.ebuild
200 deleted file mode 100644
201 index bf6d355..0000000
202 --- a/dev-qt/linguist/linguist-5.3.9999.ebuild
203 +++ /dev/null
204 @@ -1,33 +0,0 @@
205 -# Copyright 1999-2014 Gentoo Foundation
206 -# Distributed under the terms of the GNU General Public License v2
207 -# $Header: $
208 -
209 -EAPI=5
210 -
211 -QT5_MODULE="qttools"
212 -
213 -inherit qt5-build
214 -
215 -DESCRIPTION="Graphical tool for translating Qt applications"
216 -
217 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
218 - KEYWORDS=""
219 -else
220 - KEYWORDS="~amd64 ~x86"
221 -fi
222 -
223 -IUSE=""
224 -
225 -DEPEND="
226 - >=dev-qt/designer-${PV}:5[debug=]
227 - >=dev-qt/qtcore-${PV}:5[debug=]
228 - >=dev-qt/qtgui-${PV}:5[debug=]
229 - >=dev-qt/qtprintsupport-${PV}:5[debug=]
230 - >=dev-qt/qtwidgets-${PV}:5[debug=]
231 - >=dev-qt/qtxml-${PV}:5[debug=]
232 -"
233 -RDEPEND="${DEPEND}"
234 -
235 -QT5_TARGET_SUBDIRS=(
236 - src/linguist/linguist
237 -)
238
239 diff --git a/dev-qt/pixeltool/pixeltool-5.3.9999.ebuild b/dev-qt/pixeltool/pixeltool-5.3.9999.ebuild
240 deleted file mode 100644
241 index 45ef347..0000000
242 --- a/dev-qt/pixeltool/pixeltool-5.3.9999.ebuild
243 +++ /dev/null
244 @@ -1,31 +0,0 @@
245 -# Copyright 1999-2014 Gentoo Foundation
246 -# Distributed under the terms of the GNU General Public License v2
247 -# $Header: $
248 -
249 -EAPI=5
250 -
251 -QT5_MODULE="qttools"
252 -
253 -inherit qt5-build
254 -
255 -DESCRIPTION="Qt screen magnifier"
256 -
257 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
258 - KEYWORDS=""
259 -else
260 - KEYWORDS="~amd64 ~x86"
261 -fi
262 -
263 -IUSE=""
264 -
265 -DEPEND="
266 - >=dev-qt/qtcore-${PV}:5[debug=]
267 - >=dev-qt/qtgui-${PV}:5[debug=]
268 - >=dev-qt/qtnetwork-${PV}:5[debug=]
269 - >=dev-qt/qtwidgets-${PV}:5[debug=]
270 -"
271 -RDEPEND="${DEPEND}"
272 -
273 -QT5_TARGET_SUBDIRS=(
274 - src/pixeltool
275 -)
276
277 diff --git a/dev-qt/qdbus/qdbus-5.3.9999.ebuild b/dev-qt/qdbus/qdbus-5.3.9999.ebuild
278 deleted file mode 100644
279 index 78f6672..0000000
280 --- a/dev-qt/qdbus/qdbus-5.3.9999.ebuild
281 +++ /dev/null
282 @@ -1,30 +0,0 @@
283 -# Copyright 1999-2014 Gentoo Foundation
284 -# Distributed under the terms of the GNU General Public License v2
285 -# $Header: $
286 -
287 -EAPI=5
288 -
289 -QT5_MODULE="qttools"
290 -
291 -inherit qt5-build
292 -
293 -DESCRIPTION="Interface to Qt applications communicating over D-Bus"
294 -
295 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
296 - KEYWORDS=""
297 -else
298 - KEYWORDS="~amd64 ~x86"
299 -fi
300 -
301 -IUSE=""
302 -
303 -DEPEND="
304 - >=dev-qt/qtcore-${PV}:5[debug=]
305 - >=dev-qt/qtdbus-${PV}:5[debug=]
306 - >=dev-qt/qtxml-${PV}:5[debug=]
307 -"
308 -RDEPEND="${DEPEND}"
309 -
310 -QT5_TARGET_SUBDIRS=(
311 - src/qdbus/qdbus
312 -)
313
314 diff --git a/dev-qt/qdbusviewer/qdbusviewer-5.3.9999.ebuild b/dev-qt/qdbusviewer/qdbusviewer-5.3.9999.ebuild
315 deleted file mode 100644
316 index d033f37..0000000
317 --- a/dev-qt/qdbusviewer/qdbusviewer-5.3.9999.ebuild
318 +++ /dev/null
319 @@ -1,32 +0,0 @@
320 -# Copyright 1999-2014 Gentoo Foundation
321 -# Distributed under the terms of the GNU General Public License v2
322 -# $Header: $
323 -
324 -EAPI=5
325 -
326 -QT5_MODULE="qttools"
327 -
328 -inherit qt5-build
329 -
330 -DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages"
331 -
332 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
333 - KEYWORDS=""
334 -else
335 - KEYWORDS="~amd64 ~x86"
336 -fi
337 -
338 -IUSE=""
339 -
340 -DEPEND="
341 - >=dev-qt/qtcore-${PV}:5[debug=]
342 - >=dev-qt/qtdbus-${PV}:5[debug=]
343 - >=dev-qt/qtgui-${PV}:5[debug=]
344 - >=dev-qt/qtwidgets-${PV}:5[debug=]
345 - >=dev-qt/qtxml-${PV}:5[debug=]
346 -"
347 -RDEPEND="${DEPEND}"
348 -
349 -QT5_TARGET_SUBDIRS=(
350 - src/qdbus/qdbusviewer
351 -)
352
353 diff --git a/dev-qt/qdoc/qdoc-5.3.9999.ebuild b/dev-qt/qdoc/qdoc-5.3.9999.ebuild
354 deleted file mode 100644
355 index b62b9bf..0000000
356 --- a/dev-qt/qdoc/qdoc-5.3.9999.ebuild
357 +++ /dev/null
358 @@ -1,29 +0,0 @@
359 -# Copyright 1999-2014 Gentoo Foundation
360 -# Distributed under the terms of the GNU General Public License v2
361 -# $Header: $
362 -
363 -EAPI=5
364 -
365 -QT5_MODULE="qtbase"
366 -
367 -inherit qt5-build
368 -
369 -DESCRIPTION="Qt documentation generator"
370 -
371 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
372 - KEYWORDS=""
373 -else
374 - KEYWORDS="~amd64 ~x86"
375 -fi
376 -
377 -IUSE=""
378 -
379 -DEPEND="
380 - ~dev-qt/qtcore-${PV}[debug=]
381 - ~dev-qt/qtxml-${PV}[debug=]
382 -"
383 -RDEPEND="${DEPEND}"
384 -
385 -QT5_TARGET_SUBDIRS=(
386 - src/tools/qdoc
387 -)
388
389 diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.3.9999.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.3.9999.ebuild
390 deleted file mode 100644
391 index b989ee8..0000000
392 --- a/dev-qt/qtconcurrent/qtconcurrent-5.3.9999.ebuild
393 +++ /dev/null
394 @@ -1,28 +0,0 @@
395 -# Copyright 1999-2014 Gentoo Foundation
396 -# Distributed under the terms of the GNU General Public License v2
397 -# $Header: $
398 -
399 -EAPI=5
400 -
401 -QT5_MODULE="qtbase"
402 -
403 -inherit qt5-build
404 -
405 -DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
406 -
407 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
408 - KEYWORDS=""
409 -else
410 - KEYWORDS="~amd64 ~x86"
411 -fi
412 -
413 -IUSE=""
414 -
415 -DEPEND="
416 - ~dev-qt/qtcore-${PV}[debug=]
417 -"
418 -RDEPEND="${DEPEND}"
419 -
420 -QT5_TARGET_SUBDIRS=(
421 - src/concurrent
422 -)
423
424 diff --git a/dev-qt/qtcore/qtcore-5.3.9999.ebuild b/dev-qt/qtcore/qtcore-5.3.9999.ebuild
425 deleted file mode 100644
426 index db7311e..0000000
427 --- a/dev-qt/qtcore/qtcore-5.3.9999.ebuild
428 +++ /dev/null
429 @@ -1,43 +0,0 @@
430 -# Copyright 1999-2014 Gentoo Foundation
431 -# Distributed under the terms of the GNU General Public License v2
432 -# $Header: $
433 -
434 -EAPI=5
435 -
436 -QT5_MODULE="qtbase"
437 -
438 -inherit qt5-build
439 -
440 -DESCRIPTION="Cross-platform application development framework"
441 -
442 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
443 - KEYWORDS=""
444 -else
445 - KEYWORDS="~amd64 ~x86"
446 -fi
447 -
448 -IUSE="icu"
449 -
450 -DEPEND="
451 - dev-libs/glib:2
452 - >=dev-libs/libpcre-8.30[pcre16]
453 - sys-libs/zlib
454 - virtual/libiconv
455 - icu? ( dev-libs/icu:= )
456 -"
457 -RDEPEND="${DEPEND}"
458 -
459 -QT5_TARGET_SUBDIRS=(
460 - src/tools/bootstrap
461 - src/tools/moc
462 - src/tools/rcc
463 - src/corelib
464 - src/tools/qlalr
465 -)
466 -
467 -src_configure() {
468 - local myconf=(
469 - $(qt_use icu)
470 - )
471 - qt5-build_src_configure
472 -}
473
474 diff --git a/dev-qt/qtdbus/qtdbus-5.3.9999.ebuild b/dev-qt/qtdbus/qtdbus-5.3.9999.ebuild
475 deleted file mode 100644
476 index 7d03ba9..0000000
477 --- a/dev-qt/qtdbus/qtdbus-5.3.9999.ebuild
478 +++ /dev/null
479 @@ -1,44 +0,0 @@
480 -# Copyright 1999-2014 Gentoo Foundation
481 -# Distributed under the terms of the GNU General Public License v2
482 -# $Header: $
483 -
484 -EAPI=5
485 -
486 -QT5_MODULE="qtbase"
487 -
488 -inherit qt5-build
489 -
490 -DESCRIPTION="The D-Bus module for the Qt5 framework"
491 -
492 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
493 - KEYWORDS=""
494 -else
495 - KEYWORDS="~amd64 ~x86"
496 -fi
497 -
498 -IUSE=""
499 -
500 -DEPEND="
501 - ~dev-qt/qtcore-${PV}[debug=]
502 - >=sys-apps/dbus-1.4.20
503 - sys-libs/zlib
504 -"
505 -RDEPEND="${DEPEND}"
506 -
507 -QT5_TARGET_SUBDIRS=(
508 - src/dbus
509 - src/tools/qdbusxml2cpp
510 - src/tools/qdbuscpp2xml
511 -)
512 -
513 -QT5_GENTOO_CONFIG=(
514 - :dbus
515 - :dbus-linked:
516 -)
517 -
518 -src_configure() {
519 - local myconf=(
520 - -dbus-linked
521 - )
522 - qt5-build_src_configure
523 -}
524
525 diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.3.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.3.9999.ebuild
526 deleted file mode 100644
527 index be8fb9a..0000000
528 --- a/dev-qt/qtdeclarative/qtdeclarative-5.3.9999.ebuild
529 +++ /dev/null
530 @@ -1,49 +0,0 @@
531 -# Copyright 1999-2014 Gentoo Foundation
532 -# Distributed under the terms of the GNU General Public License v2
533 -# $Header: $
534 -
535 -EAPI=5
536 -
537 -inherit qt5-build
538 -
539 -DESCRIPTION="The QML and Quick modules for the Qt5 framework"
540 -
541 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
542 - KEYWORDS=""
543 -else
544 - KEYWORDS="~amd64 ~x86"
545 -fi
546 -
547 -IUSE="gles2 localstorage +widgets xml"
548 -
549 -# qtgui[gles2=] is needed because of bug 504322
550 -DEPEND="
551 - >=dev-qt/qtcore-${PV}:5[debug=]
552 - >=dev-qt/qtgui-${PV}:5[debug=,gles2=,opengl]
553 - >=dev-qt/qtnetwork-${PV}:5[debug=]
554 - >=dev-qt/qttest-${PV}:5[debug=]
555 - localstorage? ( >=dev-qt/qtsql-${PV}:5[debug=] )
556 - widgets? ( >=dev-qt/qtwidgets-${PV}:5[debug=] )
557 - xml? ( >=dev-qt/qtxmlpatterns-${PV}:5[debug=] )
558 -"
559 -RDEPEND="${DEPEND}"
560 -
561 -src_prepare() {
562 - use localstorage || sed -i -e '/localstorage/d' \
563 - src/imports/imports.pro || die
564 -
565 - use widgets || sed -i -e 's/contains(QT_CONFIG, no-widgets)/true/' \
566 - src/qmltest/qmltest.pro || die
567 -
568 - qt_use_disable_mod widgets widgets \
569 - src/src.pro \
570 - tools/tools.pro \
571 - tools/qmlscene/qmlscene.pro \
572 - tools/qml/qml.pro
573 -
574 - qt_use_disable_mod xml xmlpatterns \
575 - src/imports/imports.pro \
576 - tests/auto/quick/quick.pro
577 -
578 - qt5-build_src_prepare
579 -}
580
581 diff --git a/dev-qt/qtdiag/qtdiag-5.3.9999.ebuild b/dev-qt/qtdiag/qtdiag-5.3.9999.ebuild
582 deleted file mode 100644
583 index df42305..0000000
584 --- a/dev-qt/qtdiag/qtdiag-5.3.9999.ebuild
585 +++ /dev/null
586 @@ -1,30 +0,0 @@
587 -# Copyright 1999-2014 Gentoo Foundation
588 -# Distributed under the terms of the GNU General Public License v2
589 -# $Header: $
590 -
591 -EAPI=5
592 -
593 -QT5_MODULE="qttools"
594 -
595 -inherit qt5-build
596 -
597 -DESCRIPTION="Tool for reporting diagnostic information about Qt and its environment"
598 -
599 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
600 - KEYWORDS=""
601 -else
602 - KEYWORDS="~amd64 ~x86"
603 -fi
604 -
605 -IUSE="+opengl +ssl"
606 -
607 -DEPEND="
608 - >=dev-qt/qtcore-${PV}:5[debug=]
609 - >=dev-qt/qtgui-${PV}:5[debug=,opengl=]
610 - >=dev-qt/qtnetwork-${PV}:5[debug=,ssl=]
611 -"
612 -RDEPEND="${DEPEND}"
613 -
614 -QT5_TARGET_SUBDIRS=(
615 - src/qtdiag
616 -)
617
618 diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.3.9999.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.3.9999.ebuild
619 deleted file mode 100644
620 index 35a930c..0000000
621 --- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.3.9999.ebuild
622 +++ /dev/null
623 @@ -1,31 +0,0 @@
624 -# Copyright 1999-2014 Gentoo Foundation
625 -# Distributed under the terms of the GNU General Public License v2
626 -# $Header: $
627 -
628 -EAPI=5
629 -
630 -inherit qt5-build virtualx
631 -
632 -DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
633 -
634 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
635 - KEYWORDS=""
636 -else
637 - KEYWORDS="~amd64 ~x86"
638 -fi
639 -
640 -IUSE=""
641 -
642 -RDEPEND="
643 - >=dev-qt/qtcore-${PV}:5[debug=]
644 - >=dev-qt/qtdeclarative-${PV}:5[debug=]
645 - >=dev-qt/qtxmlpatterns-${PV}:5[debug=]
646 -"
647 -DEPEND="${RDEPEND}
648 - test? ( >=dev-qt/qtgui-${PV}:5[debug=] )
649 -"
650 -
651 -src_test() {
652 - local VIRTUALX_COMMAND="qt5-build_src_test"
653 - virtualmake
654 -}
655
656 diff --git a/dev-qt/qtgui/qtgui-5.3.9999.ebuild b/dev-qt/qtgui/qtgui-5.3.9999.ebuild
657 deleted file mode 100644
658 index 70c868f..0000000
659 --- a/dev-qt/qtgui/qtgui-5.3.9999.ebuild
660 +++ /dev/null
661 @@ -1,151 +0,0 @@
662 -# Copyright 1999-2014 Gentoo Foundation
663 -# Distributed under the terms of the GNU General Public License v2
664 -# $Header: $
665 -
666 -EAPI=5
667 -
668 -QT5_MODULE="qtbase"
669 -
670 -inherit qt5-build
671 -
672 -DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
673 -
674 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
675 - KEYWORDS=""
676 -else
677 - KEYWORDS="~amd64 ~x86"
678 -fi
679 -
680 -# TODO: directfb, linuxfb, offscreen (auto-depends on X11)
681 -
682 -IUSE="accessibility egl eglfs evdev +gif gles2 harfbuzz ibus jpeg kms +opengl +png udev +xcb"
683 -REQUIRED_USE="
684 - egl? ( evdev opengl )
685 - eglfs? ( egl )
686 - gles2? ( opengl )
687 - kms? ( egl gles2 )
688 -"
689 -
690 -RDEPEND="
691 - dev-libs/glib:2
692 - ~dev-qt/qtcore-${PV}[debug=]
693 - media-libs/fontconfig
694 - media-libs/freetype:2
695 - sys-libs/zlib
696 - egl? ( media-libs/mesa[egl] )
697 - evdev? ( sys-libs/mtdev )
698 - gles2? ( media-libs/mesa[gles2] )
699 - harfbuzz? ( >=media-libs/harfbuzz-0.9.25:= )
700 - ibus? ( ~dev-qt/qtdbus-${PV}[debug=] )
701 - jpeg? ( virtual/jpeg:0 )
702 - kms? (
703 - media-libs/mesa[gbm]
704 - virtual/libudev:=
705 - x11-libs/libdrm
706 - )
707 - opengl? ( virtual/opengl )
708 - png? ( media-libs/libpng:0= )
709 - udev? ( virtual/libudev:= )
710 - xcb? (
711 - x11-libs/libICE
712 - x11-libs/libSM
713 - >=x11-libs/libX11-1.5
714 - >=x11-libs/libXi-1.6
715 - x11-libs/libXrender
716 - >=x11-libs/libxcb-1.10:=[xkb]
717 - >=x11-libs/libxkbcommon-0.4.1[X]
718 - x11-libs/xcb-util-image
719 - x11-libs/xcb-util-keysyms
720 - x11-libs/xcb-util-renderutil
721 - x11-libs/xcb-util-wm
722 - accessibility? ( ~dev-qt/qtdbus-${PV}[debug=] )
723 - )
724 -"
725 -DEPEND="${RDEPEND}
726 - evdev? ( sys-kernel/linux-headers )
727 - test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
728 -"
729 -PDEPEND="
730 - ibus? ( app-i18n/ibus )
731 -"
732 -
733 -QT5_TARGET_SUBDIRS=(
734 - src/gui
735 - src/platformsupport
736 - src/plugins/generic
737 - src/plugins/imageformats
738 - src/plugins/platforms
739 -)
740 -
741 -QT5_GENTOO_CONFIG=(
742 - accessibility:accessibility-atspi-bridge
743 - egl
744 - eglfs
745 - evdev
746 - evdev:mtdev:
747 - :fontconfig
748 - :system-freetype:FREETYPE
749 - !:no-freetype:
750 - !gif:no-gif:
751 - gles2::OPENGL_ES
752 - gles2:opengles2:OPENGL_ES_2
753 - !:no-gui:
754 - harfbuzz:system-harfbuzz:HARFBUZZ
755 - !harfbuzz:no-harfbuzz:
756 - jpeg:system-jpeg:IMAGEFORMAT_JPEG
757 - !jpeg:no-jpeg:
758 - kms:kms:
759 - opengl
760 - png:png:
761 - png:system-png:IMAGEFORMAT_PNG
762 - !png:no-png:
763 - udev:libudev:
764 - xcb:xcb:
765 - xcb:xcb-glx:
766 - xcb:xcb-plugin:
767 - xcb:xcb-render:
768 - xcb:xcb-sm:
769 - xcb:xcb-xlib:
770 - xcb:xinput2:
771 - xcb::XKB
772 -)
773 -
774 -pkg_setup() {
775 - use opengl && QT5_TARGET_SUBDIRS+=(src/openglextensions)
776 - use ibus && QT5_TARGET_SUBDIRS+=(src/plugins/platforminputcontexts/ibus)
777 - use xcb && QT5_TARGET_SUBDIRS+=(src/plugins/platforminputcontexts/compose)
778 -
779 - # egl_x11 is activated when both egl and xcb are enabled
780 - use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)
781 -}
782 -
783 -src_configure() {
784 - local gl="-no-opengl"
785 - if use gles2; then
786 - gl="-opengl es2"
787 - elif use opengl; then
788 - gl="-opengl desktop"
789 - fi
790 -
791 - local myconf=(
792 - $(use accessibility && use xcb && echo -dbus-linked)
793 - $(use ibus && echo -dbus-linked)
794 - $(qt_use egl)
795 - $(qt_use eglfs)
796 - $(qt_use evdev)
797 - $(qt_use evdev mtdev)
798 - -fontconfig
799 - -system-freetype
800 - $(use gif || echo -no-gif)
801 - ${gl}
802 - $(qt_use harfbuzz harfbuzz system)
803 - $(qt_use jpeg libjpeg system)
804 - $(qt_use kms)
805 - $(qt_use png libpng system)
806 - $(qt_use udev libudev)
807 - $(qt_use xcb xcb system)
808 - $(qt_use xcb xkbcommon system)
809 - $(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
810 - )
811 - qt5-build_src_configure
812 -}
813
814 diff --git a/dev-qt/qthelp/qthelp-5.3.9999.ebuild b/dev-qt/qthelp/qthelp-5.3.9999.ebuild
815 deleted file mode 100644
816 index 6bfe9bc..0000000
817 --- a/dev-qt/qthelp/qthelp-5.3.9999.ebuild
818 +++ /dev/null
819 @@ -1,36 +0,0 @@
820 -# Copyright 1999-2014 Gentoo Foundation
821 -# Distributed under the terms of the GNU General Public License v2
822 -# $Header: $
823 -
824 -EAPI=5
825 -
826 -QT5_MODULE="qttools"
827 -
828 -inherit qt5-build
829 -
830 -DESCRIPTION="The Help module for the Qt5 framework"
831 -
832 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
833 - KEYWORDS=""
834 -else
835 - KEYWORDS="~amd64 ~x86"
836 -fi
837 -
838 -IUSE=""
839 -
840 -DEPEND="
841 - >=dev-qt/qtcore-${PV}:5[debug=]
842 - >=dev-qt/qtgui-${PV}:5[debug=]
843 - >=dev-qt/qtnetwork-${PV}:5[debug=]
844 - >=dev-qt/qtsql-${PV}:5[debug=,sqlite]
845 - >=dev-qt/qtwidgets-${PV}:5[debug=]
846 -"
847 -RDEPEND="${DEPEND}"
848 -
849 -QT5_TARGET_SUBDIRS=(
850 - src/assistant/clucene
851 - src/assistant/help
852 - src/assistant/qcollectiongenerator
853 - src/assistant/qhelpconverter
854 - src/assistant/qhelpgenerator
855 -)
856
857 diff --git a/dev-qt/qtimageformats/qtimageformats-5.3.9999.ebuild b/dev-qt/qtimageformats/qtimageformats-5.3.9999.ebuild
858 deleted file mode 100644
859 index 5aae8f8..0000000
860 --- a/dev-qt/qtimageformats/qtimageformats-5.3.9999.ebuild
861 +++ /dev/null
862 @@ -1,27 +0,0 @@
863 -# Copyright 1999-2014 Gentoo Foundation
864 -# Distributed under the terms of the GNU General Public License v2
865 -# $Header: $
866 -
867 -EAPI=5
868 -
869 -inherit qt5-build
870 -
871 -DESCRIPTION="Additional format plugins for the Qt image I/O system"
872 -
873 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
874 - KEYWORDS=""
875 -else
876 - KEYWORDS="~amd64 ~x86"
877 -fi
878 -
879 -IUSE=""
880 -
881 -DEPEND="
882 - >=dev-qt/qtcore-${PV}:5[debug=]
883 - >=dev-qt/qtgui-${PV}:5[debug=]
884 - media-libs/jasper
885 - media-libs/libmng:=
886 - media-libs/libwebp:=
887 - media-libs/tiff:0
888 -"
889 -RDEPEND="${DEPEND}"
890
891 diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.3.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.3.9999.ebuild
892 deleted file mode 100644
893 index 7f9b9f9..0000000
894 --- a/dev-qt/qtmultimedia/qtmultimedia-5.3.9999.ebuild
895 +++ /dev/null
896 @@ -1,64 +0,0 @@
897 -# Copyright 1999-2014 Gentoo Foundation
898 -# Distributed under the terms of the GNU General Public License v2
899 -# $Header: $
900 -
901 -EAPI=5
902 -
903 -inherit qt5-build
904 -
905 -DESCRIPTION="The Multimedia module for the Qt5 framework"
906 -
907 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
908 - KEYWORDS=""
909 -else
910 - KEYWORDS="~amd64 ~x86"
911 -fi
912 -
913 -IUSE="alsa +gstreamer openal +opengl pulseaudio qml widgets"
914 -REQUIRED_USE="?? ( alsa pulseaudio )"
915 -
916 -# "widgets? ( qtgui[opengl=] )" because of bug 518542 comment 2
917 -RDEPEND="
918 - >=dev-qt/qtcore-${PV}:5[debug=]
919 - >=dev-qt/qtgui-${PV}:5[debug=]
920 - >=dev-qt/qtnetwork-${PV}:5[debug=]
921 - alsa? ( media-libs/alsa-lib )
922 - gstreamer? (
923 - media-libs/gstreamer:0.10
924 - media-libs/gst-plugins-bad:0.10
925 - media-libs/gst-plugins-base:0.10
926 - )
927 - pulseaudio? ( media-sound/pulseaudio )
928 - qml? (
929 - >=dev-qt/qtdeclarative-${PV}:5[debug=]
930 - openal? ( media-libs/openal )
931 - )
932 - widgets? (
933 - >=dev-qt/qtgui-${PV}:5[debug=,opengl=]
934 - >=dev-qt/qtwidgets-${PV}:5[debug=,opengl=]
935 - opengl? ( >=dev-qt/qtopengl-${PV}:5[debug=] )
936 - )
937 -"
938 -DEPEND="${RDEPEND}
939 - x11-proto/videoproto
940 -"
941 -
942 -src_prepare() {
943 - qt_use_compile_test alsa
944 - qt_use_compile_test gstreamer
945 - qt_use_compile_test openal
946 - qt_use_compile_test pulseaudio
947 -
948 - qt_use_disable_mod opengl opengl \
949 - src/multimediawidgets/multimediawidgets.pro
950 -
951 - qt_use_disable_mod qml quick \
952 - src/src.pro
953 -
954 - qt_use_disable_mod widgets widgets \
955 - src/src.pro \
956 - src/gsttools/gsttools.pro \
957 - src/plugins/gstreamer/common.pri
958 -
959 - qt5-build_src_prepare
960 -}
961
962 diff --git a/dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild b/dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild
963 deleted file mode 100644
964 index 79b546e..0000000
965 --- a/dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild
966 +++ /dev/null
967 @@ -1,55 +0,0 @@
968 -# Copyright 1999-2014 Gentoo Foundation
969 -# Distributed under the terms of the GNU General Public License v2
970 -# $Header: $
971 -
972 -EAPI=5
973 -
974 -QT5_MODULE="qtbase"
975 -
976 -inherit qt5-build
977 -
978 -DESCRIPTION="Network abstraction library for the Qt5 framework"
979 -
980 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
981 - KEYWORDS=""
982 -else
983 - KEYWORDS="~amd64 ~x86"
984 -fi
985 -
986 -IUSE="connman networkmanager +ssl"
987 -
988 -DEPEND="
989 - ~dev-qt/qtcore-${PV}[debug=]
990 - sys-libs/zlib
991 - connman? ( ~dev-qt/qtdbus-${PV}[debug=] )
992 - networkmanager? ( ~dev-qt/qtdbus-${PV}[debug=] )
993 - ssl? ( dev-libs/openssl:0[-bindist] )
994 -"
995 -RDEPEND="${DEPEND}
996 - connman? ( net-misc/connman )
997 - networkmanager? ( net-misc/networkmanager )
998 -"
999 -
1000 -QT5_TARGET_SUBDIRS=(
1001 - src/network
1002 - src/plugins/bearer/generic
1003 -)
1004 -
1005 -QT5_GENTOO_CONFIG=(
1006 - ssl::SSL
1007 - ssl::OPENSSL
1008 - ssl:openssl-linked:LINKED_OPENSSL
1009 -)
1010 -
1011 -pkg_setup() {
1012 - use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)
1013 - use networkmanager && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/networkmanager)
1014 -}
1015 -
1016 -src_configure() {
1017 - local myconf=(
1018 - $(use connman || use networkmanager && echo -dbus-linked)
1019 - $(use ssl && echo -openssl-linked)
1020 - )
1021 - qt5-build_src_configure
1022 -}
1023
1024 diff --git a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
1025 deleted file mode 100644
1026 index 21c2ec5..0000000
1027 --- a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
1028 +++ /dev/null
1029 @@ -1,39 +0,0 @@
1030 -# Copyright 1999-2014 Gentoo Foundation
1031 -# Distributed under the terms of the GNU General Public License v2
1032 -# $Header: $
1033 -
1034 -EAPI=5
1035 -
1036 -QT5_MODULE="qtbase"
1037 -VIRTUALX_REQUIRED="test"
1038 -
1039 -inherit qt5-build
1040 -
1041 -DESCRIPTION="OpenGL support library for the Qt5 framework"
1042 -
1043 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1044 - KEYWORDS=""
1045 -else
1046 - KEYWORDS="~amd64 ~x86"
1047 -fi
1048 -
1049 -IUSE="gles2"
1050 -
1051 -DEPEND="
1052 - ~dev-qt/qtcore-${PV}[debug=]
1053 - ~dev-qt/qtgui-${PV}[debug=,gles2=,opengl]
1054 - ~dev-qt/qtwidgets-${PV}[debug=,gles2=,opengl]
1055 - virtual/opengl
1056 -"
1057 -RDEPEND="${DEPEND}"
1058 -
1059 -QT5_TARGET_SUBDIRS=(
1060 - src/opengl
1061 -)
1062 -
1063 -src_configure() {
1064 - local myconf=(
1065 - -opengl $(usex gles2 es2 desktop)
1066 - )
1067 - qt5-build_src_configure
1068 -}
1069
1070 diff --git a/dev-qt/qtpaths/qtpaths-5.3.9999.ebuild b/dev-qt/qtpaths/qtpaths-5.3.9999.ebuild
1071 deleted file mode 100644
1072 index f9c5687..0000000
1073 --- a/dev-qt/qtpaths/qtpaths-5.3.9999.ebuild
1074 +++ /dev/null
1075 @@ -1,28 +0,0 @@
1076 -# Copyright 1999-2014 Gentoo Foundation
1077 -# Distributed under the terms of the GNU General Public License v2
1078 -# $Header: $
1079 -
1080 -EAPI=5
1081 -
1082 -QT5_MODULE="qttools"
1083 -
1084 -inherit qt5-build
1085 -
1086 -DESCRIPTION="Tool to query Qt path information"
1087 -
1088 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1089 - KEYWORDS=""
1090 -else
1091 - KEYWORDS="~amd64 ~x86"
1092 -fi
1093 -
1094 -IUSE=""
1095 -
1096 -DEPEND="
1097 - >=dev-qt/qtcore-${PV}:5[debug=]
1098 -"
1099 -RDEPEND="${DEPEND}"
1100 -
1101 -QT5_TARGET_SUBDIRS=(
1102 - src/qtpaths
1103 -)
1104
1105 diff --git a/dev-qt/qtpositioning/qtpositioning-5.3.9999.ebuild b/dev-qt/qtpositioning/qtpositioning-5.3.9999.ebuild
1106 deleted file mode 100644
1107 index 79bc51f..0000000
1108 --- a/dev-qt/qtpositioning/qtpositioning-5.3.9999.ebuild
1109 +++ /dev/null
1110 @@ -1,40 +0,0 @@
1111 -# Copyright 1999-2014 Gentoo Foundation
1112 -# Distributed under the terms of the GNU General Public License v2
1113 -# $Header: $
1114 -
1115 -EAPI=5
1116 -
1117 -QT5_MODULE="qtlocation"
1118 -
1119 -inherit qt5-build
1120 -
1121 -DESCRIPTION="Physical position determination library for the Qt5 framework"
1122 -
1123 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1124 - KEYWORDS=""
1125 -else
1126 - KEYWORDS="~amd64 ~x86"
1127 -fi
1128 -
1129 -# TODO: src/plugins/position/gypsy
1130 -IUSE="geoclue qml"
1131 -
1132 -RDEPEND="
1133 - >=dev-qt/qtcore-${PV}:5[debug=]
1134 - geoclue? (
1135 - app-misc/geoclue:0
1136 - dev-libs/glib:2
1137 - )
1138 - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
1139 -"
1140 -DEPEND="${RDEPEND}"
1141 -
1142 -QT5_TARGET_SUBDIRS=(
1143 - src/positioning
1144 - src/plugins/position/positionpoll
1145 -)
1146 -
1147 -pkg_setup() {
1148 - use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
1149 - use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
1150 -}
1151
1152 diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.3.9999.ebuild b/dev-qt/qtprintsupport/qtprintsupport-5.3.9999.ebuild
1153 deleted file mode 100644
1154 index 7ce236c..0000000
1155 --- a/dev-qt/qtprintsupport/qtprintsupport-5.3.9999.ebuild
1156 +++ /dev/null
1157 @@ -1,46 +0,0 @@
1158 -# Copyright 1999-2014 Gentoo Foundation
1159 -# Distributed under the terms of the GNU General Public License v2
1160 -# $Header: $
1161 -
1162 -EAPI=5
1163 -
1164 -QT5_MODULE="qtbase"
1165 -VIRTUALX_REQUIRED="test"
1166 -
1167 -inherit qt5-build
1168 -
1169 -DESCRIPTION="Printing support library for the Qt5 framework"
1170 -
1171 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1172 - KEYWORDS=""
1173 -else
1174 - KEYWORDS="~amd64 ~x86"
1175 -fi
1176 -
1177 -IUSE="cups"
1178 -
1179 -RDEPEND="
1180 - ~dev-qt/qtcore-${PV}[debug=]
1181 - ~dev-qt/qtgui-${PV}[debug=]
1182 - ~dev-qt/qtwidgets-${PV}[debug=]
1183 - cups? ( >=net-print/cups-1.4 )
1184 -"
1185 -DEPEND="${RDEPEND}
1186 - test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
1187 -"
1188 -
1189 -QT5_TARGET_SUBDIRS=(
1190 - src/printsupport
1191 - src/plugins/printsupport
1192 -)
1193 -
1194 -QT5_GENTOO_CONFIG=(
1195 - cups
1196 -)
1197 -
1198 -src_configure() {
1199 - local myconf=(
1200 - $(qt_use cups)
1201 - )
1202 - qt5-build_src_configure
1203 -}
1204
1205 diff --git a/dev-qt/qtquick1/qtquick1-5.3.9999.ebuild b/dev-qt/qtquick1/qtquick1-5.3.9999.ebuild
1206 deleted file mode 100644
1207 index 7ad38fc..0000000
1208 --- a/dev-qt/qtquick1/qtquick1-5.3.9999.ebuild
1209 +++ /dev/null
1210 @@ -1,52 +0,0 @@
1211 -# Copyright 1999-2014 Gentoo Foundation
1212 -# Distributed under the terms of the GNU General Public License v2
1213 -# $Header: $
1214 -
1215 -EAPI=5
1216 -
1217 -inherit qt5-build
1218 -
1219 -DESCRIPTION="Legacy declarative framework for Qt4 compatibility for building dynamic user interfaces"
1220 -
1221 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1222 - KEYWORDS=""
1223 -else
1224 - KEYWORDS="~amd64 ~x86"
1225 -fi
1226 -
1227 -IUSE="designer +opengl webkit xml"
1228 -
1229 -DEPEND="
1230 - >=dev-qt/qtcore-${PV}:5[debug=]
1231 - >=dev-qt/qtgui-${PV}:5[debug=]
1232 - >=dev-qt/qtnetwork-${PV}:5[debug=]
1233 - >=dev-qt/qtscript-${PV}:5[debug=]
1234 - >=dev-qt/qtsql-${PV}:5[debug=]
1235 - >=dev-qt/qtwidgets-${PV}:5[debug=]
1236 - designer? (
1237 - >=dev-qt/designer-${PV}:5[debug=]
1238 - >=dev-qt/qtdeclarative-${PV}:5[debug=]
1239 - )
1240 - opengl? ( >=dev-qt/qtopengl-${PV}:5[debug=] )
1241 - webkit? ( >=dev-qt/qtwebkit-${PV}:5[debug=] )
1242 - xml? ( >=dev-qt/qtxmlpatterns-${PV}:5[debug=] )
1243 -"
1244 -RDEPEND="${DEPEND}"
1245 -
1246 -src_prepare() {
1247 - qt_use_disable_mod designer designer \
1248 - src/plugins/plugins.pro
1249 -
1250 - qt_use_disable_mod opengl opengl \
1251 - src/imports/imports.pro \
1252 - tools/qml/qml.pri
1253 -
1254 - qt_use_disable_mod webkit webkitwidgets \
1255 - src/imports/imports.pro
1256 -
1257 - qt_use_disable_mod xml xmlpatterns \
1258 - src/declarative/declarative.pro \
1259 - src/declarative/util/util.pri
1260 -
1261 - qt5-build_src_prepare
1262 -}
1263
1264 diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.3.9999.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.3.9999.ebuild
1265 deleted file mode 100644
1266 index 17b4d3f..0000000
1267 --- a/dev-qt/qtquickcontrols/qtquickcontrols-5.3.9999.ebuild
1268 +++ /dev/null
1269 @@ -1,36 +0,0 @@
1270 -# Copyright 1999-2014 Gentoo Foundation
1271 -# Distributed under the terms of the GNU General Public License v2
1272 -# $Header: $
1273 -
1274 -EAPI=5
1275 -
1276 -inherit qt5-build
1277 -
1278 -DESCRIPTION="Set of controls used in conjunction with Qt Quick to build complete interfaces"
1279 -
1280 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1281 - KEYWORDS=""
1282 -else
1283 - KEYWORDS="~amd64 ~x86"
1284 -fi
1285 -
1286 -IUSE="widgets"
1287 -
1288 -DEPEND="
1289 - >=dev-qt/qtcore-${PV}:5[debug=]
1290 - >=dev-qt/qtdeclarative-${PV}:5[debug=]
1291 - >=dev-qt/qtgui-${PV}:5[debug=]
1292 - widgets? ( >=dev-qt/qtwidgets-${PV}:5[debug=] )
1293 -"
1294 -RDEPEND="${DEPEND}"
1295 -
1296 -src_prepare() {
1297 - qt_use_disable_mod widgets widgets \
1298 - src/src.pro \
1299 - src/controls/Private/private.pri \
1300 - tests/auto/activeFocusOnTab/activeFocusOnTab.pro \
1301 - tests/auto/controls/controls.pro \
1302 - tests/auto/testplugin/testplugin.pro
1303 -
1304 - qt5-build_src_prepare
1305 -}
1306
1307 diff --git a/dev-qt/qtscript/qtscript-5.3.9999.ebuild b/dev-qt/qtscript/qtscript-5.3.9999.ebuild
1308 deleted file mode 100644
1309 index ff1272d..0000000
1310 --- a/dev-qt/qtscript/qtscript-5.3.9999.ebuild
1311 +++ /dev/null
1312 @@ -1,33 +0,0 @@
1313 -# Copyright 1999-2014 Gentoo Foundation
1314 -# Distributed under the terms of the GNU General Public License v2
1315 -# $Header: $
1316 -
1317 -EAPI=5
1318 -
1319 -inherit qt5-build
1320 -
1321 -DESCRIPTION="Application scripting library for the Qt5 framework"
1322 -
1323 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1324 - KEYWORDS=""
1325 -else
1326 - KEYWORDS="~amd64 ~x86"
1327 -fi
1328 -
1329 -IUSE="scripttools"
1330 -
1331 -DEPEND="
1332 - >=dev-qt/qtcore-${PV}:5[debug=]
1333 - scripttools? (
1334 - >=dev-qt/qtgui-${PV}:5[debug=]
1335 - >=dev-qt/qtwidgets-${PV}:5[debug=]
1336 - )
1337 -"
1338 -RDEPEND="${DEPEND}"
1339 -
1340 -src_prepare() {
1341 - qt_use_disable_mod scripttools widgets \
1342 - src/src.pro
1343 -
1344 - qt5-build_src_prepare
1345 -}
1346
1347 diff --git a/dev-qt/qtsensors/qtsensors-5.3.9999.ebuild b/dev-qt/qtsensors/qtsensors-5.3.9999.ebuild
1348 deleted file mode 100644
1349 index 1d1395b..0000000
1350 --- a/dev-qt/qtsensors/qtsensors-5.3.9999.ebuild
1351 +++ /dev/null
1352 @@ -1,30 +0,0 @@
1353 -# Copyright 1999-2014 Gentoo Foundation
1354 -# Distributed under the terms of the GNU General Public License v2
1355 -# $Header: $
1356 -
1357 -EAPI=5
1358 -
1359 -inherit qt5-build
1360 -
1361 -DESCRIPTION="Hardware sensor access library for the Qt5 framework"
1362 -
1363 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1364 - KEYWORDS=""
1365 -else
1366 - KEYWORDS="~amd64 ~x86"
1367 -fi
1368 -
1369 -IUSE="qml"
1370 -
1371 -RDEPEND="
1372 - >=dev-qt/qtcore-${PV}:5[debug=]
1373 - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
1374 -"
1375 -DEPEND="${RDEPEND}"
1376 -
1377 -src_prepare() {
1378 - qt_use_disable_mod qml quick \
1379 - src/src.pro
1380 -
1381 - qt5-build_src_prepare
1382 -}
1383
1384 diff --git a/dev-qt/qtserialport/qtserialport-5.3.9999.ebuild b/dev-qt/qtserialport/qtserialport-5.3.9999.ebuild
1385 deleted file mode 100644
1386 index 6ee9745..0000000
1387 --- a/dev-qt/qtserialport/qtserialport-5.3.9999.ebuild
1388 +++ /dev/null
1389 @@ -1,23 +0,0 @@
1390 -# Copyright 1999-2014 Gentoo Foundation
1391 -# Distributed under the terms of the GNU General Public License v2
1392 -# $Header: $
1393 -
1394 -EAPI=5
1395 -
1396 -inherit qt5-build
1397 -
1398 -DESCRIPTION="Serial port abstraction library for the Qt5 framework"
1399 -
1400 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1401 - KEYWORDS=""
1402 -else
1403 - KEYWORDS="~amd64 ~x86"
1404 -fi
1405 -
1406 -IUSE=""
1407 -
1408 -DEPEND="
1409 - >=dev-qt/qtcore-${PV}:5[debug=]
1410 - virtual/udev
1411 -"
1412 -RDEPEND="${DEPEND}"
1413
1414 diff --git a/dev-qt/qtsql/qtsql-5.3.9999.ebuild b/dev-qt/qtsql/qtsql-5.3.9999.ebuild
1415 deleted file mode 100644
1416 index 8d606dd..0000000
1417 --- a/dev-qt/qtsql/qtsql-5.3.9999.ebuild
1418 +++ /dev/null
1419 @@ -1,62 +0,0 @@
1420 -# Copyright 1999-2014 Gentoo Foundation
1421 -# Distributed under the terms of the GNU General Public License v2
1422 -# $Header: $
1423 -
1424 -EAPI=5
1425 -
1426 -QT5_MODULE="qtbase"
1427 -
1428 -inherit multilib qt5-build
1429 -
1430 -DESCRIPTION="SQL abstraction library for the Qt5 tooolkit"
1431 -
1432 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1433 - KEYWORDS=""
1434 -else
1435 - KEYWORDS="~amd64 ~x86"
1436 -fi
1437 -
1438 -IUSE="freetds mysql oci8 odbc postgres +sqlite"
1439 -
1440 -REQUIRED_USE="
1441 - || ( freetds mysql oci8 odbc postgres sqlite )
1442 -"
1443 -
1444 -DEPEND="
1445 - ~dev-qt/qtcore-${PV}[debug=]
1446 - freetds? ( dev-db/freetds )
1447 - mysql? ( virtual/mysql:= )
1448 - oci8? ( dev-db/oracle-instantclient-basic )
1449 - odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
1450 - postgres? ( virtual/postgresql:* )
1451 - sqlite? ( dev-db/sqlite:3 )
1452 -"
1453 -RDEPEND="${DEPEND}"
1454 -
1455 -QT5_TARGET_SUBDIRS=(
1456 - src/sql
1457 - src/plugins/sqldrivers
1458 -)
1459 -
1460 -PATCHES=(
1461 - "${FILESDIR}/${PN}-5.3.1-path-filtering.patch"
1462 -)
1463 -
1464 -src_configure() {
1465 - local myconf=(
1466 - $(qt_use freetds sql-tds plugin)
1467 - $(qt_use mysql sql-mysql plugin)
1468 - $(qt_use oci8 sql-oci plugin)
1469 - $(qt_use odbc sql-odbc plugin)
1470 - $(qt_use postgres sql-psql plugin)
1471 - $(qt_use sqlite sql-sqlite plugin)
1472 - $(use sqlite && echo -system-sqlite)
1473 - )
1474 -
1475 - use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" "-L${EPREFIX}/usr/$(get_libdir)/mysql")
1476 - use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)")
1477 - use odbc && myconf+=("-I${EPREFIX}/usr/include/iodbc")
1478 - use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
1479 -
1480 - qt5-build_src_configure
1481 -}
1482
1483 diff --git a/dev-qt/qtsvg/qtsvg-5.3.9999.ebuild b/dev-qt/qtsvg/qtsvg-5.3.9999.ebuild
1484 deleted file mode 100644
1485 index abc85ab..0000000
1486 --- a/dev-qt/qtsvg/qtsvg-5.3.9999.ebuild
1487 +++ /dev/null
1488 @@ -1,27 +0,0 @@
1489 -# Copyright 1999-2014 Gentoo Foundation
1490 -# Distributed under the terms of the GNU General Public License v2
1491 -# $Header: $
1492 -
1493 -EAPI=5
1494 -
1495 -inherit qt5-build
1496 -
1497 -DESCRIPTION="SVG rendering library for the Qt5 framework"
1498 -
1499 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1500 - KEYWORDS=""
1501 -else
1502 - KEYWORDS="~amd64 ~x86"
1503 -fi
1504 -
1505 -IUSE=""
1506 -
1507 -RDEPEND="
1508 - >=dev-qt/qtcore-${PV}:5[debug=]
1509 - >=dev-qt/qtgui-${PV}:5[debug=]
1510 - >=dev-qt/qtwidgets-${PV}:5[debug=]
1511 - sys-libs/zlib
1512 -"
1513 -DEPEND="${RDEPEND}
1514 - test? ( >=dev-qt/qtxml-${PV}:5[debug=] )
1515 -"
1516
1517 diff --git a/dev-qt/qttest/qttest-5.3.9999.ebuild b/dev-qt/qttest/qttest-5.3.9999.ebuild
1518 deleted file mode 100644
1519 index 2e5e826..0000000
1520 --- a/dev-qt/qttest/qttest-5.3.9999.ebuild
1521 +++ /dev/null
1522 @@ -1,34 +0,0 @@
1523 -# Copyright 1999-2014 Gentoo Foundation
1524 -# Distributed under the terms of the GNU General Public License v2
1525 -# $Header: $
1526 -
1527 -EAPI=5
1528 -
1529 -QT5_MODULE="qtbase"
1530 -VIRTUALX_REQUIRED="test"
1531 -
1532 -inherit qt5-build
1533 -
1534 -DESCRIPTION="Unit testing library for the Qt5 framework"
1535 -
1536 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1537 - KEYWORDS=""
1538 -else
1539 - KEYWORDS="~amd64 ~x86"
1540 -fi
1541 -
1542 -IUSE=""
1543 -
1544 -RDEPEND="
1545 - ~dev-qt/qtcore-${PV}[debug=]
1546 -"
1547 -DEPEND="${RDEPEND}
1548 - test? (
1549 - ~dev-qt/qtgui-${PV}[debug=]
1550 - ~dev-qt/qtxml-${PV}[debug=]
1551 - )
1552 -"
1553 -
1554 -QT5_TARGET_SUBDIRS=(
1555 - src/testlib
1556 -)
1557
1558 diff --git a/dev-qt/qttranslations/qttranslations-5.3.9999.ebuild b/dev-qt/qttranslations/qttranslations-5.3.9999.ebuild
1559 deleted file mode 100644
1560 index bd408d1..0000000
1561 --- a/dev-qt/qttranslations/qttranslations-5.3.9999.ebuild
1562 +++ /dev/null
1563 @@ -1,23 +0,0 @@
1564 -# Copyright 1999-2014 Gentoo Foundation
1565 -# Distributed under the terms of the GNU General Public License v2
1566 -# $Header: $
1567 -
1568 -EAPI=5
1569 -
1570 -inherit qt5-build
1571 -
1572 -DESCRIPTION="Translation files for the Qt5 framework"
1573 -
1574 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1575 - KEYWORDS=""
1576 -else
1577 - KEYWORDS="~amd64 ~x86"
1578 -fi
1579 -
1580 -IUSE=""
1581 -
1582 -DEPEND="
1583 - >=dev-qt/linguist-tools-${PV}:5
1584 - >=dev-qt/qtcore-${PV}:5[debug=]
1585 -"
1586 -RDEPEND="${DEPEND}"
1587
1588 diff --git a/dev-qt/qtwebkit/qtwebkit-5.3.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.3.9999.ebuild
1589 deleted file mode 100644
1590 index cc1567b..0000000
1591 --- a/dev-qt/qtwebkit/qtwebkit-5.3.9999.ebuild
1592 +++ /dev/null
1593 @@ -1,89 +0,0 @@
1594 -# Copyright 1999-2014 Gentoo Foundation
1595 -# Distributed under the terms of the GNU General Public License v2
1596 -# $Header: $
1597 -
1598 -EAPI=5
1599 -
1600 -PYTHON_COMPAT=( python2_7 )
1601 -
1602 -inherit python-any-r1 qt5-build
1603 -
1604 -DESCRIPTION="WebKit rendering library for the Qt5 framework"
1605 -
1606 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1607 - KEYWORDS=""
1608 -else
1609 - KEYWORDS="~amd64 ~x86"
1610 -fi
1611 -
1612 -# TODO: qttestlib, geolocation, orientation/sensors
1613 -
1614 -IUSE="gstreamer gstreamer010 multimedia opengl printsupport qml udev webp"
1615 -REQUIRED_USE="?? ( gstreamer gstreamer010 multimedia )"
1616 -
1617 -RDEPEND="
1618 - dev-db/sqlite:3
1619 - dev-libs/icu:=
1620 - dev-libs/libxml2:2
1621 - dev-libs/libxslt
1622 - >=dev-qt/qtcore-${PV}:5[debug=,icu]
1623 - >=dev-qt/qtgui-${PV}:5[debug=]
1624 - >=dev-qt/qtnetwork-${PV}:5[debug=]
1625 - >=dev-qt/qtsql-${PV}:5[debug=]
1626 - >=dev-qt/qtwidgets-${PV}:5[debug=]
1627 - media-libs/fontconfig:1.0
1628 - media-libs/libpng:0=
1629 - sys-libs/zlib
1630 - virtual/jpeg:0
1631 - virtual/opengl
1632 - x11-libs/libX11
1633 - x11-libs/libXcomposite
1634 - x11-libs/libXrender
1635 - gstreamer? (
1636 - dev-libs/glib:2
1637 - media-libs/gstreamer:1.0
1638 - media-libs/gst-plugins-base:1.0
1639 - )
1640 - gstreamer010? (
1641 - dev-libs/glib:2
1642 - media-libs/gstreamer:0.10
1643 - media-libs/gst-plugins-base:0.10
1644 - )
1645 - multimedia? ( >=dev-qt/qtmultimedia-${PV}:5[debug=,widgets] )
1646 - opengl? ( >=dev-qt/qtopengl-${PV}:5[debug=] )
1647 - printsupport? ( >=dev-qt/qtprintsupport-${PV}:5[debug=] )
1648 - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
1649 - udev? ( virtual/udev )
1650 - webp? ( media-libs/libwebp:0= )
1651 -"
1652 -DEPEND="${RDEPEND}
1653 - ${PYTHON_DEPS}
1654 - dev-lang/ruby
1655 - sys-devel/bison
1656 - sys-devel/flex
1657 -"
1658 -
1659 -src_prepare() {
1660 - if use gstreamer010; then
1661 - epatch "${FILESDIR}/${PN}-5.3.2-use-gstreamer010.patch"
1662 - elif ! use gstreamer; then
1663 - epatch "${FILESDIR}/${PN}-5.2.1-disable-gstreamer.patch"
1664 - fi
1665 - use multimedia || sed -i -e '/WEBKIT_CONFIG += video use_qt_multimedia/d' \
1666 - Tools/qmake/mkspecs/features/features.prf || die
1667 - use opengl || sed -i -e '/contains(QT_CONFIG, opengl): WEBKIT_CONFIG += use_3d_graphics/d' \
1668 - Tools/qmake/mkspecs/features/features.prf || die
1669 - use printsupport || sed -i -e '/WEBKIT_CONFIG += have_qtprintsupport/d' \
1670 - Tools/qmake/mkspecs/features/features.prf || die
1671 - use qml || sed -i -e '/have?(QTQUICK): SUBDIRS += declarative/d' \
1672 - Source/QtWebKit.pro || die
1673 - use udev || sed -i -e '/linux: WEBKIT_CONFIG += gamepad/d' \
1674 - Tools/qmake/mkspecs/features/features.prf || die
1675 - use webp || sed -i -e '/config_libwebp: WEBKIT_CONFIG += use_webp/d' \
1676 - Tools/qmake/mkspecs/features/features.prf || die
1677 -
1678 - # bug 458222
1679 - sed -i -e '/SUBDIRS += examples/d' Source/QtWebKit.pro || die
1680 -
1681 - qt5-build_src_prepare
1682 -}
1683
1684 diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.3.9999.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.3.9999.ebuild
1685 deleted file mode 100644
1686 index d8a2e8b..0000000
1687 --- a/dev-qt/qtwebsockets/qtwebsockets-5.3.9999.ebuild
1688 +++ /dev/null
1689 @@ -1,35 +0,0 @@
1690 -# Copyright 1999-2014 Gentoo Foundation
1691 -# Distributed under the terms of the GNU General Public License v2
1692 -# $Header: $
1693 -
1694 -EAPI=5
1695 -
1696 -inherit qt5-build
1697 -
1698 -DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
1699 -
1700 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1701 - KEYWORDS=""
1702 -else
1703 - KEYWORDS="~amd64 ~x86"
1704 -fi
1705 -
1706 -IUSE="qml"
1707 -
1708 -DEPEND="
1709 - >=dev-qt/qtcore-${PV}:5[debug=]
1710 - >=dev-qt/qtnetwork-${PV}:5[debug=]
1711 - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
1712 -
1713 -"
1714 -RDEPEND="${DEPEND}"
1715 -
1716 -PATCHES=(
1717 - "${FILESDIR}/0001-Remove-dependency-on-unused-sql-module.patch"
1718 -)
1719 -
1720 -src_prepare() {
1721 - qt_use_disable_mod qml quick src/src.pro
1722 -
1723 - qt5-build_src_prepare
1724 -}
1725
1726 diff --git a/dev-qt/qtwidgets/qtwidgets-5.3.9999.ebuild b/dev-qt/qtwidgets/qtwidgets-5.3.9999.ebuild
1727 deleted file mode 100644
1728 index 44e9340..0000000
1729 --- a/dev-qt/qtwidgets/qtwidgets-5.3.9999.ebuild
1730 +++ /dev/null
1731 @@ -1,63 +0,0 @@
1732 -# Copyright 1999-2014 Gentoo Foundation
1733 -# Distributed under the terms of the GNU General Public License v2
1734 -# $Header: $
1735 -
1736 -EAPI=5
1737 -
1738 -QT5_MODULE="qtbase"
1739 -
1740 -inherit qt5-build
1741 -
1742 -DESCRIPTION="Set of UI elements for creating classic desktop-style user interfaces for the Qt5 framework"
1743 -
1744 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1745 - KEYWORDS=""
1746 -else
1747 - KEYWORDS="~amd64 ~x86"
1748 -fi
1749 -
1750 -# keep IUSE defaults in sync with qtgui
1751 -IUSE="gles2 +opengl +png +xcb"
1752 -REQUIRED_USE="
1753 - gles2? ( opengl )
1754 -"
1755 -
1756 -DEPEND="
1757 - ~dev-qt/qtcore-${PV}[debug=]
1758 - ~dev-qt/qtgui-${PV}[debug=,gles2=,opengl=,png=,xcb?]
1759 -"
1760 -RDEPEND="${DEPEND}"
1761 -
1762 -PATCHES=(
1763 - # http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
1764 - "${FILESDIR}/${PN}-5.3.1-prefer-qpa.patch"
1765 -)
1766 -
1767 -QT5_TARGET_SUBDIRS=(
1768 - src/tools/uic
1769 - src/widgets
1770 - src/plugins/accessible
1771 -)
1772 -
1773 -QT5_GENTOO_CONFIG=(
1774 - !:no-widgets:
1775 -)
1776 -
1777 -src_configure() {
1778 - local gl="-no-opengl"
1779 - if use gles2; then
1780 - gl="-opengl es2"
1781 - elif use opengl; then
1782 - gl="-opengl desktop"
1783 - fi
1784 -
1785 - local myconf=(
1786 - # copied from qtgui
1787 - ${gl}
1788 - $(qt_use png libpng system)
1789 - $(qt_use xcb xcb system)
1790 - $(qt_use xcb xkbcommon system)
1791 - $(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
1792 - )
1793 - qt5-build_src_configure
1794 -}
1795
1796 diff --git a/dev-qt/qtx11extras/qtx11extras-5.3.9999.ebuild b/dev-qt/qtx11extras/qtx11extras-5.3.9999.ebuild
1797 deleted file mode 100644
1798 index 06ac357..0000000
1799 --- a/dev-qt/qtx11extras/qtx11extras-5.3.9999.ebuild
1800 +++ /dev/null
1801 @@ -1,24 +0,0 @@
1802 -# Copyright 1999-2014 Gentoo Foundation
1803 -# Distributed under the terms of the GNU General Public License v2
1804 -# $Header: $
1805 -
1806 -EAPI=5
1807 -
1808 -inherit qt5-build
1809 -
1810 -DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
1811 -
1812 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1813 - KEYWORDS=""
1814 -else
1815 - KEYWORDS="~amd64 ~x86"
1816 -fi
1817 -
1818 -IUSE=""
1819 -
1820 -RDEPEND="
1821 - ~dev-qt/qtcore-${PV}[debug=]
1822 - ~dev-qt/qtgui-${PV}[debug=,xcb]
1823 - ~dev-qt/qtwidgets-${PV}[debug=]
1824 -"
1825 -DEPEND="${RDEPEND}"
1826
1827 diff --git a/dev-qt/qtxml/qtxml-5.3.9999.ebuild b/dev-qt/qtxml/qtxml-5.3.9999.ebuild
1828 deleted file mode 100644
1829 index d031468..0000000
1830 --- a/dev-qt/qtxml/qtxml-5.3.9999.ebuild
1831 +++ /dev/null
1832 @@ -1,30 +0,0 @@
1833 -# Copyright 1999-2014 Gentoo Foundation
1834 -# Distributed under the terms of the GNU General Public License v2
1835 -# $Header: $
1836 -
1837 -EAPI=5
1838 -
1839 -QT5_MODULE="qtbase"
1840 -
1841 -inherit qt5-build
1842 -
1843 -DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"
1844 -
1845 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1846 - KEYWORDS=""
1847 -else
1848 - KEYWORDS="~amd64 ~x86"
1849 -fi
1850 -
1851 -IUSE=""
1852 -
1853 -RDEPEND="
1854 - ~dev-qt/qtcore-${PV}[debug=]
1855 -"
1856 -DEPEND="${RDEPEND}
1857 - test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
1858 -"
1859 -
1860 -QT5_TARGET_SUBDIRS=(
1861 - src/xml
1862 -)
1863
1864 diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.3.9999.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.3.9999.ebuild
1865 deleted file mode 100644
1866 index 23cc9e2..0000000
1867 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.3.9999.ebuild
1868 +++ /dev/null
1869 @@ -1,23 +0,0 @@
1870 -# Copyright 1999-2014 Gentoo Foundation
1871 -# Distributed under the terms of the GNU General Public License v2
1872 -# $Header: $
1873 -
1874 -EAPI=5
1875 -
1876 -inherit qt5-build
1877 -
1878 -DESCRIPTION="XPath, XQuery, and XSLT support library for the Qt5 framework"
1879 -
1880 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
1881 - KEYWORDS=""
1882 -else
1883 - KEYWORDS="~amd64 ~x86"
1884 -fi
1885 -
1886 -IUSE=""
1887 -
1888 -DEPEND="
1889 - >=dev-qt/qtcore-${PV}:5[debug=]
1890 - >=dev-qt/qtnetwork-${PV}:5[debug=]
1891 -"
1892 -RDEPEND="${DEPEND}"