Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/, kde-plasma/plasma-integration/, ...
Date: Thu, 29 Sep 2016 16:56:02
Message-Id: 1475168148.b1d79061f07bf58b79d741fd2c48eca2f921b43f.kensington@gentoo
1 commit: b1d79061f07bf58b79d741fd2c48eca2f921b43f
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 16:55:35 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 16:55:48 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1d79061
7
8 kde-plasma: append to RESTRICT as it can be set by the eclass
9
10 kde-plasma/kde-cli-tools/kde-cli-tools-5.7.95.ebuild | 2 +-
11 kde-plasma/kde-cli-tools/kde-cli-tools-5.8.0.ebuild | 2 +-
12 kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49.9999.ebuild | 2 +-
13 kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild | 2 +-
14 kde-plasma/kscreen/kscreen-5.7.95.ebuild | 2 +-
15 kde-plasma/kscreen/kscreen-5.8.0.ebuild | 2 +-
16 kde-plasma/kscreen/kscreen-5.8.49.9999.ebuild | 2 +-
17 kde-plasma/kscreen/kscreen-9999.ebuild | 2 +-
18 kde-plasma/kscreenlocker/kscreenlocker-5.7.95.ebuild | 2 +-
19 kde-plasma/kscreenlocker/kscreenlocker-5.8.0.ebuild | 2 +-
20 kde-plasma/kscreenlocker/kscreenlocker-5.8.49.9999.ebuild | 2 +-
21 kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild | 2 +-
22 kde-plasma/libkscreen/libkscreen-5.7.95.ebuild | 2 +-
23 kde-plasma/libkscreen/libkscreen-5.8.0.ebuild | 2 +-
24 kde-plasma/libkscreen/libkscreen-5.8.49.9999.ebuild | 2 +-
25 kde-plasma/libkscreen/libkscreen-9999.ebuild | 2 +-
26 kde-plasma/plasma-integration/plasma-integration-5.7.95.ebuild | 2 +-
27 kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild | 2 +-
28 kde-plasma/plasma-integration/plasma-integration-5.8.49.9999.ebuild | 2 +-
29 kde-plasma/plasma-integration/plasma-integration-9999.ebuild | 2 +-
30 kde-plasma/plasma-workspace/plasma-workspace-5.7.95.ebuild | 2 +-
31 kde-plasma/plasma-workspace/plasma-workspace-5.8.0.ebuild | 2 +-
32 kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild | 2 +-
33 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +-
34 24 files changed, 24 insertions(+), 24 deletions(-)
35
36 diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.7.95.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.7.95.ebuild
37 index 14cdf5a..d9c7a50 100644
38 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.7.95.ebuild
39 +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.7.95.ebuild
40 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
41 "
42
43 # requires running kde environment
44 -RESTRICT="test"
45 +RESTRICT+=" test"
46
47 src_configure() {
48 local mycmakeargs=(
49
50 diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.0.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.0.ebuild
51 index 14cdf5a..d9c7a50 100644
52 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.0.ebuild
53 +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.0.ebuild
54 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
55 "
56
57 # requires running kde environment
58 -RESTRICT="test"
59 +RESTRICT+=" test"
60
61 src_configure() {
62 local mycmakeargs=(
63
64 diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49.9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49.9999.ebuild
65 index 6794eb1..fa0b4d1 100644
66 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49.9999.ebuild
67 +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.8.49.9999.ebuild
68 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
69 "
70
71 # requires running kde environment
72 -RESTRICT="test"
73 +RESTRICT+=" test"
74
75 src_configure() {
76 local mycmakeargs=(
77
78 diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
79 index 6794eb1..fa0b4d1 100644
80 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
81 +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild
82 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
83 "
84
85 # requires running kde environment
86 -RESTRICT="test"
87 +RESTRICT+=" test"
88
89 src_configure() {
90 local mycmakeargs=(
91
92 diff --git a/kde-plasma/kscreen/kscreen-5.7.95.ebuild b/kde-plasma/kscreen/kscreen-5.7.95.ebuild
93 index 55a03e8..2bb9503 100644
94 --- a/kde-plasma/kscreen/kscreen-5.7.95.ebuild
95 +++ b/kde-plasma/kscreen/kscreen-5.7.95.ebuild
96 @@ -35,4 +35,4 @@ RDEPEND="${DEPEND}
97 "
98
99 # bug #580440, last checked 5.6.3
100 -RESTRICT="test"
101 +RESTRICT+=" test"
102
103 diff --git a/kde-plasma/kscreen/kscreen-5.8.0.ebuild b/kde-plasma/kscreen/kscreen-5.8.0.ebuild
104 index 55a03e8..2bb9503 100644
105 --- a/kde-plasma/kscreen/kscreen-5.8.0.ebuild
106 +++ b/kde-plasma/kscreen/kscreen-5.8.0.ebuild
107 @@ -35,4 +35,4 @@ RDEPEND="${DEPEND}
108 "
109
110 # bug #580440, last checked 5.6.3
111 -RESTRICT="test"
112 +RESTRICT+=" test"
113
114 diff --git a/kde-plasma/kscreen/kscreen-5.8.49.9999.ebuild b/kde-plasma/kscreen/kscreen-5.8.49.9999.ebuild
115 index 9229f9f..59abda1 100644
116 --- a/kde-plasma/kscreen/kscreen-5.8.49.9999.ebuild
117 +++ b/kde-plasma/kscreen/kscreen-5.8.49.9999.ebuild
118 @@ -35,4 +35,4 @@ RDEPEND="${DEPEND}
119 "
120
121 # bug #580440, last checked 5.6.3
122 -RESTRICT="test"
123 +RESTRICT+=" test"
124
125 diff --git a/kde-plasma/kscreen/kscreen-9999.ebuild b/kde-plasma/kscreen/kscreen-9999.ebuild
126 index 9229f9f..59abda1 100644
127 --- a/kde-plasma/kscreen/kscreen-9999.ebuild
128 +++ b/kde-plasma/kscreen/kscreen-9999.ebuild
129 @@ -35,4 +35,4 @@ RDEPEND="${DEPEND}
130 "
131
132 # bug #580440, last checked 5.6.3
133 -RESTRICT="test"
134 +RESTRICT+=" test"
135
136 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.7.95.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.7.95.ebuild
137 index 27551e0..519db8d 100644
138 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.7.95.ebuild
139 +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.7.95.ebuild
140 @@ -52,7 +52,7 @@ RDEPEND="${COMMON_DEPEND}
141 !<kde-plasma/plasma-workspace-5.4.50
142 "
143
144 -RESTRICT="test"
145 +RESTRICT+=" test"
146
147 src_prepare() {
148 kde5_src_prepare
149
150 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.8.0.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.8.0.ebuild
151 index 27551e0..519db8d 100644
152 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.8.0.ebuild
153 +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.8.0.ebuild
154 @@ -52,7 +52,7 @@ RDEPEND="${COMMON_DEPEND}
155 !<kde-plasma/plasma-workspace-5.4.50
156 "
157
158 -RESTRICT="test"
159 +RESTRICT+=" test"
160
161 src_prepare() {
162 kde5_src_prepare
163
164 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.8.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.8.49.9999.ebuild
165 index 2ecf776..045b422 100644
166 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.8.49.9999.ebuild
167 +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.8.49.9999.ebuild
168 @@ -52,7 +52,7 @@ RDEPEND="${COMMON_DEPEND}
169 !<kde-plasma/plasma-workspace-5.4.50
170 "
171
172 -RESTRICT="test"
173 +RESTRICT+=" test"
174
175 src_prepare() {
176 kde5_src_prepare
177
178 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
179 index 2ecf776..045b422 100644
180 --- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
181 +++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
182 @@ -52,7 +52,7 @@ RDEPEND="${COMMON_DEPEND}
183 !<kde-plasma/plasma-workspace-5.4.50
184 "
185
186 -RESTRICT="test"
187 +RESTRICT+=" test"
188
189 src_prepare() {
190 kde5_src_prepare
191
192 diff --git a/kde-plasma/libkscreen/libkscreen-5.7.95.ebuild b/kde-plasma/libkscreen/libkscreen-5.7.95.ebuild
193 index e524a18..88ad88a 100644
194 --- a/kde-plasma/libkscreen/libkscreen-5.7.95.ebuild
195 +++ b/kde-plasma/libkscreen/libkscreen-5.7.95.ebuild
196 @@ -25,4 +25,4 @@ RDEPEND="${DEPEND}
197 "
198
199 # requires running session
200 -RESTRICT="test"
201 +RESTRICT+=" test"
202
203 diff --git a/kde-plasma/libkscreen/libkscreen-5.8.0.ebuild b/kde-plasma/libkscreen/libkscreen-5.8.0.ebuild
204 index e524a18..88ad88a 100644
205 --- a/kde-plasma/libkscreen/libkscreen-5.8.0.ebuild
206 +++ b/kde-plasma/libkscreen/libkscreen-5.8.0.ebuild
207 @@ -25,4 +25,4 @@ RDEPEND="${DEPEND}
208 "
209
210 # requires running session
211 -RESTRICT="test"
212 +RESTRICT+=" test"
213
214 diff --git a/kde-plasma/libkscreen/libkscreen-5.8.49.9999.ebuild b/kde-plasma/libkscreen/libkscreen-5.8.49.9999.ebuild
215 index 2d9ab65..affed2b 100644
216 --- a/kde-plasma/libkscreen/libkscreen-5.8.49.9999.ebuild
217 +++ b/kde-plasma/libkscreen/libkscreen-5.8.49.9999.ebuild
218 @@ -25,4 +25,4 @@ RDEPEND="${DEPEND}
219 "
220
221 # requires running session
222 -RESTRICT="test"
223 +RESTRICT+=" test"
224
225 diff --git a/kde-plasma/libkscreen/libkscreen-9999.ebuild b/kde-plasma/libkscreen/libkscreen-9999.ebuild
226 index 2d9ab65..affed2b 100644
227 --- a/kde-plasma/libkscreen/libkscreen-9999.ebuild
228 +++ b/kde-plasma/libkscreen/libkscreen-9999.ebuild
229 @@ -25,4 +25,4 @@ RDEPEND="${DEPEND}
230 "
231
232 # requires running session
233 -RESTRICT="test"
234 +RESTRICT+=" test"
235
236 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.7.95.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.7.95.ebuild
237 index 7f0bfdf..2805c9b 100644
238 --- a/kde-plasma/plasma-integration/plasma-integration-5.7.95.ebuild
239 +++ b/kde-plasma/plasma-integration/plasma-integration-5.7.95.ebuild
240 @@ -39,4 +39,4 @@ RDEPEND="${DEPEND}
241 "
242
243 # requires running kde environment
244 -RESTRICT="test"
245 +RESTRICT+=" test"
246
247 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild
248 index 7f0bfdf..2805c9b 100644
249 --- a/kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild
250 +++ b/kde-plasma/plasma-integration/plasma-integration-5.8.0.ebuild
251 @@ -39,4 +39,4 @@ RDEPEND="${DEPEND}
252 "
253
254 # requires running kde environment
255 -RESTRICT="test"
256 +RESTRICT+=" test"
257
258 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.8.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.8.49.9999.ebuild
259 index 24c37dd..9e93073 100644
260 --- a/kde-plasma/plasma-integration/plasma-integration-5.8.49.9999.ebuild
261 +++ b/kde-plasma/plasma-integration/plasma-integration-5.8.49.9999.ebuild
262 @@ -39,4 +39,4 @@ RDEPEND="${DEPEND}
263 "
264
265 # requires running kde environment
266 -RESTRICT="test"
267 +RESTRICT+=" test"
268
269 diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
270 index 24c37dd..9e93073 100644
271 --- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
272 +++ b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild
273 @@ -39,4 +39,4 @@ RDEPEND="${DEPEND}
274 "
275
276 # requires running kde environment
277 -RESTRICT="test"
278 +RESTRICT+=" test"
279
280 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.7.95.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.7.95.ebuild
281 index afa10b0..464c178 100644
282 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.7.95.ebuild
283 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.7.95.ebuild
284 @@ -122,7 +122,7 @@ DEPEND="${COMMON_DEPEND}
285
286 PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" )
287
288 -RESTRICT="test"
289 +RESTRICT+=" test"
290
291 src_prepare() {
292 kde5_src_prepare
293
294 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.8.0.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.8.0.ebuild
295 index afa10b0..464c178 100644
296 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.8.0.ebuild
297 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.8.0.ebuild
298 @@ -122,7 +122,7 @@ DEPEND="${COMMON_DEPEND}
299
300 PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" )
301
302 -RESTRICT="test"
303 +RESTRICT+=" test"
304
305 src_prepare() {
306 kde5_src_prepare
307
308 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild
309 index fe956ec..7f856fa 100644
310 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild
311 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild
312 @@ -122,7 +122,7 @@ DEPEND="${COMMON_DEPEND}
313
314 PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" )
315
316 -RESTRICT="test"
317 +RESTRICT+=" test"
318
319 src_prepare() {
320 kde5_src_prepare
321
322 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
323 index fe956ec..7f856fa 100644
324 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
325 +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
326 @@ -122,7 +122,7 @@ DEPEND="${COMMON_DEPEND}
327
328 PATCHES=( "${FILESDIR}/${PN}-5.4-startkde-script.patch" )
329
330 -RESTRICT="test"
331 +RESTRICT+=" test"
332
333 src_prepare() {
334 kde5_src_prepare