Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretoppings/, gui-apps/coreimage/, gui-apps/coregarage/, ...
Date: Mon, 30 Nov 2020 12:35:35
Message-Id: 1606735579.a3695f10a140e9767018c6c8f06b44d3c018100b.andrewammerlaan@gentoo
1 commit: a3695f10a140e9767018c6c8f06b44d3c018100b
2 Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
3 AuthorDate: Mon Nov 30 11:26:19 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Nov 30 11:26:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3695f10
7
8 gui-apps/core*: remove inherit eutils and empty USE; restrict test
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
12
13 gui-apps/coreaction/coreaction-4.0.0.ebuild | 5 ++---
14 gui-apps/coreaction/coreaction-9999.ebuild | 5 ++---
15 gui-apps/corearchiver/corearchiver-4.0.0.ebuild | 5 ++---
16 gui-apps/corearchiver/corearchiver-9999.ebuild | 5 ++---
17 gui-apps/corefm/corefm-4.0.0-r1.ebuild | 5 ++---
18 gui-apps/corefm/corefm-9999.ebuild | 5 ++---
19 gui-apps/coregarage/coregarage-4.0.0.ebuild | 5 ++---
20 gui-apps/coregarage/coregarage-9999.ebuild | 5 ++---
21 gui-apps/corehunt/corehunt-4.0.0.ebuild | 5 ++---
22 gui-apps/corehunt/corehunt-9999.ebuild | 5 ++---
23 gui-apps/coreimage/coreimage-4.0.0.ebuild | 5 ++---
24 gui-apps/coreimage/coreimage-9999.ebuild | 5 ++---
25 gui-apps/coreinfo/coreinfo-4.0.0.ebuild | 5 ++---
26 gui-apps/coreinfo/coreinfo-9999.ebuild | 5 ++---
27 gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild | 5 ++---
28 gui-apps/corekeyboard/corekeyboard-9999.ebuild | 5 ++---
29 gui-apps/corepad/corepad-4.0.0.ebuild | 5 ++---
30 gui-apps/corepad/corepad-9999.ebuild | 5 ++---
31 gui-apps/corepaint/corepaint-4.0.0.ebuild | 5 ++---
32 gui-apps/corepaint/corepaint-9999.ebuild | 5 ++---
33 gui-apps/corepdf/corepdf-4.0.0.ebuild | 5 ++---
34 gui-apps/corepdf/corepdf-9999.ebuild | 5 ++---
35 gui-apps/corerenamer/corerenamer-4.0.0.ebuild | 5 ++---
36 gui-apps/corerenamer/corerenamer-9999.ebuild | 5 ++---
37 gui-apps/coreshot/coreshot-4.0.0.ebuild | 5 ++---
38 gui-apps/coreshot/coreshot-9999.ebuild | 5 ++---
39 gui-apps/corestats/corestats-4.0.0.ebuild | 5 ++---
40 gui-apps/corestats/corestats-9999.ebuild | 5 ++---
41 gui-apps/corestuff/corestuff-4.0.0.ebuild | 5 ++---
42 gui-apps/corestuff/corestuff-9999.ebuild | 5 ++---
43 gui-apps/coreterminal/coreterminal-4.0.0.ebuild | 5 ++---
44 gui-apps/coreterminal/coreterminal-9999.ebuild | 5 ++---
45 gui-apps/coretime/coretime-4.0.0.ebuild | 5 ++---
46 gui-apps/coretime/coretime-9999.ebuild | 5 ++---
47 gui-apps/coretoppings/coretoppings-4.0.0.ebuild | 4 ++--
48 35 files changed, 70 insertions(+), 104 deletions(-)
49
50 diff --git a/gui-apps/coreaction/coreaction-4.0.0.ebuild b/gui-apps/coreaction/coreaction-4.0.0.ebuild
51 index 319524d1..4c9b32e6 100644
52 --- a/gui-apps/coreaction/coreaction-4.0.0.ebuild
53 +++ b/gui-apps/coreaction/coreaction-4.0.0.ebuild
54 @@ -3,7 +3,7 @@
55
56 EAPI=7
57
58 -inherit eutils qmake-utils xdg
59 +inherit qmake-utils xdg
60
61 DESCRIPTION="A side bar for showing widgets for C Suite"
62 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction"
63 @@ -17,10 +17,9 @@ else
64 S="${WORKDIR}/${PN}-v${PV}"
65 fi
66
67 -RESTRICT="mirror"
68 +RESTRICT="mirror test"
69 LICENSE="GPL-3"
70 SLOT="0"
71 -IUSE=""
72
73 DEPEND="
74 dev-qt/qtsvg
75
76 diff --git a/gui-apps/coreaction/coreaction-9999.ebuild b/gui-apps/coreaction/coreaction-9999.ebuild
77 index 319524d1..4c9b32e6 100644
78 --- a/gui-apps/coreaction/coreaction-9999.ebuild
79 +++ b/gui-apps/coreaction/coreaction-9999.ebuild
80 @@ -3,7 +3,7 @@
81
82 EAPI=7
83
84 -inherit eutils qmake-utils xdg
85 +inherit qmake-utils xdg
86
87 DESCRIPTION="A side bar for showing widgets for C Suite"
88 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction"
89 @@ -17,10 +17,9 @@ else
90 S="${WORKDIR}/${PN}-v${PV}"
91 fi
92
93 -RESTRICT="mirror"
94 +RESTRICT="mirror test"
95 LICENSE="GPL-3"
96 SLOT="0"
97 -IUSE=""
98
99 DEPEND="
100 dev-qt/qtsvg
101
102 diff --git a/gui-apps/corearchiver/corearchiver-4.0.0.ebuild b/gui-apps/corearchiver/corearchiver-4.0.0.ebuild
103 index 7a040c29..34e00c59 100644
104 --- a/gui-apps/corearchiver/corearchiver-4.0.0.ebuild
105 +++ b/gui-apps/corearchiver/corearchiver-4.0.0.ebuild
106 @@ -3,7 +3,7 @@
107
108 EAPI=7
109
110 -inherit eutils qmake-utils xdg
111 +inherit qmake-utils xdg
112
113 DESCRIPTION="Archiver for C Suite, to create and extract archives"
114 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver"
115 @@ -17,10 +17,9 @@ else
116 S="${WORKDIR}/${PN}-v${PV}"
117 fi
118
119 -RESTRICT="mirror"
120 +RESTRICT="mirror test"
121 LICENSE="GPL-3"
122 SLOT="0"
123 -IUSE=""
124
125 DEPEND="
126 app-arch/libarchive-qt
127
128 diff --git a/gui-apps/corearchiver/corearchiver-9999.ebuild b/gui-apps/corearchiver/corearchiver-9999.ebuild
129 index 7a040c29..34e00c59 100644
130 --- a/gui-apps/corearchiver/corearchiver-9999.ebuild
131 +++ b/gui-apps/corearchiver/corearchiver-9999.ebuild
132 @@ -3,7 +3,7 @@
133
134 EAPI=7
135
136 -inherit eutils qmake-utils xdg
137 +inherit qmake-utils xdg
138
139 DESCRIPTION="Archiver for C Suite, to create and extract archives"
140 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver"
141 @@ -17,10 +17,9 @@ else
142 S="${WORKDIR}/${PN}-v${PV}"
143 fi
144
145 -RESTRICT="mirror"
146 +RESTRICT="mirror test"
147 LICENSE="GPL-3"
148 SLOT="0"
149 -IUSE=""
150
151 DEPEND="
152 app-arch/libarchive-qt
153
154 diff --git a/gui-apps/corefm/corefm-4.0.0-r1.ebuild b/gui-apps/corefm/corefm-4.0.0-r1.ebuild
155 index f3bc53f1..f1f67a4f 100644
156 --- a/gui-apps/corefm/corefm-4.0.0-r1.ebuild
157 +++ b/gui-apps/corefm/corefm-4.0.0-r1.ebuild
158 @@ -3,7 +3,7 @@
159
160 EAPI=7
161
162 -inherit eutils qmake-utils xdg
163 +inherit qmake-utils xdg
164
165 DESCRIPTION="A lightweight file-manager for C Suite"
166 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm"
167 @@ -17,10 +17,9 @@ else
168 S="${WORKDIR}/${PN}-v${PV}"
169 fi
170
171 -RESTRICT="mirror"
172 +RESTRICT="mirror test"
173 LICENSE="GPL-3"
174 SLOT="0"
175 -IUSE=""
176
177 DEPEND="
178 dev-qt/qtconcurrent:5=
179
180 diff --git a/gui-apps/corefm/corefm-9999.ebuild b/gui-apps/corefm/corefm-9999.ebuild
181 index d3c081cc..a3a4a022 100644
182 --- a/gui-apps/corefm/corefm-9999.ebuild
183 +++ b/gui-apps/corefm/corefm-9999.ebuild
184 @@ -3,7 +3,7 @@
185
186 EAPI=7
187
188 -inherit eutils qmake-utils xdg
189 +inherit qmake-utils xdg
190
191 DESCRIPTION="A lightweight file-manager for C Suite"
192 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm"
193 @@ -17,10 +17,9 @@ else
194 S="${WORKDIR}/${PN}-v${PV}"
195 fi
196
197 -RESTRICT="mirror"
198 +RESTRICT="mirror test"
199 LICENSE="GPL-3"
200 SLOT="0"
201 -IUSE=""
202
203 DEPEND="
204 dev-qt/qtconcurrent:5=
205
206 diff --git a/gui-apps/coregarage/coregarage-4.0.0.ebuild b/gui-apps/coregarage/coregarage-4.0.0.ebuild
207 index 261dc8e3..96ab6470 100644
208 --- a/gui-apps/coregarage/coregarage-4.0.0.ebuild
209 +++ b/gui-apps/coregarage/coregarage-4.0.0.ebuild
210 @@ -3,7 +3,7 @@
211
212 EAPI=7
213
214 -inherit eutils qmake-utils xdg
215 +inherit qmake-utils xdg
216
217 DESCRIPTION="A settings manager for C Suite"
218 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
219 @@ -17,10 +17,9 @@ else
220 S="${WORKDIR}/${PN}-v${PV}"
221 fi
222
223 -RESTRICT="mirror"
224 +RESTRICT="mirror test"
225 LICENSE="GPL-3"
226 SLOT="0"
227 -IUSE=""
228
229 DEPEND="
230 app-arch/libarchive-qt
231
232 diff --git a/gui-apps/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild
233 index 261dc8e3..96ab6470 100644
234 --- a/gui-apps/coregarage/coregarage-9999.ebuild
235 +++ b/gui-apps/coregarage/coregarage-9999.ebuild
236 @@ -3,7 +3,7 @@
237
238 EAPI=7
239
240 -inherit eutils qmake-utils xdg
241 +inherit qmake-utils xdg
242
243 DESCRIPTION="A settings manager for C Suite"
244 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
245 @@ -17,10 +17,9 @@ else
246 S="${WORKDIR}/${PN}-v${PV}"
247 fi
248
249 -RESTRICT="mirror"
250 +RESTRICT="mirror test"
251 LICENSE="GPL-3"
252 SLOT="0"
253 -IUSE=""
254
255 DEPEND="
256 app-arch/libarchive-qt
257
258 diff --git a/gui-apps/corehunt/corehunt-4.0.0.ebuild b/gui-apps/corehunt/corehunt-4.0.0.ebuild
259 index bc1481a1..5bbfcd56 100644
260 --- a/gui-apps/corehunt/corehunt-4.0.0.ebuild
261 +++ b/gui-apps/corehunt/corehunt-4.0.0.ebuild
262 @@ -3,7 +3,7 @@
263
264 EAPI=7
265
266 -inherit eutils qmake-utils xdg
267 +inherit qmake-utils xdg
268
269 DESCRIPTION="A file finder utility for C Suite"
270 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
271 @@ -17,10 +17,9 @@ else
272 S="${WORKDIR}/${PN}-v${PV}"
273 fi
274
275 -RESTRICT="mirror"
276 +RESTRICT="mirror test"
277 LICENSE="GPL-3"
278 SLOT="0"
279 -IUSE=""
280
281 DEPEND="
282 dev-qt/qtconcurrent:5
283
284 diff --git a/gui-apps/corehunt/corehunt-9999.ebuild b/gui-apps/corehunt/corehunt-9999.ebuild
285 index bc1481a1..5bbfcd56 100644
286 --- a/gui-apps/corehunt/corehunt-9999.ebuild
287 +++ b/gui-apps/corehunt/corehunt-9999.ebuild
288 @@ -3,7 +3,7 @@
289
290 EAPI=7
291
292 -inherit eutils qmake-utils xdg
293 +inherit qmake-utils xdg
294
295 DESCRIPTION="A file finder utility for C Suite"
296 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corehunt"
297 @@ -17,10 +17,9 @@ else
298 S="${WORKDIR}/${PN}-v${PV}"
299 fi
300
301 -RESTRICT="mirror"
302 +RESTRICT="mirror test"
303 LICENSE="GPL-3"
304 SLOT="0"
305 -IUSE=""
306
307 DEPEND="
308 dev-qt/qtconcurrent:5
309
310 diff --git a/gui-apps/coreimage/coreimage-4.0.0.ebuild b/gui-apps/coreimage/coreimage-4.0.0.ebuild
311 index 65eefe2f..26deac10 100644
312 --- a/gui-apps/coreimage/coreimage-4.0.0.ebuild
313 +++ b/gui-apps/coreimage/coreimage-4.0.0.ebuild
314 @@ -3,7 +3,7 @@
315
316 EAPI=7
317
318 -inherit eutils qmake-utils xdg
319 +inherit qmake-utils xdg
320
321 DESCRIPTION="An image viewer for C Suite"
322 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage"
323 @@ -17,10 +17,9 @@ else
324 S="${WORKDIR}/${PN}-v${PV}"
325 fi
326
327 -RESTRICT="mirror"
328 +RESTRICT="mirror test"
329 LICENSE="GPL-3"
330 SLOT="0"
331 -IUSE=""
332
333 DEPEND="
334 dev-qt/qtconcurrent:5=
335
336 diff --git a/gui-apps/coreimage/coreimage-9999.ebuild b/gui-apps/coreimage/coreimage-9999.ebuild
337 index 65eefe2f..26deac10 100644
338 --- a/gui-apps/coreimage/coreimage-9999.ebuild
339 +++ b/gui-apps/coreimage/coreimage-9999.ebuild
340 @@ -3,7 +3,7 @@
341
342 EAPI=7
343
344 -inherit eutils qmake-utils xdg
345 +inherit qmake-utils xdg
346
347 DESCRIPTION="An image viewer for C Suite"
348 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreimage"
349 @@ -17,10 +17,9 @@ else
350 S="${WORKDIR}/${PN}-v${PV}"
351 fi
352
353 -RESTRICT="mirror"
354 +RESTRICT="mirror test"
355 LICENSE="GPL-3"
356 SLOT="0"
357 -IUSE=""
358
359 DEPEND="
360 dev-qt/qtconcurrent:5=
361
362 diff --git a/gui-apps/coreinfo/coreinfo-4.0.0.ebuild b/gui-apps/coreinfo/coreinfo-4.0.0.ebuild
363 index d2c0a9e9..d0f97f05 100644
364 --- a/gui-apps/coreinfo/coreinfo-4.0.0.ebuild
365 +++ b/gui-apps/coreinfo/coreinfo-4.0.0.ebuild
366 @@ -3,7 +3,7 @@
367
368 EAPI=7
369
370 -inherit eutils qmake-utils xdg
371 +inherit qmake-utils xdg
372
373 DESCRIPTION="A file information tool for C Suite"
374 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo"
375 @@ -17,10 +17,9 @@ else
376 S="${WORKDIR}/${PN}-v${PV}"
377 fi
378
379 -RESTRICT="mirror"
380 +RESTRICT="mirror test"
381 LICENSE="GPL-3"
382 SLOT="0"
383 -IUSE=""
384
385 DEPEND="
386 dev-qt/qtcore:5
387
388 diff --git a/gui-apps/coreinfo/coreinfo-9999.ebuild b/gui-apps/coreinfo/coreinfo-9999.ebuild
389 index d2c0a9e9..d0f97f05 100644
390 --- a/gui-apps/coreinfo/coreinfo-9999.ebuild
391 +++ b/gui-apps/coreinfo/coreinfo-9999.ebuild
392 @@ -3,7 +3,7 @@
393
394 EAPI=7
395
396 -inherit eutils qmake-utils xdg
397 +inherit qmake-utils xdg
398
399 DESCRIPTION="A file information tool for C Suite"
400 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo"
401 @@ -17,10 +17,9 @@ else
402 S="${WORKDIR}/${PN}-v${PV}"
403 fi
404
405 -RESTRICT="mirror"
406 +RESTRICT="mirror test"
407 LICENSE="GPL-3"
408 SLOT="0"
409 -IUSE=""
410
411 DEPEND="
412 dev-qt/qtcore:5
413
414 diff --git a/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild b/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild
415 index 0dd88ece..580cd954 100644
416 --- a/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild
417 +++ b/gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild
418 @@ -3,7 +3,7 @@
419
420 EAPI=7
421
422 -inherit eutils qmake-utils xdg
423 +inherit qmake-utils xdg
424
425 DESCRIPTION="A x11 based virtual keyboard for C Suite"
426 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard"
427 @@ -17,10 +17,9 @@ else
428 S="${WORKDIR}/${PN}-v${PV}"
429 fi
430
431 -RESTRICT="mirror"
432 +RESTRICT="mirror test"
433 LICENSE="GPL-3"
434 SLOT="0"
435 -IUSE=""
436
437 DEPEND="
438 dev-qt/qtcore:5=
439
440 diff --git a/gui-apps/corekeyboard/corekeyboard-9999.ebuild b/gui-apps/corekeyboard/corekeyboard-9999.ebuild
441 index 0dd88ece..580cd954 100644
442 --- a/gui-apps/corekeyboard/corekeyboard-9999.ebuild
443 +++ b/gui-apps/corekeyboard/corekeyboard-9999.ebuild
444 @@ -3,7 +3,7 @@
445
446 EAPI=7
447
448 -inherit eutils qmake-utils xdg
449 +inherit qmake-utils xdg
450
451 DESCRIPTION="A x11 based virtual keyboard for C Suite"
452 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard"
453 @@ -17,10 +17,9 @@ else
454 S="${WORKDIR}/${PN}-v${PV}"
455 fi
456
457 -RESTRICT="mirror"
458 +RESTRICT="mirror test"
459 LICENSE="GPL-3"
460 SLOT="0"
461 -IUSE=""
462
463 DEPEND="
464 dev-qt/qtcore:5=
465
466 diff --git a/gui-apps/corepad/corepad-4.0.0.ebuild b/gui-apps/corepad/corepad-4.0.0.ebuild
467 index df9f3b4b..eef143b8 100644
468 --- a/gui-apps/corepad/corepad-4.0.0.ebuild
469 +++ b/gui-apps/corepad/corepad-4.0.0.ebuild
470 @@ -3,7 +3,7 @@
471
472 EAPI=7
473
474 -inherit eutils qmake-utils xdg
475 +inherit qmake-utils xdg
476
477 DESCRIPTION="A document editor for C Suite"
478 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad"
479 @@ -17,10 +17,9 @@ else
480 S="${WORKDIR}/${PN}-v${PV}"
481 fi
482
483 -RESTRICT="mirror"
484 +RESTRICT="mirror test"
485 LICENSE="GPL-3"
486 SLOT="0"
487 -IUSE=""
488
489 DEPEND="
490 dev-qt/qtcore:5
491
492 diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild
493 index df9f3b4b..eef143b8 100644
494 --- a/gui-apps/corepad/corepad-9999.ebuild
495 +++ b/gui-apps/corepad/corepad-9999.ebuild
496 @@ -3,7 +3,7 @@
497
498 EAPI=7
499
500 -inherit eutils qmake-utils xdg
501 +inherit qmake-utils xdg
502
503 DESCRIPTION="A document editor for C Suite"
504 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepad"
505 @@ -17,10 +17,9 @@ else
506 S="${WORKDIR}/${PN}-v${PV}"
507 fi
508
509 -RESTRICT="mirror"
510 +RESTRICT="mirror test"
511 LICENSE="GPL-3"
512 SLOT="0"
513 -IUSE=""
514
515 DEPEND="
516 dev-qt/qtcore:5
517
518 diff --git a/gui-apps/corepaint/corepaint-4.0.0.ebuild b/gui-apps/corepaint/corepaint-4.0.0.ebuild
519 index 3b555abc..cfd9a623 100644
520 --- a/gui-apps/corepaint/corepaint-4.0.0.ebuild
521 +++ b/gui-apps/corepaint/corepaint-4.0.0.ebuild
522 @@ -3,7 +3,7 @@
523
524 EAPI=7
525
526 -inherit eutils qmake-utils xdg
527 +inherit qmake-utils xdg
528
529 DESCRIPTION="A paint app for C Suite"
530 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
531 @@ -17,10 +17,9 @@ else
532 S="${WORKDIR}/${PN}-v${PV}"
533 fi
534
535 -RESTRICT="mirror"
536 +RESTRICT="mirror test"
537 LICENSE="GPL-3"
538 SLOT="0"
539 -IUSE=""
540
541 DEPEND="
542 dev-qt/qtcore:5
543
544 diff --git a/gui-apps/corepaint/corepaint-9999.ebuild b/gui-apps/corepaint/corepaint-9999.ebuild
545 index 3b555abc..cfd9a623 100644
546 --- a/gui-apps/corepaint/corepaint-9999.ebuild
547 +++ b/gui-apps/corepaint/corepaint-9999.ebuild
548 @@ -3,7 +3,7 @@
549
550 EAPI=7
551
552 -inherit eutils qmake-utils xdg
553 +inherit qmake-utils xdg
554
555 DESCRIPTION="A paint app for C Suite"
556 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepaint"
557 @@ -17,10 +17,9 @@ else
558 S="${WORKDIR}/${PN}-v${PV}"
559 fi
560
561 -RESTRICT="mirror"
562 +RESTRICT="mirror test"
563 LICENSE="GPL-3"
564 SLOT="0"
565 -IUSE=""
566
567 DEPEND="
568 dev-qt/qtcore:5
569
570 diff --git a/gui-apps/corepdf/corepdf-4.0.0.ebuild b/gui-apps/corepdf/corepdf-4.0.0.ebuild
571 index 2d2dadda..254b0c7e 100644
572 --- a/gui-apps/corepdf/corepdf-4.0.0.ebuild
573 +++ b/gui-apps/corepdf/corepdf-4.0.0.ebuild
574 @@ -3,7 +3,7 @@
575
576 EAPI=7
577
578 -inherit eutils qmake-utils xdg
579 +inherit qmake-utils xdg
580
581 DESCRIPTION="A PDF viewer for C Suite"
582 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf"
583 @@ -17,10 +17,9 @@ else
584 S="${WORKDIR}/${PN}-v${PV}"
585 fi
586
587 -RESTRICT="mirror"
588 +RESTRICT="mirror test"
589 LICENSE="GPL-3"
590 SLOT="0"
591 -IUSE=""
592
593 DEPEND="
594 app-text/poppler[qt5]
595
596 diff --git a/gui-apps/corepdf/corepdf-9999.ebuild b/gui-apps/corepdf/corepdf-9999.ebuild
597 index 2d2dadda..254b0c7e 100644
598 --- a/gui-apps/corepdf/corepdf-9999.ebuild
599 +++ b/gui-apps/corepdf/corepdf-9999.ebuild
600 @@ -3,7 +3,7 @@
601
602 EAPI=7
603
604 -inherit eutils qmake-utils xdg
605 +inherit qmake-utils xdg
606
607 DESCRIPTION="A PDF viewer for C Suite"
608 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepdf"
609 @@ -17,10 +17,9 @@ else
610 S="${WORKDIR}/${PN}-v${PV}"
611 fi
612
613 -RESTRICT="mirror"
614 +RESTRICT="mirror test"
615 LICENSE="GPL-3"
616 SLOT="0"
617 -IUSE=""
618
619 DEPEND="
620 app-text/poppler[qt5]
621
622 diff --git a/gui-apps/corerenamer/corerenamer-4.0.0.ebuild b/gui-apps/corerenamer/corerenamer-4.0.0.ebuild
623 index f1a9b147..b9c239e3 100644
624 --- a/gui-apps/corerenamer/corerenamer-4.0.0.ebuild
625 +++ b/gui-apps/corerenamer/corerenamer-4.0.0.ebuild
626 @@ -3,7 +3,7 @@
627
628 EAPI=7
629
630 -inherit eutils qmake-utils xdg
631 +inherit qmake-utils xdg
632
633 DESCRIPTION="A batch file renamer for C Suite"
634 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer"
635 @@ -17,10 +17,9 @@ else
636 S="${WORKDIR}/${PN}-v${PV}"
637 fi
638
639 -RESTRICT="mirror"
640 +RESTRICT="mirror test"
641 LICENSE="GPL-3"
642 SLOT="0"
643 -IUSE=""
644
645 DEPEND="
646 dev-qt/qtcore:5
647
648 diff --git a/gui-apps/corerenamer/corerenamer-9999.ebuild b/gui-apps/corerenamer/corerenamer-9999.ebuild
649 index f1a9b147..b9c239e3 100644
650 --- a/gui-apps/corerenamer/corerenamer-9999.ebuild
651 +++ b/gui-apps/corerenamer/corerenamer-9999.ebuild
652 @@ -3,7 +3,7 @@
653
654 EAPI=7
655
656 -inherit eutils qmake-utils xdg
657 +inherit qmake-utils xdg
658
659 DESCRIPTION="A batch file renamer for C Suite"
660 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corerenamer"
661 @@ -17,10 +17,9 @@ else
662 S="${WORKDIR}/${PN}-v${PV}"
663 fi
664
665 -RESTRICT="mirror"
666 +RESTRICT="mirror test"
667 LICENSE="GPL-3"
668 SLOT="0"
669 -IUSE=""
670
671 DEPEND="
672 dev-qt/qtcore:5
673
674 diff --git a/gui-apps/coreshot/coreshot-4.0.0.ebuild b/gui-apps/coreshot/coreshot-4.0.0.ebuild
675 index b1fa5d6f..71463c1d 100644
676 --- a/gui-apps/coreshot/coreshot-4.0.0.ebuild
677 +++ b/gui-apps/coreshot/coreshot-4.0.0.ebuild
678 @@ -3,7 +3,7 @@
679
680 EAPI=7
681
682 -inherit eutils qmake-utils xdg
683 +inherit qmake-utils xdg
684
685 DESCRIPTION="A screen capture utility for C Suite"
686 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
687 @@ -17,10 +17,9 @@ else
688 S="${WORKDIR}/${PN}-v${PV}"
689 fi
690
691 -RESTRICT="mirror"
692 +RESTRICT="mirror test"
693 LICENSE="GPL-3"
694 SLOT="0"
695 -IUSE=""
696
697 DEPEND="
698 dev-qt/qtcore:5
699
700 diff --git a/gui-apps/coreshot/coreshot-9999.ebuild b/gui-apps/coreshot/coreshot-9999.ebuild
701 index b1fa5d6f..71463c1d 100644
702 --- a/gui-apps/coreshot/coreshot-9999.ebuild
703 +++ b/gui-apps/coreshot/coreshot-9999.ebuild
704 @@ -3,7 +3,7 @@
705
706 EAPI=7
707
708 -inherit eutils qmake-utils xdg
709 +inherit qmake-utils xdg
710
711 DESCRIPTION="A screen capture utility for C Suite"
712 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot"
713 @@ -17,10 +17,9 @@ else
714 S="${WORKDIR}/${PN}-v${PV}"
715 fi
716
717 -RESTRICT="mirror"
718 +RESTRICT="mirror test"
719 LICENSE="GPL-3"
720 SLOT="0"
721 -IUSE=""
722
723 DEPEND="
724 dev-qt/qtcore:5
725
726 diff --git a/gui-apps/corestats/corestats-4.0.0.ebuild b/gui-apps/corestats/corestats-4.0.0.ebuild
727 index 0353a368..09a30f9f 100644
728 --- a/gui-apps/corestats/corestats-4.0.0.ebuild
729 +++ b/gui-apps/corestats/corestats-4.0.0.ebuild
730 @@ -3,7 +3,7 @@
731
732 EAPI=7
733
734 -inherit eutils qmake-utils xdg
735 +inherit qmake-utils xdg
736
737 DESCRIPTION="A system resource viewer for C Suite"
738 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats"
739 @@ -17,10 +17,9 @@ else
740 S="${WORKDIR}/${PN}-v${PV}"
741 fi
742
743 -RESTRICT="mirror"
744 +RESTRICT="mirror test"
745 LICENSE="GPL-3"
746 SLOT="0"
747 -IUSE=""
748
749 DEPEND="
750 dev-qt/qtcore:5
751
752 diff --git a/gui-apps/corestats/corestats-9999.ebuild b/gui-apps/corestats/corestats-9999.ebuild
753 index 0353a368..09a30f9f 100644
754 --- a/gui-apps/corestats/corestats-9999.ebuild
755 +++ b/gui-apps/corestats/corestats-9999.ebuild
756 @@ -3,7 +3,7 @@
757
758 EAPI=7
759
760 -inherit eutils qmake-utils xdg
761 +inherit qmake-utils xdg
762
763 DESCRIPTION="A system resource viewer for C Suite"
764 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestats"
765 @@ -17,10 +17,9 @@ else
766 S="${WORKDIR}/${PN}-v${PV}"
767 fi
768
769 -RESTRICT="mirror"
770 +RESTRICT="mirror test"
771 LICENSE="GPL-3"
772 SLOT="0"
773 -IUSE=""
774
775 DEPEND="
776 dev-qt/qtcore:5
777
778 diff --git a/gui-apps/corestuff/corestuff-4.0.0.ebuild b/gui-apps/corestuff/corestuff-4.0.0.ebuild
779 index 9713878b..e4687406 100644
780 --- a/gui-apps/corestuff/corestuff-4.0.0.ebuild
781 +++ b/gui-apps/corestuff/corestuff-4.0.0.ebuild
782 @@ -3,7 +3,7 @@
783
784 EAPI=7
785
786 -inherit eutils qmake-utils xdg
787 +inherit qmake-utils xdg
788
789 DESCRIPTION="An activity viewer for C Suite"
790 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
791 @@ -17,10 +17,9 @@ else
792 S="${WORKDIR}/${PN}-v${PV}"
793 fi
794
795 -RESTRICT="mirror"
796 +RESTRICT="mirror test"
797 LICENSE="GPL-3"
798 SLOT="0"
799 -IUSE=""
800
801 DEPEND="
802 dev-qt/qtx11extras:5
803
804 diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild
805 index 9713878b..e4687406 100644
806 --- a/gui-apps/corestuff/corestuff-9999.ebuild
807 +++ b/gui-apps/corestuff/corestuff-9999.ebuild
808 @@ -3,7 +3,7 @@
809
810 EAPI=7
811
812 -inherit eutils qmake-utils xdg
813 +inherit qmake-utils xdg
814
815 DESCRIPTION="An activity viewer for C Suite"
816 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
817 @@ -17,10 +17,9 @@ else
818 S="${WORKDIR}/${PN}-v${PV}"
819 fi
820
821 -RESTRICT="mirror"
822 +RESTRICT="mirror test"
823 LICENSE="GPL-3"
824 SLOT="0"
825 -IUSE=""
826
827 DEPEND="
828 dev-qt/qtx11extras:5
829
830 diff --git a/gui-apps/coreterminal/coreterminal-4.0.0.ebuild b/gui-apps/coreterminal/coreterminal-4.0.0.ebuild
831 index 6c71bd5d..5ae23ae7 100644
832 --- a/gui-apps/coreterminal/coreterminal-4.0.0.ebuild
833 +++ b/gui-apps/coreterminal/coreterminal-4.0.0.ebuild
834 @@ -3,7 +3,7 @@
835
836 EAPI=7
837
838 -inherit eutils qmake-utils xdg
839 +inherit qmake-utils xdg
840
841 DESCRIPTION="A terminal emulator for C Suite"
842 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal"
843 @@ -17,10 +17,9 @@ else
844 S="${WORKDIR}/${PN}-v${PV}"
845 fi
846
847 -RESTRICT="mirror"
848 +RESTRICT="mirror test"
849 LICENSE="GPL-3"
850 SLOT="0"
851 -IUSE=""
852
853 DEPEND="
854 dev-qt/qtcore:5=
855
856 diff --git a/gui-apps/coreterminal/coreterminal-9999.ebuild b/gui-apps/coreterminal/coreterminal-9999.ebuild
857 index 6c71bd5d..5ae23ae7 100644
858 --- a/gui-apps/coreterminal/coreterminal-9999.ebuild
859 +++ b/gui-apps/coreterminal/coreterminal-9999.ebuild
860 @@ -3,7 +3,7 @@
861
862 EAPI=7
863
864 -inherit eutils qmake-utils xdg
865 +inherit qmake-utils xdg
866
867 DESCRIPTION="A terminal emulator for C Suite"
868 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal"
869 @@ -17,10 +17,9 @@ else
870 S="${WORKDIR}/${PN}-v${PV}"
871 fi
872
873 -RESTRICT="mirror"
874 +RESTRICT="mirror test"
875 LICENSE="GPL-3"
876 SLOT="0"
877 -IUSE=""
878
879 DEPEND="
880 dev-qt/qtcore:5=
881
882 diff --git a/gui-apps/coretime/coretime-4.0.0.ebuild b/gui-apps/coretime/coretime-4.0.0.ebuild
883 index ebd5bc0b..2eee3607 100644
884 --- a/gui-apps/coretime/coretime-4.0.0.ebuild
885 +++ b/gui-apps/coretime/coretime-4.0.0.ebuild
886 @@ -3,7 +3,7 @@
887
888 EAPI=7
889
890 -inherit eutils qmake-utils xdg
891 +inherit qmake-utils xdg
892
893 DESCRIPTION="A time related task manager for C Suite"
894 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
895 @@ -17,10 +17,9 @@ else
896 S="${WORKDIR}/${PN}-v${PV}"
897 fi
898
899 -RESTRICT="mirror"
900 +RESTRICT="mirror test"
901 LICENSE="GPL-3"
902 SLOT="0"
903 -IUSE=""
904
905 DEPEND="
906 dev-qt/qtcore:5
907
908 diff --git a/gui-apps/coretime/coretime-9999.ebuild b/gui-apps/coretime/coretime-9999.ebuild
909 index 642a9438..cf61afc5 100644
910 --- a/gui-apps/coretime/coretime-9999.ebuild
911 +++ b/gui-apps/coretime/coretime-9999.ebuild
912 @@ -3,7 +3,7 @@
913
914 EAPI=7
915
916 -inherit eutils qmake-utils xdg
917 +inherit qmake-utils xdg
918
919 DESCRIPTION="A time related task manager for C Suite"
920 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretime"
921 @@ -17,10 +17,9 @@ else
922 S="${WORKDIR}/${PN}-v${PV}"
923 fi
924
925 -RESTRICT="mirror"
926 +RESTRICT="mirror test"
927 LICENSE="GPL-3"
928 SLOT="0"
929 -IUSE=""
930
931 DEPEND="
932 dev-qt/qtcore:5
933
934 diff --git a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
935 index afc00559..8bee6114 100644
936 --- a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
937 +++ b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
938 @@ -3,7 +3,7 @@
939
940 EAPI=7
941
942 -inherit eutils qmake-utils xdg
943 +inherit qmake-utils xdg
944
945 DESCRIPTION="Additional features, plugins, widgets etc for C Suite"
946 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings"
947 @@ -17,7 +17,7 @@ else
948 S="${WORKDIR}/${PN}-v${PV}"
949 fi
950
951 -RESTRICT="mirror"
952 +RESTRICT="mirror test"
953 LICENSE="GPL-3"
954 SLOT="0"
955 IUSE="location pulseaudio"