Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/
Date: Fri, 02 Feb 2018 11:54:15
Message-Id: 1517572436.ca05e01917d000e2a1f6bfd2aba2c8fa5290675a.kensington@gentoo
1 commit: ca05e01917d000e2a1f6bfd2aba2c8fa5290675a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 06:44:36 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 2 11:53:56 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca05e019
7
8 dev-qt/qtcore: add QT5_GENTOO_PRIVATE_CONFIG
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-qt/qtcore/qtcore-5.10.0.ebuild | 9 ++++++++-
13 dev-qt/qtcore/qtcore-5.10.9999.ebuild | 9 ++++++++-
14 dev-qt/qtcore/qtcore-5.11.9999.ebuild | 7 +++++++
15 dev-qt/qtcore/qtcore-5.9.4.ebuild | 7 +++++++
16 dev-qt/qtcore/qtcore-5.9.9999.ebuild | 9 ++++++++-
17 dev-qt/qtcore/qtcore-5.9999.ebuild | 9 ++++++++-
18 6 files changed, 46 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-qt/qtcore/qtcore-5.10.0.ebuild b/dev-qt/qtcore/qtcore-5.10.0.ebuild
21 index b568c54d..d2aa31ee 100644
22 --- a/dev-qt/qtcore/qtcore-5.10.0.ebuild
23 +++ b/dev-qt/qtcore/qtcore-5.10.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=(
31 doc
32 )
33
34 +QT5_GENTOO_PRIVATE_CONFIG=(
35 + !:network
36 + !:sql
37 + !:testlib
38 + !:xml
39 +)
40 +
41 src_configure() {
42 local myconf=(
43 $(qt_use icu)
44
45 diff --git a/dev-qt/qtcore/qtcore-5.10.9999.ebuild b/dev-qt/qtcore/qtcore-5.10.9999.ebuild
46 index b568c54d..d2aa31ee 100644
47 --- a/dev-qt/qtcore/qtcore-5.10.9999.ebuild
48 +++ b/dev-qt/qtcore/qtcore-5.10.9999.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=(
56 doc
57 )
58
59 +QT5_GENTOO_PRIVATE_CONFIG=(
60 + !:network
61 + !:sql
62 + !:testlib
63 + !:xml
64 +)
65 +
66 src_configure() {
67 local myconf=(
68 $(qt_use icu)
69
70 diff --git a/dev-qt/qtcore/qtcore-5.11.9999.ebuild b/dev-qt/qtcore/qtcore-5.11.9999.ebuild
71 index 970e630d..d2aa31ee 100644
72 --- a/dev-qt/qtcore/qtcore-5.11.9999.ebuild
73 +++ b/dev-qt/qtcore/qtcore-5.11.9999.ebuild
74 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=(
75 doc
76 )
77
78 +QT5_GENTOO_PRIVATE_CONFIG=(
79 + !:network
80 + !:sql
81 + !:testlib
82 + !:xml
83 +)
84 +
85 src_configure() {
86 local myconf=(
87 $(qt_use icu)
88
89 diff --git a/dev-qt/qtcore/qtcore-5.9.4.ebuild b/dev-qt/qtcore/qtcore-5.9.4.ebuild
90 index bce7aeab..54eb30f5 100644
91 --- a/dev-qt/qtcore/qtcore-5.9.4.ebuild
92 +++ b/dev-qt/qtcore/qtcore-5.9.4.ebuild
93 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=(
94 doc
95 )
96
97 +QT5_GENTOO_PRIVATE_CONFIG=(
98 + !:network
99 + !:sql
100 + !:testlib
101 + !:xml
102 +)
103 +
104 src_configure() {
105 local myconf=(
106 $(qt_use icu)
107
108 diff --git a/dev-qt/qtcore/qtcore-5.9.9999.ebuild b/dev-qt/qtcore/qtcore-5.9.9999.ebuild
109 index 779bc30c..54eb30f5 100644
110 --- a/dev-qt/qtcore/qtcore-5.9.9999.ebuild
111 +++ b/dev-qt/qtcore/qtcore-5.9.9999.ebuild
112 @@ -1,4 +1,4 @@
113 -# Copyright 1999-2017 Gentoo Foundation
114 +# Copyright 1999-2018 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116
117 EAPI=6
118 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=(
119 doc
120 )
121
122 +QT5_GENTOO_PRIVATE_CONFIG=(
123 + !:network
124 + !:sql
125 + !:testlib
126 + !:xml
127 +)
128 +
129 src_configure() {
130 local myconf=(
131 $(qt_use icu)
132
133 diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild b/dev-qt/qtcore/qtcore-5.9999.ebuild
134 index 779bc30c..54eb30f5 100644
135 --- a/dev-qt/qtcore/qtcore-5.9999.ebuild
136 +++ b/dev-qt/qtcore/qtcore-5.9999.ebuild
137 @@ -1,4 +1,4 @@
138 -# Copyright 1999-2017 Gentoo Foundation
139 +# Copyright 1999-2018 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141
142 EAPI=6
143 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=(
144 doc
145 )
146
147 +QT5_GENTOO_PRIVATE_CONFIG=(
148 + !:network
149 + !:sql
150 + !:testlib
151 + !:xml
152 +)
153 +
154 src_configure() {
155 local myconf=(
156 $(qt_use icu)