Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/, kde-apps/kppp/, kde-apps/jovie/, kde-apps/kscd/, ...
Date: Sat, 22 Jul 2017 16:11:54
Message-Id: 1500738954.22ae4cb7609388617a20331e42d7a0833d23c69b.asturm@gentoo
1 commit: 22ae4cb7609388617a20331e42d7a0833d23c69b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 22 14:55:35 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 22 15:55:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=22ae4cb7
7
8 kde-apps: Drop slot 4 live ebuilds
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 kde-apps/jovie/jovie-9999.ebuild | 17 ---
13 kde-apps/juk/juk-9999.ebuild | 28 ----
14 kde-apps/kaccessible/kaccessible-9999.ebuild | 20 ---
15 kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild | 20 ---
16 kde-apps/kfilereplace/kfilereplace-9999.ebuild | 12 --
17 kde-apps/kget/kget-9999.ebuild | 36 -----
18 .../kimagemapeditor/kimagemapeditor-9999.ebuild | 12 --
19 kde-apps/klinkstatus/klinkstatus-9999.ebuild | 34 -----
20 kde-apps/kmouth/kmouth-9999.ebuild | 12 --
21 kde-apps/kolf/kolf-9999.ebuild | 21 ---
22 kde-apps/kopete/kopete-9999.ebuild | 165 ---------------------
23 kde-apps/kppp/kppp-9999.ebuild | 16 --
24 kde-apps/kremotecontrol/kremotecontrol-9999.ebuild | 17 ---
25 kde-apps/ksaneplugin/ksaneplugin-9999.ebuild | 15 --
26 kde-apps/kscd/kscd-9999.ebuild | 17 ---
27 kde-apps/ksirk/ksirk-9999.ebuild | 23 ---
28 kde-apps/palapeli/palapeli-9999.ebuild | 15 --
29 kde-apps/sweeper/sweeper-9999.ebuild | 13 --
30 .../zeroconf-ioslave/zeroconf-ioslave-9999.ebuild | 10 --
31 19 files changed, 503 deletions(-)
32
33 diff --git a/kde-apps/jovie/jovie-9999.ebuild b/kde-apps/jovie/jovie-9999.ebuild
34 deleted file mode 100644
35 index f16e2ea1e7..0000000000
36 --- a/kde-apps/jovie/jovie-9999.ebuild
37 +++ /dev/null
38 @@ -1,17 +0,0 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=6
43 -
44 -KDE_HANDBOOK="optional"
45 -inherit kde4-base
46 -
47 -DESCRIPTION="Text to speech application"
48 -HOMEPAGE="https://www.kde.org/applications/utilities/jovie/"
49 -KEYWORDS=""
50 -IUSE="debug"
51 -
52 -DEPEND="
53 - app-accessibility/speech-dispatcher
54 -"
55 -RDEPEND="${DEPEND}"
56
57 diff --git a/kde-apps/juk/juk-9999.ebuild b/kde-apps/juk/juk-9999.ebuild
58 deleted file mode 100644
59 index c73f04ff61..0000000000
60 --- a/kde-apps/juk/juk-9999.ebuild
61 +++ /dev/null
62 @@ -1,28 +0,0 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -
68 -# QT3SUPPORT_REQUIRED
69 -KDE_HANDBOOK="optional"
70 -inherit kde4-base
71 -
72 -DESCRIPTION="Jukebox and music manager by KDE"
73 -HOMEPAGE="https://www.kde.org/applications/multimedia/juk/"
74 -KEYWORDS=""
75 -IUSE="debug"
76 -
77 -DEPEND="
78 - media-libs/phonon[qt4]
79 - >=media-libs/taglib-1.6
80 -"
81 -RDEPEND="${DEPEND}"
82 -
83 -src_configure() {
84 - # bug 410551: for disabling deprecated TunePimp support
85 - local mycmakeargs=(
86 - -DWITH_TunePimp=OFF
87 - )
88 -
89 - kde4-base_src_configure
90 -}
91
92 diff --git a/kde-apps/kaccessible/kaccessible-9999.ebuild b/kde-apps/kaccessible/kaccessible-9999.ebuild
93 deleted file mode 100644
94 index 1245b31804..0000000000
95 --- a/kde-apps/kaccessible/kaccessible-9999.ebuild
96 +++ /dev/null
97 @@ -1,20 +0,0 @@
98 -# Copyright 1999-2017 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -
103 -inherit kde4-base
104 -
105 -DESCRIPTION="Provides accessibility services like focus tracking"
106 -KEYWORDS=""
107 -IUSE="debug +speechd"
108 -
109 -DEPEND="speechd? ( app-accessibility/speech-dispatcher )"
110 -RDEPEND=${DEPEND}
111 -
112 -src_configure() {
113 - local mycmakeargs=(
114 - -DWITH_Speechd=$(usex speechd)
115 - )
116 - kde4-base_src_configure
117 -}
118
119 diff --git a/kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild b/kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild
120 deleted file mode 100644
121 index c3241e72d1..0000000000
122 --- a/kde-apps/kdewebdev-meta/kdewebdev-meta-9999.ebuild
123 +++ /dev/null
124 @@ -1,20 +0,0 @@
125 -# Copyright 1999-2017 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=6
129 -
130 -inherit kde5-meta-pkg
131 -
132 -DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages"
133 -KEYWORDS=""
134 -IUSE="nls"
135 -
136 -[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
137 -
138 -# FIXME: Add back when ported
139 -# $(add_kdeapps_dep klinkstatus)
140 -RDEPEND="
141 - $(add_kdeapps_dep kfilereplace)
142 - $(add_kdeapps_dep kimagemapeditor)
143 - nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
144 -"
145
146 diff --git a/kde-apps/kfilereplace/kfilereplace-9999.ebuild b/kde-apps/kfilereplace/kfilereplace-9999.ebuild
147 deleted file mode 100644
148 index dcbe4dde67..0000000000
149 --- a/kde-apps/kfilereplace/kfilereplace-9999.ebuild
150 +++ /dev/null
151 @@ -1,12 +0,0 @@
152 -# Copyright 1999-2017 Gentoo Foundation
153 -# Distributed under the terms of the GNU General Public License v2
154 -
155 -EAPI=6
156 -
157 -KDE_HANDBOOK="optional"
158 -inherit kde4-base
159 -
160 -DESCRIPTION="Powerful tool to search and replace in multiple files"
161 -HOMEPAGE="https://www.kde.org/applications/utilities/kfilereplace/"
162 -KEYWORDS=""
163 -IUSE="debug"
164
165 diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild
166 deleted file mode 100644
167 index ba329ed752..0000000000
168 --- a/kde-apps/kget/kget-9999.ebuild
169 +++ /dev/null
170 @@ -1,36 +0,0 @@
171 -# Copyright 1999-2017 Gentoo Foundation
172 -# Distributed under the terms of the GNU General Public License v2
173 -
174 -EAPI=6
175 -
176 -KDE_HANDBOOK="optional"
177 -inherit kde4-base
178 -
179 -DESCRIPTION="Advanced download manager by KDE"
180 -HOMEPAGE="https://www.kde.org/applications/internet/kget/"
181 -KEYWORDS=""
182 -IUSE="debug bittorrent mms sqlite"
183 -
184 -RDEPEND="
185 - app-crypt/qca:2[qt4]
186 - bittorrent? ( >=net-libs/libktorrent-1.0.3:4 )
187 - mms? ( media-libs/libmms )
188 - sqlite? ( dev-db/sqlite:3 )
189 -"
190 -DEPEND="${RDEPEND}
191 - dev-libs/boost
192 -"
193 -
194 -src_configure() {
195 - local mycmakeargs=(
196 - -DWITH_KDE4Workspace=OFF
197 - -DWITH_NepomukCore=OFF
198 - -DWITH_NepomukWidgets=OFF
199 - -DWITH_QGpgme=OFF
200 - -DWITH_KTorrent=$(usex bittorrent)
201 - -DWITH_LibMms=$(usex mms)
202 - -DWITH_Sqlite=$(usex sqlite)
203 - )
204 -
205 - kde4-base_src_configure
206 -}
207
208 diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild
209 deleted file mode 100644
210 index acfa34d714..0000000000
211 --- a/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild
212 +++ /dev/null
213 @@ -1,12 +0,0 @@
214 -# Copyright 1999-2017 Gentoo Foundation
215 -# Distributed under the terms of the GNU General Public License v2
216 -
217 -EAPI=6
218 -
219 -KDE_HANDBOOK="optional"
220 -inherit kde4-base
221 -
222 -DESCRIPTION="KDE web development - image map editor"
223 -HOMEPAGE="https://www.kde.org/applications/development/kimagemapeditor/"
224 -KEYWORDS=""
225 -IUSE="debug"
226
227 diff --git a/kde-apps/klinkstatus/klinkstatus-9999.ebuild b/kde-apps/klinkstatus/klinkstatus-9999.ebuild
228 deleted file mode 100644
229 index 519bb0023a..0000000000
230 --- a/kde-apps/klinkstatus/klinkstatus-9999.ebuild
231 +++ /dev/null
232 @@ -1,34 +0,0 @@
233 -# Copyright 1999-2017 Gentoo Foundation
234 -# Distributed under the terms of the GNU General Public License v2
235 -
236 -EAPI=6
237 -
238 -KDE_HANDBOOK="optional"
239 -inherit kde4-base
240 -
241 -DESCRIPTION="KDE web development - link validity checker"
242 -HOMEPAGE="https://www.kde.org/applications/development/klinkstatus/"
243 -KEYWORDS=""
244 -IUSE="debug tidy"
245 -
246 -DEPEND="
247 - $(add_kdeapps_dep kdepimlibs)
248 - tidy? ( app-text/htmltidy )
249 -"
250 -RDEPEND="${DEPEND}"
251 -
252 -src_configure() {
253 - local mycmakeargs=(
254 - -DWITH_LibTidy=$(usex tidy)
255 - )
256 -
257 - kde4-base_src_configure
258 -}
259 -
260 -pkg_postinst() {
261 - kde4-base_pkg_postinst
262 -
263 - if ! has_version dev-lang/ruby ; then
264 - elog "To use scripting in ${PN}, install dev-lang/ruby."
265 - fi
266 -}
267
268 diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
269 deleted file mode 100644
270 index 8a0816927f..0000000000
271 --- a/kde-apps/kmouth/kmouth-9999.ebuild
272 +++ /dev/null
273 @@ -1,12 +0,0 @@
274 -# Copyright 1999-2017 Gentoo Foundation
275 -# Distributed under the terms of the GNU General Public License v2
276 -
277 -EAPI=6
278 -
279 -KDE_HANDBOOK="optional"
280 -inherit kde4-base
281 -
282 -DESCRIPTION="Text-to-speech synthesizer front end"
283 -HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
284 -KEYWORDS=""
285 -IUSE="debug"
286
287 diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild
288 deleted file mode 100644
289 index d8196df80b..0000000000
290 --- a/kde-apps/kolf/kolf-9999.ebuild
291 +++ /dev/null
292 @@ -1,21 +0,0 @@
293 -# Copyright 1999-2017 Gentoo Foundation
294 -# Distributed under the terms of the GNU General Public License v2
295 -
296 -EAPI=6
297 -
298 -KDE_HANDBOOK="optional"
299 -KDE_SELINUX_MODULE="games"
300 -inherit kde4-base
301 -
302 -DESCRIPTION="Minigolf Game by KDE"
303 -HOMEPAGE="
304 - https://www.kde.org/applications/games/kolf/
305 - https://games.kde.org/game.php?game=kolf
306 -"
307 -KEYWORDS=""
308 -IUSE="debug"
309 -
310 -DEPEND="
311 - $(add_kdeapps_dep libkdegames)
312 -"
313 -RDEPEND="${DEPEND}"
314
315 diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild
316 deleted file mode 100644
317 index 9786c7e276..0000000000
318 --- a/kde-apps/kopete/kopete-9999.ebuild
319 +++ /dev/null
320 @@ -1,165 +0,0 @@
321 -# Copyright 1999-2017 Gentoo Foundation
322 -# Distributed under the terms of the GNU General Public License v2
323 -
324 -EAPI=6
325 -
326 -KDE_HANDBOOK="optional"
327 -inherit kde4-base
328 -
329 -DESCRIPTION="KDE multi-protocol IM client"
330 -HOMEPAGE="https://kopete.kde.org https://www.kde.org/applications/internet/kopete"
331 -KEYWORDS=""
332 -IUSE="debug ssl v4l"
333 -
334 -# tests hang, last checked for 4.2.96
335 -RESTRICT+=" test"
336 -
337 -# Available plugins
338 -#
339 -# addbookmarks: NO DEPS
340 -# alias: NO DEPS (disabled upstream)
341 -# autoreplace: NO DEPS
342 -# contactnotes: NO DEPS
343 -# cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4
344 -# highlight: NO DEPS
345 -# history: NO DEPS
346 -# latex: virtual/latex as RDEPEND
347 -# nowlistening: NO DEPS
348 -# otr: libotr
349 -# pipes: NO DEPS
350 -# privacy: NO DEPS
351 -# statistics: dev-db/sqlite:3
352 -# texteffect: NO DEPS
353 -# translator: NO DEPS
354 -# urlpicpreview: NO DEPS
355 -# webpresence: libxml2 libxslt
356 -# NOTE: By default we enable all plugins that don't have any dependencies
357 -PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight
358 -+history latex +nowlistening otr +pipes +privacy +statistics +texteffect
359 -+translator +urlpicpreview webpresence"
360 -
361 -# Available protocols
362 -#
363 -# gadu: net-libs/libgadu @since 4.3
364 -# groupwise: app-crypt/qca:2
365 -# irc: NO DEPS, probably will fail so inform user about it
366 -# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
367 -# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
368 -# meanwhile: net-libs/meanwhile
369 -# oscar: NO DEPS
370 -# telepathy: net-libs/decibel
371 -# testbed: NO DEPS
372 -# winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
373 -# yahoo: media-libs/jasper
374 -# zeroconf (bonjour): NO DEPS
375 -PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
376 -testbed winpopup +xmpp yahoo zeroconf"
377 -
378 -# disabled protocols
379 -# telepathy: net-libs/decibel
380 -# irc: NO DEPS
381 -# msn: net-libs/libmsn
382 -# qq: NO DEPS
383 -
384 -IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
385 -
386 -COMMONDEPEND="
387 - $(add_kdeapps_dep kdepimlibs '' 4.14.10_p20160611)
388 - dev-libs/libpcre
389 - >=dev-qt/qtgui-4.4.0:4[mng]
390 - kde-frameworks/kdelibs:4[zeroconf?]
391 - media-libs/phonon[qt4]
392 - media-libs/qimageblitz[-qt5(-)]
393 - !aqua? (
394 - x11-libs/libX11
395 - x11-libs/libXScrnSaver
396 - )
397 - cryptography? (
398 - || (
399 - $(add_kdeapps_dep kdepim-common-libs)
400 - $(add_kdeapps_dep libkleo '' 4.4.2016.01-r1)
401 - )
402 - )
403 - gadu? ( >=net-libs/libgadu-1.8.0[threads] )
404 - groupwise? ( app-crypt/qca:2[qt4(+)] )
405 - jingle? (
406 - dev-libs/expat
407 - dev-libs/openssl:0
408 - >=media-libs/mediastreamer-2.3.0
409 - net-libs/libsrtp:=
410 - net-libs/ortp:=
411 - )
412 - meanwhile? ( net-libs/meanwhile )
413 - otr? ( >=net-libs/libotr-4.0.0 )
414 - statistics? ( dev-db/sqlite:3 )
415 - v4l? ( media-libs/libv4l )
416 - webpresence? (
417 - dev-libs/libxml2
418 - dev-libs/libxslt
419 - )
420 - xmpp? (
421 - app-crypt/qca:2[qt4(+)]
422 - dev-libs/qjson
423 - net-dns/libidn
424 - sys-libs/zlib
425 - )
426 - yahoo? ( media-libs/jasper )
427 -"
428 -RDEPEND="${COMMONDEPEND}
429 - !=kde-apps/kdepimlibs-4.14.11_pre20160211*
430 - jingle? ( media-libs/speex )
431 - latex? (
432 - virtual/imagemagick-tools
433 - virtual/latex-base
434 - )
435 - ssl? ( app-crypt/qca:2[ssl] )
436 - winpopup? ( net-fs/samba )
437 -"
438 -DEPEND="${COMMONDEPEND}
439 - jingle? ( dev-libs/jsoncpp )
440 - !aqua? ( x11-proto/scrnsaverproto )
441 -"
442 -
443 -PATCHES=( "${FILESDIR}/${PN}-17.04.0-kde4qgpgme.patch" )
444 -
445 -src_configure() {
446 - local x x2
447 - # Handle common stuff
448 - local mycmakeargs=(
449 - -DWITH_LiboRTP=$(usex jingle)
450 - -DWITH_Mediastreamer=$(usex jingle)
451 - -DDISABLE_VIDEOSUPPORT=$(usex !v4l)
452 - )
453 - # enable protocols
454 - for x in ${PROTOCOLS}; do
455 - case ${x/+/} in
456 - jingle) x2=libjingle ;;
457 - xmpp) x2=jabber ;;
458 - zeroconf) x2=bonjour ;;
459 - *) x2=${x/+/} ;;
460 - esac
461 - mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) )
462 - done
463 -
464 - mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
465 -
466 - # enable plugins
467 - for x in ${PLUGINS}; do
468 - mycmakeargs+=( -DWITH_${x/+/}=$(usex ${x/+/}) )
469 - done
470 -
471 - kde4-base_src_configure
472 -}
473 -
474 -pkg_postinst() {
475 - kde4-base_pkg_postinst
476 -
477 - if ! use ssl; then
478 - if use xmpp ; then # || use irc; then
479 - if ! has_version "app-crypt/qca:2[ssl]" ; then
480 - elog "In order to use ssl in xmpp you'll need to"
481 - elog "install app-crypt/qca package with USE=ssl."
482 - fi
483 - fi
484 - fi
485 -}
486
487 diff --git a/kde-apps/kppp/kppp-9999.ebuild b/kde-apps/kppp/kppp-9999.ebuild
488 deleted file mode 100644
489 index f8c83f04e5..0000000000
490 --- a/kde-apps/kppp/kppp-9999.ebuild
491 +++ /dev/null
492 @@ -1,16 +0,0 @@
493 -# Copyright 1999-2017 Gentoo Foundation
494 -# Distributed under the terms of the GNU General Public License v2
495 -
496 -EAPI=6
497 -
498 -KDE_HANDBOOK="optional"
499 -inherit kde4-base
500 -
501 -DESCRIPTION="A dialer and front-end to pppd"
502 -HOMEPAGE="https://www.kde.org/applications/internet/kppp"
503 -KEYWORDS=""
504 -IUSE="debug"
505 -
506 -RDEPEND="
507 - net-dialup/ppp
508 -"
509
510 diff --git a/kde-apps/kremotecontrol/kremotecontrol-9999.ebuild b/kde-apps/kremotecontrol/kremotecontrol-9999.ebuild
511 deleted file mode 100644
512 index 7dbe5d53cd..0000000000
513 --- a/kde-apps/kremotecontrol/kremotecontrol-9999.ebuild
514 +++ /dev/null
515 @@ -1,17 +0,0 @@
516 -# Copyright 1999-2017 Gentoo Foundation
517 -# Distributed under the terms of the GNU General Public License v2
518 -
519 -EAPI=6
520 -
521 -KDE_HANDBOOK="optional"
522 -inherit kde4-base
523 -
524 -DESCRIPTION="KDE frontend for the Linux Infrared Remote Control system"
525 -HOMEPAGE="https://www.kde.org/applications/utilities/kremotecontrol
526 -https://utils.kde.org/projects/kremotecontrol"
527 -KEYWORDS=""
528 -IUSE="debug"
529 -
530 -RDEPEND="
531 - app-misc/lirc
532 -"
533
534 diff --git a/kde-apps/ksaneplugin/ksaneplugin-9999.ebuild b/kde-apps/ksaneplugin/ksaneplugin-9999.ebuild
535 deleted file mode 100644
536 index 50da50647e..0000000000
537 --- a/kde-apps/ksaneplugin/ksaneplugin-9999.ebuild
538 +++ /dev/null
539 @@ -1,15 +0,0 @@
540 -# Copyright 1999-2017 Gentoo Foundation
541 -# Distributed under the terms of the GNU General Public License v2
542 -
543 -EAPI=6
544 -
545 -inherit kde4-base
546 -
547 -DESCRIPTION="SANE Plugin by KDE"
548 -KEYWORDS=""
549 -IUSE="debug"
550 -
551 -DEPEND="
552 - $(add_kdeapps_dep libksane)
553 -"
554 -RDEPEND="${DEPEND}"
555
556 diff --git a/kde-apps/kscd/kscd-9999.ebuild b/kde-apps/kscd/kscd-9999.ebuild
557 deleted file mode 100644
558 index 2a5efdaee7..0000000000
559 --- a/kde-apps/kscd/kscd-9999.ebuild
560 +++ /dev/null
561 @@ -1,17 +0,0 @@
562 -# Copyright 1999-2017 Gentoo Foundation
563 -# Distributed under the terms of the GNU General Public License v2
564 -
565 -EAPI=6
566 -
567 -inherit kde4-base
568 -
569 -DESCRIPTION="KDE CD player"
570 -HOMEPAGE="https://www.kde.org/applications/multimedia/kscd/"
571 -KEYWORDS=""
572 -IUSE="debug"
573 -
574 -DEPEND="
575 - media-libs/musicbrainz:3
576 - media-libs/phonon[qt4]
577 -"
578 -RDEPEND="${DEPEND}"
579
580 diff --git a/kde-apps/ksirk/ksirk-9999.ebuild b/kde-apps/ksirk/ksirk-9999.ebuild
581 deleted file mode 100644
582 index 96e573da86..0000000000
583 --- a/kde-apps/ksirk/ksirk-9999.ebuild
584 +++ /dev/null
585 @@ -1,23 +0,0 @@
586 -# Copyright 1999-2017 Gentoo Foundation
587 -# Distributed under the terms of the GNU General Public License v2
588 -
589 -EAPI=6
590 -
591 -KDE_HANDBOOK="optional"
592 -inherit kde4-base
593 -
594 -DESCRIPTION="Port of the board game risk"
595 -HOMEPAGE="
596 - https://www.kde.org/applications/games/ksirk/
597 - https://games.kde.org/game.php?game=ksirk
598 -"
599 -KEYWORDS=""
600 -IUSE="debug"
601 -
602 -DEPEND="
603 - $(add_kdeapps_dep libkdegames)
604 - app-crypt/qca:2[qt4]
605 - media-libs/phonon[qt4]
606 - sys-libs/zlib
607 -"
608 -RDEPEND="${DEPEND}"
609
610 diff --git a/kde-apps/palapeli/palapeli-9999.ebuild b/kde-apps/palapeli/palapeli-9999.ebuild
611 deleted file mode 100644
612 index 21583d1b27..0000000000
613 --- a/kde-apps/palapeli/palapeli-9999.ebuild
614 +++ /dev/null
615 @@ -1,15 +0,0 @@
616 -# Copyright 1999-2017 Gentoo Foundation
617 -# Distributed under the terms of the GNU General Public License v2
618 -
619 -EAPI=6
620 -
621 -KDE_HANDBOOK="optional"
622 -inherit kde4-base
623 -
624 -DESCRIPTION="KDE jigsaw puzzle game"
625 -HOMEPAGE="https://www.kde.org/applications/games/palapeli/"
626 -KEYWORDS=""
627 -IUSE="debug"
628 -
629 -DEPEND="$(add_kdeapps_dep libkdegames)"
630 -RDEPEND="${DEPEND}"
631
632 diff --git a/kde-apps/sweeper/sweeper-9999.ebuild b/kde-apps/sweeper/sweeper-9999.ebuild
633 deleted file mode 100644
634 index a05274d3d4..0000000000
635 --- a/kde-apps/sweeper/sweeper-9999.ebuild
636 +++ /dev/null
637 @@ -1,13 +0,0 @@
638 -# Copyright 1999-2017 Gentoo Foundation
639 -# Distributed under the terms of the GNU General Public License v2
640 -
641 -EAPI=6
642 -
643 -KDE_HANDBOOK="optional"
644 -inherit kde4-base
645 -
646 -DESCRIPTION="KDE Privacy Settings Widget"
647 -HOMEPAGE="https://www.kde.org/applications/utilities/sweeper
648 -https://utils.kde.org/projects/sweeper"
649 -KEYWORDS=""
650 -IUSE="debug"
651
652 diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-9999.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-9999.ebuild
653 deleted file mode 100644
654 index 89afa03a93..0000000000
655 --- a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-9999.ebuild
656 +++ /dev/null
657 @@ -1,10 +0,0 @@
658 -# Copyright 1999-2017 Gentoo Foundation
659 -# Distributed under the terms of the GNU General Public License v2
660 -
661 -EAPI=6
662 -
663 -inherit kde4-base
664 -
665 -DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
666 -KEYWORDS=""
667 -IUSE="debug"