Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/libkworkspace/, kde-base/libplasmagenericshell/, ...
Date: Tue, 29 Apr 2014 19:17:47
Message-Id: 1398798916.6c55e7e974a6ce04dbf416c13db26f8ca6c8f8dd.johu@gentoo
1 commit: 6c55e7e974a6ce04dbf416c13db26f8ca6c8f8dd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 29 19:15:16 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 29 19:15:16 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6c55e7e9
7
8 [kde-base] Remove KDE Workspace 4.11.9
9
10 * released
11 * moved to the tree
12
13 Package-Manager: portage-2.2.10
14
15 ---
16 .../freespacenotifier-4.11.9.ebuild | 12 --
17 kde-base/kcheckpass/kcheckpass-4.11.9.ebuild | 33 -----
18 kde-base/kcminit/kcminit-4.11.9.ebuild | 17 ---
19 .../kdebase-cursors/kdebase-cursors-4.11.9.ebuild | 13 --
20 .../kdebase-startkde-4.11.9.ebuild | 92 ------------
21 kde-base/kdm/kdm-4.11.9.ebuild | 162 ---------------------
22 kde-base/kephal/kephal-4.11.9.ebuild | 25 ----
23 kde-base/khotkeys/khotkeys-4.11.9.ebuild | 23 ---
24 kde-base/kinfocenter/kinfocenter-4.11.9.ebuild | 37 -----
25 kde-base/klipper/klipper-4.11.9.ebuild | 31 ----
26 kde-base/kmenuedit/kmenuedit-4.11.9.ebuild | 31 ----
27 kde-base/krunner/krunner-4.11.9.ebuild | 51 -------
28 kde-base/kscreensaver/kscreensaver-4.11.9.ebuild | 22 ---
29 kde-base/ksmserver/ksmserver-4.11.9.ebuild | 36 -----
30 kde-base/ksplash/ksplash-4.11.9.ebuild | 38 -----
31 .../kstartupconfig/kstartupconfig-4.11.9.ebuild | 12 --
32 kde-base/kstyles/kstyles-4.11.9.ebuild | 22 ---
33 kde-base/ksysguard/ksysguard-4.11.9.ebuild | 46 ------
34 kde-base/ksystraycmd/ksystraycmd-4.11.9.ebuild | 15 --
35 kde-base/kwin/kwin-4.11.9.ebuild | 80 ----------
36 kde-base/kwrited/kwrited-4.11.9.ebuild | 16 --
37 kde-base/libkworkspace/libkworkspace-4.11.9.ebuild | 34 -----
38 .../liboxygenstyle/liboxygenstyle-4.11.9.ebuild | 17 ---
39 .../libplasmaclock/libplasmaclock-4.11.9.ebuild | 33 -----
40 .../libplasmagenericshell-4.11.9.ebuild | 28 ----
41 .../libtaskmanager/libtaskmanager-4.11.9.ebuild | 35 -----
42 .../plasma-workspace-4.11.9.ebuild | 122 ----------------
43 kde-base/powerdevil/powerdevil-4.11.9.ebuild | 32 ----
44 .../qguiplatformplugin_kde-4.11.9.ebuild | 12 --
45 .../solid-actions-kcm-4.11.9.ebuild | 19 ---
46 .../systemsettings/systemsettings-4.11.9.ebuild | 96 ------------
47 31 files changed, 1242 deletions(-)
48
49 diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.9.ebuild b/kde-base/freespacenotifier/freespacenotifier-4.11.9.ebuild
50 deleted file mode 100644
51 index 6a79633..0000000
52 --- a/kde-base/freespacenotifier/freespacenotifier-4.11.9.ebuild
53 +++ /dev/null
54 @@ -1,12 +0,0 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -# $Header: $
58 -
59 -EAPI=5
60 -
61 -KMNAME="kde-workspace"
62 -inherit kde4-meta
63 -
64 -DESCRIPTION="A module that monitors free disk space on the home dir"
65 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
66 -IUSE="debug"
67
68 diff --git a/kde-base/kcheckpass/kcheckpass-4.11.9.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.9.ebuild
69 deleted file mode 100644
70 index 0241ccb..0000000
71 --- a/kde-base/kcheckpass/kcheckpass-4.11.9.ebuild
72 +++ /dev/null
73 @@ -1,33 +0,0 @@
74 -# Copyright 1999-2014 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Header: $
77 -
78 -EAPI=5
79 -
80 -KMNAME="kde-workspace"
81 -inherit kde4-meta
82 -
83 -DESCRIPTION="A simple password checker, used by any software in need of user authentication."
84 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
85 -IUSE="debug pam"
86 -
87 -RDEPEND="
88 - pam? (
89 - >=kde-base/kdebase-pam-7
90 - virtual/pam
91 - )
92 -"
93 -
94 -src_prepare() {
95 - kde4-meta_src_prepare
96 -
97 - use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch"
98 -}
99 -
100 -src_configure() {
101 - local mycmakeargs=(
102 - $(cmake-utils_use_with pam)
103 - )
104 -
105 - kde4-meta_src_configure
106 -}
107
108 diff --git a/kde-base/kcminit/kcminit-4.11.9.ebuild b/kde-base/kcminit/kcminit-4.11.9.ebuild
109 deleted file mode 100644
110 index f0c2ba4..0000000
111 --- a/kde-base/kcminit/kcminit-4.11.9.ebuild
112 +++ /dev/null
113 @@ -1,17 +0,0 @@
114 -# Copyright 1999-2014 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -# $Header: $
117 -
118 -EAPI=5
119 -
120 -KMNAME="kde-workspace"
121 -inherit kde4-meta
122 -
123 -DESCRIPTION="KCMInit - runs startups initialization for Control Modules."
124 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
125 -IUSE="debug"
126 -
127 -DEPEND="
128 - x11-libs/libX11
129 -"
130 -RDEPEND="${DEPEND}"
131
132 diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9.ebuild b/kde-base/kdebase-cursors/kdebase-cursors-4.11.9.ebuild
133 deleted file mode 100644
134 index ad7a13b..0000000
135 --- a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9.ebuild
136 +++ /dev/null
137 @@ -1,13 +0,0 @@
138 -# Copyright 1999-2014 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -# $Header: $
141 -
142 -EAPI=5
143 -
144 -KMNAME="kde-workspace"
145 -KMMODULE="cursors"
146 -inherit kde4-meta
147 -
148 -DESCRIPTION="oxygen cursors from kdebase"
149 -IUSE=""
150 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
151
152 diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.9.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-4.11.9.ebuild
153 deleted file mode 100644
154 index 6ca4da3..0000000
155 --- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.9.ebuild
156 +++ /dev/null
157 @@ -1,92 +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 -KMNAME="kde-workspace"
165 -KMNOMODULE="true"
166 -inherit kde4-meta prefix
167 -
168 -DESCRIPTION="Startkde script, which starts a complete KDE session, and associated scripts"
169 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
170 -IUSE="+wallpapers"
171 -
172 -# The KDE apps called from the startkde script.
173 -# These provide the most minimal KDE desktop.
174 -RDEPEND="
175 - $(add_kdebase_dep kcminit)
176 - $(add_kdebase_dep kdebase-runtime-meta)
177 - wallpapers? ( $(add_kdebase_dep kde-wallpapers) )
178 - $(add_kdebase_dep kfmclient)
179 - $(add_kdebase_dep knotify)
180 - $(add_kdebase_dep kreadconfig)
181 - $(add_kdebase_dep krunner)
182 - $(add_kdebase_dep ksmserver)
183 - $(add_kdebase_dep ksplash)
184 - $(add_kdebase_dep kstartupconfig)
185 - $(add_kdebase_dep kwin)
186 - $(add_kdebase_dep phonon-kde)
187 - $(add_kdebase_dep plasma-apps)
188 - $(add_kdebase_dep plasma-workspace)
189 - $(add_kdebase_dep systemsettings)
190 - x11-apps/mkfontdir
191 - x11-apps/xmessage
192 - x11-apps/xprop
193 - x11-apps/xrandr
194 - x11-apps/xrdb
195 - x11-apps/xsetroot
196 - x11-apps/xset
197 -"
198 -
199 -KMEXTRACTONLY="
200 - ConfigureChecks.cmake
201 - kdm/
202 - startkde.cmake
203 -"
204 -
205 -PATCHES=("${FILESDIR}/gentoo-startkde4-4.patch")
206 -
207 -src_prepare() {
208 - kde4-meta_src_prepare
209 -
210 - cp "${FILESDIR}/KDE-4" "${T}"
211 -
212 - # fix ${EPREFIX}
213 - eprefixify startkde.cmake "${T}/KDE-4"
214 -}
215 -
216 -src_install() {
217 - kde4-meta_src_install
218 -
219 - # startup and shutdown scripts
220 - insinto /etc/kde/startup
221 - doins "${FILESDIR}/agent-startup.sh"
222 -
223 - insinto /etc/kde/shutdown
224 - doins "${FILESDIR}/agent-shutdown.sh"
225 -
226 - # x11 session script
227 - exeinto /etc/X11/Sessions
228 - doexe "${T}/KDE-4"
229 -
230 - # freedesktop compliant session script
231 - sed -e "s:\${BIN_INSTALL_DIR}:${EPREFIX}/usr/bin:g" \
232 - "${S}/kdm/kfrontend/sessions/kde-plasma.desktop.cmake" > "${T}/KDE-4.desktop"
233 - insinto /usr/share/xsessions
234 - doins "${T}/KDE-4.desktop"
235 -}
236 -
237 -pkg_postinst () {
238 - kde4-meta_pkg_postinst
239 -
240 - echo
241 - elog "To enable gpg-agent and/or ssh-agent in KDE sessions,"
242 - elog "edit ${EPREFIX}/etc/kde/startup/agent-startup.sh and"
243 - elog "${EPREFIX}/etc/kde/shutdown/agent-shutdown.sh"
244 - echo
245 - elog "The name of the session script has changed."
246 - elog "If you currently have XSESSION=\"kde-$(get_kde_version)\" in your"
247 - elog "configuration files, you will need to change it to"
248 - elog "XSESSION=\"KDE-4\""
249 -}
250
251 diff --git a/kde-base/kdm/kdm-4.11.9.ebuild b/kde-base/kdm/kdm-4.11.9.ebuild
252 deleted file mode 100644
253 index 5fcf27a..0000000
254 --- a/kde-base/kdm/kdm-4.11.9.ebuild
255 +++ /dev/null
256 @@ -1,162 +0,0 @@
257 -# Copyright 1999-2014 Gentoo Foundation
258 -# Distributed under the terms of the GNU General Public License v2
259 -# $Header: $
260 -
261 -EAPI=5
262 -
263 -KDE_HANDBOOK="optional"
264 -KMNAME="kde-workspace"
265 -inherit systemd kde4-meta flag-o-matic user
266 -
267 -DESCRIPTION="KDE login manager, similar to xdm and gdm"
268 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
269 -IUSE="debug +consolekit kerberos pam systemd"
270 -
271 -REQUIRED_USE="consolekit? ( !systemd ) systemd? ( !consolekit )"
272 -
273 -DEPEND="
274 - $(add_kdebase_dep libkworkspace)
275 - media-libs/qimageblitz
276 - x11-libs/libX11
277 - x11-libs/libXau
278 - x11-libs/libXdmcp
279 - x11-libs/libXtst
280 - consolekit? (
281 - >=sys-apps/dbus-1.0.2
282 - sys-auth/consolekit
283 - )
284 - kerberos? ( virtual/krb5 )
285 - pam? (
286 - $(add_kdebase_dep kcheckpass)
287 - virtual/pam
288 - )
289 - systemd? ( sys-apps/systemd )
290 -"
291 -RDEPEND="${DEPEND}
292 - $(add_kdebase_dep kdepasswd)
293 - >=x11-apps/xinit-1.0.5-r2
294 - x11-apps/xmessage
295 -"
296 -
297 -KMEXTRA="
298 - libs/kdm/
299 -"
300 -
301 -PATCHES=(
302 - "${FILESDIR}/${PN}-4-gentoo-xinitrc.d.patch"
303 -)
304 -
305 -pkg_setup() {
306 - kde4-meta_pkg_setup
307 -
308 - # Create kdm:kdm user
309 - KDM_HOME=/var/lib/kdm
310 - enewgroup kdm
311 - enewuser kdm -1 -1 "${KDM_HOME}" kdm
312 -}
313 -
314 -src_configure() {
315 - mycmakeargs=(
316 - $(cmake-utils_use kerberos KDE4_KRB5AUTH)
317 - $(cmake-utils_use_with pam)
318 - $(cmake-utils_use_with consolekit CkConnector)
319 - )
320 -
321 - kde4-meta_src_configure
322 -}
323 -
324 -src_install() {
325 - export GENKDMCONF_FLAGS="--no-old --no-backup"
326 -
327 - kde4-meta_src_install
328 -
329 - # an equivalent file is already installed by kde-base/startkde, bug 377151
330 - rm "${ED}/usr/share/apps/kdm/sessions/kde-plasma.desktop" || die
331 -
332 - # Customize the kdmrc configuration:
333 - # - SessionDirs set to /usr/share/xsessions
334 - # - increase server timeout to 30s
335 - # - TerminateServer=true to workaround X server regen bug, bug 278473
336 - # - DataDir set to /var/lib/kdm
337 - # - FaceDir set to /var/lib/kdm/faces
338 - sed -e "s|^.*SessionsDirs=.*$|#&\nSessionsDirs=${EPREFIX}/usr/share/apps/kdm/sessions,${EPREFIX}/usr/share/xsessions|" \
339 - -e "/#ServerTimeout=/s/^.*$/ServerTimeout=30/" \
340 - -e "/#TerminateServer=/s/^.*$/TerminateServer=true/" \
341 - -e "s|^.*DataDir=.*$|#&\nDataDir=${EPREFIX}${KDM_HOME}|" \
342 - -e "s|^.*FaceDir=.*$|#&\nFaceDir=${EPREFIX}${KDM_HOME}/faces|" \
343 - -i "${ED}"/usr/share/config/kdm/kdmrc \
344 - || die "Failed to set ServerTimeout and SessionsDirs correctly in kdmrc."
345 -
346 - # Don't install empty dir
347 - rmdir "${ED}"/usr/share/config/kdm/sessions
348 -
349 - # Set up permissions to kdm work directory
350 - keepdir "${KDM_HOME}"
351 - fowners root:kdm "${KDM_HOME}"
352 - fperms 1770 "${KDM_HOME}"
353 -
354 - # install logrotate file
355 - insinto /etc/logrotate.d
356 - newins "${FILESDIR}"/kdm-logrotate kdm
357 -
358 - systemd_dounit "${FILESDIR}"/kdm.service
359 -}
360 -
361 -pkg_postinst() {
362 - kde4-meta_pkg_postinst
363 -
364 - local file src dest dir old_dirs=(
365 - /var/lib/kdm-live
366 - /var/lib/kdm-4.6
367 - /var/lib/kdm-4.5
368 - /var/lib/kdm-4.4
369 - /usr/share/apps/kdm
370 - /usr/kde/4.4/share/apps/kdm
371 - /usr/kde/4.3/share/apps/kdm
372 - /usr/kde/4.2/share/apps/kdm
373 - )
374 -
375 - mkdir -p "${EROOT}${KDM_HOME}/faces"
376 - # Set the default kdm face icon if it's not already set by the system admin
377 - # because this is user-overrideable in that way, it's not in src_install
378 - for file in faces/.default.face.icon:default1.png faces/root.face.icon:root1.png kdmsts: ; do
379 - src=${file#*:}
380 - dest=${file%:*}
381 - if [[ ! -e ${EROOT}${KDM_HOME}/$dest ]]; then
382 - for dir in "${old_dirs[@]}"; do
383 - if [[ -e ${EROOT}${dir}/${dest} ]]; then
384 - cp "${EROOT}${dir}/${dest}" "${EROOT}${KDM_HOME}/${dest}"
385 - break 2
386 - fi
387 - done
388 - if [[ -n ${src} ]]; then
389 - cp "${EROOT}/usr/share/apps/kdm/pics/users/${src}" \
390 - "${EROOT}${KDM_HOME}/${dest}"
391 - fi
392 - fi
393 - done
394 - for dir in "${old_dirs[@]}"; do
395 - if [[ ${dir} != /usr/* && -d ${EROOT}${dir} ]]; then
396 - echo
397 - elog "The directory ${EROOT%/}${dir} still exists from an older installation of KDE."
398 - elog "You may wish to copy relevant settings into ${EROOT%/}${KDM_HOME}."
399 - echo
400 - elog "After doing so, you may delete the directory."
401 - echo
402 - fi
403 - done
404 -
405 - # Make sure permissions are correct -- old installations may have
406 - # gotten this wrong
407 - use prefix || chown root:kdm "${EROOT}${KDM_HOME}"
408 - chmod 1770 "${EROOT}${KDM_HOME}"
409 -
410 - if use consolekit; then
411 - echo
412 - elog "You have compiled 'kdm' with consolekit support. If you want to use kdm,"
413 - elog "make sure consolekit daemon is running and started at login time"
414 - elog
415 - elog "rc-update add consolekit default && /etc/init.d/consolekit start"
416 - echo
417 - fi
418 -}
419
420 diff --git a/kde-base/kephal/kephal-4.11.9.ebuild b/kde-base/kephal/kephal-4.11.9.ebuild
421 deleted file mode 100644
422 index 270c979..0000000
423 --- a/kde-base/kephal/kephal-4.11.9.ebuild
424 +++ /dev/null
425 @@ -1,25 +0,0 @@
426 -# Copyright 1999-2014 Gentoo Foundation
427 -# Distributed under the terms of the GNU General Public License v2
428 -# $Header: $
429 -
430 -EAPI=5
431 -
432 -KMNAME="kde-workspace"
433 -KMMODULE="libs/kephal"
434 -inherit kde4-meta
435 -
436 -DESCRIPTION="Allows handling of multihead systems via the XRandR extension"
437 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
438 -IUSE="debug"
439 -
440 -RDEPEND="
441 - x11-libs/libX11
442 - x11-libs/libXrandr
443 -"
444 -DEPEND="${RDEPEND}
445 - x11-proto/randrproto
446 -"
447 -
448 -KMEXTRACTONLY+="
449 - kephal/kephal/screens.h
450 -"
451
452 diff --git a/kde-base/khotkeys/khotkeys-4.11.9.ebuild b/kde-base/khotkeys/khotkeys-4.11.9.ebuild
453 deleted file mode 100644
454 index b7cba0c..0000000
455 --- a/kde-base/khotkeys/khotkeys-4.11.9.ebuild
456 +++ /dev/null
457 @@ -1,23 +0,0 @@
458 -# Copyright 1999-2014 Gentoo Foundation
459 -# Distributed under the terms of the GNU General Public License v2
460 -# $Header: $
461 -
462 -EAPI=5
463 -
464 -KMNAME="kde-workspace"
465 -inherit kde4-meta
466 -
467 -DESCRIPTION="KDE: hotkey daemon"
468 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
469 -IUSE="debug"
470 -
471 -DEPEND="
472 - $(add_kdebase_dep libkworkspace)
473 - x11-libs/libX11
474 - x11-libs/libXtst
475 -"
476 -RDEPEND="${DEPEND}"
477 -
478 -KMEXTRACTONLY="
479 - libs/kworkspace/
480 -"
481
482 diff --git a/kde-base/kinfocenter/kinfocenter-4.11.9.ebuild b/kde-base/kinfocenter/kinfocenter-4.11.9.ebuild
483 deleted file mode 100644
484 index c328dbe..0000000
485 --- a/kde-base/kinfocenter/kinfocenter-4.11.9.ebuild
486 +++ /dev/null
487 @@ -1,37 +0,0 @@
488 -# Copyright 1999-2014 Gentoo Foundation
489 -# Distributed under the terms of the GNU General Public License v2
490 -# $Header: $
491 -
492 -EAPI=5
493 -
494 -KDE_HANDBOOK="optional"
495 -KMNAME="kde-workspace"
496 -OPENGL_REQUIRED="optional"
497 -inherit kde4-meta
498 -
499 -DESCRIPTION="The KDE Info Center"
500 -HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
501 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
502 -IUSE="debug ieee1394"
503 -
504 -DEPEND="
505 - sys-apps/pciutils
506 - x11-libs/libX11
507 - ieee1394? ( sys-libs/libraw1394 )
508 - opengl? (
509 - virtual/glu
510 - virtual/opengl
511 - )
512 -"
513 -RDEPEND="${DEPEND}
514 - sys-apps/usbutils
515 -"
516 -
517 -src_configure() {
518 - local mycmakeargs=(
519 - $(cmake-utils_use_with ieee1394 RAW1394)
520 - $(cmake-utils_use_with opengl OpenGL)
521 - )
522 -
523 - kde4-meta_src_configure
524 -}
525 \ No newline at end of file
526
527 diff --git a/kde-base/klipper/klipper-4.11.9.ebuild b/kde-base/klipper/klipper-4.11.9.ebuild
528 deleted file mode 100644
529 index 1d1f070..0000000
530 --- a/kde-base/klipper/klipper-4.11.9.ebuild
531 +++ /dev/null
532 @@ -1,31 +0,0 @@
533 -# Copyright 1999-2014 Gentoo Foundation
534 -# Distributed under the terms of the GNU General Public License v2
535 -# $Header: $
536 -
537 -EAPI=5
538 -
539 -KDE_HANDBOOK="optional"
540 -KMNAME="kde-workspace"
541 -inherit kde4-meta
542 -
543 -DESCRIPTION="Applet for KDE and X clipboard management"
544 -HOMEPAGE+=" http://userbase.kde.org/Klipper"
545 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
546 -IUSE="debug prison"
547 -
548 -DEPEND="
549 - $(add_kdebase_dep libkworkspace)
550 - $(add_kdebase_dep libtaskmanager)
551 - sys-libs/zlib
552 - x11-libs/libX11
553 - prison? ( media-libs/prison )
554 -"
555 -RDEPEND="${DEPEND}"
556 -
557 -src_configure() {
558 - local mycmakeargs=(
559 - $(cmake-utils_use_with prison)
560 - )
561 -
562 - kde4-meta_src_configure
563 -}
564
565 diff --git a/kde-base/kmenuedit/kmenuedit-4.11.9.ebuild b/kde-base/kmenuedit/kmenuedit-4.11.9.ebuild
566 deleted file mode 100644
567 index a81ac23..0000000
568 --- a/kde-base/kmenuedit/kmenuedit-4.11.9.ebuild
569 +++ /dev/null
570 @@ -1,31 +0,0 @@
571 -# Copyright 1999-2014 Gentoo Foundation
572 -# Distributed under the terms of the GNU General Public License v2
573 -# $Header: $
574 -
575 -EAPI=5
576 -
577 -KDE_HANDBOOK="optional"
578 -KMNAME="kde-workspace"
579 -inherit kde4-meta
580 -
581 -DESCRIPTION="KDE menu editor"
582 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
583 -IUSE="debug"
584 -
585 -RDEPEND="
586 - $(add_kdebase_dep khotkeys)
587 -"
588 -DEPEND=${RDEPEND}
589 -
590 -KMEXTRACTONLY="
591 - libs/kworkspace/
592 -"
593 -
594 -src_configure() {
595 - sed -i -e \
596 - "s:\${CMAKE_CURRENT_BINARY_DIR}/../khotkeys/app/org.kde.khotkeys.xml:${EPREFIX}/usr/share/dbus-1/interfaces/org.kde.khotkeys.xml:g" \
597 - kmenuedit/CMakeLists.txt \
598 - || die "sed failed"
599 -
600 - kde4-meta_src_configure
601 -}
602
603 diff --git a/kde-base/krunner/krunner-4.11.9.ebuild b/kde-base/krunner/krunner-4.11.9.ebuild
604 deleted file mode 100644
605 index c0cc2f1..0000000
606 --- a/kde-base/krunner/krunner-4.11.9.ebuild
607 +++ /dev/null
608 @@ -1,51 +0,0 @@
609 -# Copyright 1999-2014 Gentoo Foundation
610 -# Distributed under the terms of the GNU General Public License v2
611 -# $Header: $
612 -
613 -EAPI=5
614 -
615 -KMNAME="kde-workspace"
616 -OPENGL_REQUIRED="optional"
617 -inherit kde4-meta
618 -
619 -DESCRIPTION="KDE Command Runner"
620 -HOMEPAGE+=" http://userbase.kde.org/Plasma/Krunner"
621 -IUSE="debug"
622 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
623 -
624 -DEPEND="
625 - $(add_kdebase_dep kcheckpass)
626 - $(add_kdebase_dep kephal)
627 - $(add_kdebase_dep ksmserver)
628 - $(add_kdebase_dep ksysguard)
629 - $(add_kdebase_dep libkworkspace)
630 - $(add_kdebase_dep libplasmagenericshell)
631 - !aqua? (
632 - x11-libs/libX11
633 - x11-libs/libXcursor
634 - x11-libs/libXext
635 - )
636 -"
637 -RDEPEND="${DEPEND}"
638 -
639 -KMEXTRACTONLY="
640 - libs/kdm/
641 - libs/kephal/
642 - libs/ksysguard/
643 - libs/kworkspace/
644 - libs/plasmagenericshell/
645 - kcheckpass/
646 - ksmserver/org.kde.KSMServerInterface.xml
647 - ksysguard/
648 - plasma/screensaver/shell/org.kde.plasma-overlay.App.xml
649 -"
650 -
651 -KMLOADLIBS="libkworkspace"
652 -
653 -src_configure() {
654 - mycmakeargs=(
655 - $(cmake-utils_use_with opengl OpenGL)
656 - )
657 -
658 - kde4-meta_src_configure
659 -}
660
661 diff --git a/kde-base/kscreensaver/kscreensaver-4.11.9.ebuild b/kde-base/kscreensaver/kscreensaver-4.11.9.ebuild
662 deleted file mode 100644
663 index 7f205ee..0000000
664 --- a/kde-base/kscreensaver/kscreensaver-4.11.9.ebuild
665 +++ /dev/null
666 @@ -1,22 +0,0 @@
667 -# Copyright 1999-2014 Gentoo Foundation
668 -# Distributed under the terms of the GNU General Public License v2
669 -# $Header: $
670 -
671 -EAPI=5
672 -
673 -KMNAME="kde-workspace"
674 -inherit kde4-meta
675 -
676 -DESCRIPTION="KDE screensaver framework"
677 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
678 -IUSE="debug"
679 -
680 -RDEPEND="
681 - $(add_kdebase_dep kcheckpass)
682 - x11-libs/libX11
683 -"
684 -DEPEND="${RDEPEND}"
685 -
686 -PATCHES=(
687 - "${FILESDIR}/${PN}-4.5.95-nsfw.patch"
688 -)
689
690 diff --git a/kde-base/ksmserver/ksmserver-4.11.9.ebuild b/kde-base/ksmserver/ksmserver-4.11.9.ebuild
691 deleted file mode 100644
692 index 68bdfe0..0000000
693 --- a/kde-base/ksmserver/ksmserver-4.11.9.ebuild
694 +++ /dev/null
695 @@ -1,36 +0,0 @@
696 -# Copyright 1999-2014 Gentoo Foundation
697 -# Distributed under the terms of the GNU General Public License v2
698 -# $Header: $
699 -
700 -EAPI=5
701 -
702 -DECLARATIVE_REQUIRED="always"
703 -KMNAME="kde-workspace"
704 -inherit kde4-meta
705 -
706 -DESCRIPTION="The reliable KDE session manager that talks the standard X11R6"
707 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
708 -IUSE="debug"
709 -
710 -DEPEND="
711 - $(add_kdebase_dep kcminit)
712 - $(add_kdebase_dep libkworkspace)
713 - media-libs/qimageblitz
714 - x11-libs/libICE
715 - x11-libs/libSM
716 - x11-libs/libX11
717 - x11-libs/libXrender
718 -"
719 -RDEPEND="${DEPEND}
720 - $(add_kdebase_dep kdm)
721 -"
722 -
723 -KMEXTRACTONLY="
724 - kcminit/main.h
725 - libs/kdm/kgreeterplugin.h
726 - kcheckpass/
727 - libs/kephal/
728 - libs/kworkspace/
729 -"
730 -
731 -KMLOADLIBS="libkworkspace"
732
733 diff --git a/kde-base/ksplash/ksplash-4.11.9.ebuild b/kde-base/ksplash/ksplash-4.11.9.ebuild
734 deleted file mode 100644
735 index 9add357..0000000
736 --- a/kde-base/ksplash/ksplash-4.11.9.ebuild
737 +++ /dev/null
738 @@ -1,38 +0,0 @@
739 -# Copyright 1999-2014 Gentoo Foundation
740 -# Distributed under the terms of the GNU General Public License v2
741 -# $Header: $
742 -
743 -EAPI=5
744 -
745 -DECLARATIVE_REQUIRED="always"
746 -KMNAME="kde-workspace"
747 -inherit kde4-meta
748 -
749 -DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
750 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
751 -IUSE="3dnow altivec debug mmx sse sse2 xinerama"
752 -
753 -COMMONDEPEND="
754 - media-libs/libpng:0=
755 - virtual/jpeg:0
756 - x11-libs/libX11
757 - x11-libs/libXext
758 - xinerama? ( x11-libs/libXinerama )
759 -"
760 -DEPEND="${COMMONDEPEND}
761 - xinerama? ( x11-proto/xineramaproto )
762 -"
763 -RDEPEND="${COMMONDEPEND}"
764 -
765 -src_configure() {
766 - mycmakeargs=(
767 - $(cmake-utils_use_has 3dnow X86_3DNOW)
768 - $(cmake-utils_use_has altivec PPC_ALTIVEC)
769 - $(cmake-utils_use_has mmx X86_MMX)
770 - $(cmake-utils_use_has sse X86_SSE)
771 - $(cmake-utils_use_has sse2 X86_SSE2)
772 - $(cmake-utils_use_with xinerama)
773 - )
774 -
775 - kde4-meta_src_configure
776 -}
777
778 diff --git a/kde-base/kstartupconfig/kstartupconfig-4.11.9.ebuild b/kde-base/kstartupconfig/kstartupconfig-4.11.9.ebuild
779 deleted file mode 100644
780 index 0383bdc..0000000
781 --- a/kde-base/kstartupconfig/kstartupconfig-4.11.9.ebuild
782 +++ /dev/null
783 @@ -1,12 +0,0 @@
784 -# Copyright 1999-2014 Gentoo Foundation
785 -# Distributed under the terms of the GNU General Public License v2
786 -# $Header: $
787 -
788 -EAPI=5
789 -
790 -KMNAME="kde-workspace"
791 -inherit kde4-meta
792 -
793 -DESCRIPTION="KDE: Utility to launch applications with special window properties"
794 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
795 -IUSE="debug"
796
797 diff --git a/kde-base/kstyles/kstyles-4.11.9.ebuild b/kde-base/kstyles/kstyles-4.11.9.ebuild
798 deleted file mode 100644
799 index 1fffd64..0000000
800 --- a/kde-base/kstyles/kstyles-4.11.9.ebuild
801 +++ /dev/null
802 @@ -1,22 +0,0 @@
803 -# Copyright 1999-2014 Gentoo Foundation
804 -# Distributed under the terms of the GNU General Public License v2
805 -# $Header: $
806 -
807 -EAPI=5
808 -
809 -KMNAME="kde-workspace"
810 -inherit kde4-meta
811 -
812 -DESCRIPTION="KDE: A set of different KDE styles."
813 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
814 -IUSE="debug"
815 -
816 -DEPEND="
817 - kde-base/liboxygenstyle:4=
818 - x11-libs/libX11
819 -"
820 -RDEPEND="${DEPEND}"
821 -
822 -KMEXTRACTONLY="
823 - libs/oxygen
824 -"
825
826 diff --git a/kde-base/ksysguard/ksysguard-4.11.9.ebuild b/kde-base/ksysguard/ksysguard-4.11.9.ebuild
827 deleted file mode 100644
828 index 0c8aaf0..0000000
829 --- a/kde-base/ksysguard/ksysguard-4.11.9.ebuild
830 +++ /dev/null
831 @@ -1,46 +0,0 @@
832 -# Copyright 1999-2014 Gentoo Foundation
833 -# Distributed under the terms of the GNU General Public License v2
834 -# $Header: $
835 -
836 -EAPI=5
837 -
838 -KDE_HANDBOOK="optional"
839 -KMNAME="kde-workspace"
840 -CPPUNIT_REQUIRED="optional"
841 -VIRTUALX_REQUIRED="test"
842 -inherit kde4-meta
843 -
844 -DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
845 -HOMEPAGE+=" http://userbase.kde.org/KSysGuard"
846 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
847 -IUSE="debug lm_sensors test"
848 -
849 -DEPEND="
850 - sys-libs/zlib
851 - x11-libs/libX11
852 - x11-libs/libXres
853 - lm_sensors? ( sys-apps/lm_sensors )
854 -"
855 -RDEPEND="${DEPEND}"
856 -
857 -RESTRICT="test"
858 -# bug 393091
859 -
860 -KMEXTRA="
861 - libs/ksysguard/
862 -"
863 -
864 -src_configure() {
865 - local mycmakeargs=(
866 - $(cmake-utils_use_with lm_sensors Sensors)
867 - )
868 -
869 - kde4-meta_src_configure
870 -}
871 -
872 -pkg_postinst() {
873 - kde4-meta_pkg_postinst
874 - ewarn "Note that ksysguard has powerful features; one of these is the executing of arbitrary"
875 - ewarn "programs with elevated privileges (as data sources). So be careful opening worksheets"
876 - ewarn "from untrusted sources!"
877 -}
878
879 diff --git a/kde-base/ksystraycmd/ksystraycmd-4.11.9.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.11.9.ebuild
880 deleted file mode 100644
881 index 8801854..0000000
882 --- a/kde-base/ksystraycmd/ksystraycmd-4.11.9.ebuild
883 +++ /dev/null
884 @@ -1,15 +0,0 @@
885 -# Copyright 1999-2014 Gentoo Foundation
886 -# Distributed under the terms of the GNU General Public License v2
887 -# $Header: $
888 -
889 -EAPI=5
890 -
891 -KMNAME="kde-workspace"
892 -inherit kde4-meta
893 -
894 -DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray."
895 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
896 -IUSE="debug"
897 -
898 -DEPEND="x11-libs/libX11"
899 -RDEPEND="${DEPEND}"
900
901 diff --git a/kde-base/kwin/kwin-4.11.9.ebuild b/kde-base/kwin/kwin-4.11.9.ebuild
902 deleted file mode 100644
903 index 30a0615..0000000
904 --- a/kde-base/kwin/kwin-4.11.9.ebuild
905 +++ /dev/null
906 @@ -1,80 +0,0 @@
907 -# Copyright 1999-2014 Gentoo Foundation
908 -# Distributed under the terms of the GNU General Public License v2
909 -# $Header: $
910 -
911 -EAPI=5
912 -
913 -KMNAME="kde-workspace"
914 -DECLARATIVE_REQUIRED="always"
915 -OPENGL_REQUIRED="always"
916 -
917 -#VIRTUALX_REQUIRED=test
918 -RESTRICT=test
919 -# test 8: kwin-TestVirtualDesktops hangs even with virtualx
920 -
921 -inherit flag-o-matic kde4-meta
922 -
923 -DESCRIPTION="KDE window manager"
924 -HOMEPAGE+=" http://userbase.kde.org/KWin"
925 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
926 -IUSE="debug gles opengl wayland"
927 -
928 -COMMONDEPEND="
929 - $(add_kdebase_dep kactivities)
930 - $(add_kdebase_dep kdelibs opengl)
931 - $(add_kdebase_dep kephal)
932 - $(add_kdebase_dep libkworkspace)
933 - $(add_kdebase_dep liboxygenstyle)
934 - x11-libs/libICE
935 - x11-libs/libSM
936 - x11-libs/libX11
937 - x11-libs/libxcb
938 - x11-libs/xcb-util-image
939 - x11-libs/xcb-util-keysyms
940 - x11-libs/libXcomposite
941 - x11-libs/libXcursor
942 - x11-libs/libXdamage
943 - x11-libs/libXext
944 - x11-libs/libXfixes
945 - >=x11-libs/libXrandr-1.2.1
946 - x11-libs/libXrender
947 - x11-libs/libXxf86vm
948 - opengl? ( >=media-libs/mesa-7.10 )
949 - gles? ( >=media-libs/mesa-7.12[egl(+),gles2] )
950 - wayland? ( >=media-libs/mesa-9.0[egl(+),wayland] )
951 -"
952 -DEPEND="${COMMONDEPEND}
953 - x11-libs/xcb-util-renderutil
954 - x11-proto/compositeproto
955 - x11-proto/damageproto
956 - x11-proto/fixesproto
957 - x11-proto/randrproto
958 - x11-proto/renderproto
959 -"
960 -RDEPEND="${COMMONDEPEND}
961 - x11-apps/scripts
962 -"
963 -
964 -KMEXTRACTONLY="
965 - ksmserver/
966 - libs/kephal/
967 - libs/oxygen/
968 -"
969 -
970 -# you need one of these
971 -REQUIRED_USE="!opengl? ( gles ) !gles? ( opengl ) wayland? ( gles )"
972 -
973 -src_configure() {
974 - # FIXME Remove when activity API moved away from libkworkspace
975 - append-cppflags "-I${EPREFIX}/usr/include/kworkspace"
976 -
977 - mycmakeargs=(
978 - $(cmake-utils_use_with gles OpenGLES)
979 - $(cmake-utils_use gles KWIN_BUILD_WITH_OPENGLES)
980 - $(cmake-utils_use_with opengl OpenGL)
981 - $(cmake-utils_use_with wayland Wayland)
982 - -DWITH_X11_Xcomposite=ON
983 - )
984 -
985 - kde4-meta_src_configure
986 -}
987
988 diff --git a/kde-base/kwrited/kwrited-4.11.9.ebuild b/kde-base/kwrited/kwrited-4.11.9.ebuild
989 deleted file mode 100644
990 index 7e66c66..0000000
991 --- a/kde-base/kwrited/kwrited-4.11.9.ebuild
992 +++ /dev/null
993 @@ -1,16 +0,0 @@
994 -# Copyright 1999-2014 Gentoo Foundation
995 -# Distributed under the terms of the GNU General Public License v2
996 -# $Header: $
997 -
998 -EAPI=5
999 -KMNAME="kde-workspace"
1000 -inherit kde4-meta
1001 -
1002 -DESCRIPTION="KDE daemon listening for wall and write messages."
1003 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1004 -IUSE="debug"
1005 -
1006 -DEPEND="
1007 - || ( >=sys-libs/libutempter-1.1.5 >=sys-freebsd/freebsd-lib-9.0 )
1008 -"
1009 -RDEPEND="${DEPEND}"
1010
1011 diff --git a/kde-base/libkworkspace/libkworkspace-4.11.9.ebuild b/kde-base/libkworkspace/libkworkspace-4.11.9.ebuild
1012 deleted file mode 100644
1013 index e3e9950..0000000
1014 --- a/kde-base/libkworkspace/libkworkspace-4.11.9.ebuild
1015 +++ /dev/null
1016 @@ -1,34 +0,0 @@
1017 -# Copyright 1999-2014 Gentoo Foundation
1018 -# Distributed under the terms of the GNU General Public License v2
1019 -# $Header: $
1020 -
1021 -EAPI=5
1022 -
1023 -KMNAME="kde-workspace"
1024 -KMMODULE="libs/kworkspace"
1025 -inherit kde4-meta
1026 -
1027 -DESCRIPTION="A library for KDE desktop applications"
1028 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
1029 -IUSE="debug"
1030 -
1031 -KMEXTRACTONLY="
1032 - ksmserver/org.kde.KSMServerInterface.xml
1033 - kwin/org.kde.KWin.xml
1034 -"
1035 -
1036 -KMSAVELIBS="true"
1037 -
1038 -DEPEND="
1039 - x11-libs/libICE
1040 - x11-libs/libSM
1041 - x11-libs/libXau
1042 -"
1043 -RDEPEND="${DEPEND}"
1044 -
1045 -src_prepare() {
1046 - sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
1047 - libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"
1048 -
1049 - kde4-meta_src_prepare
1050 -}
1051
1052 diff --git a/kde-base/liboxygenstyle/liboxygenstyle-4.11.9.ebuild b/kde-base/liboxygenstyle/liboxygenstyle-4.11.9.ebuild
1053 deleted file mode 100644
1054 index 3e08fe8..0000000
1055 --- a/kde-base/liboxygenstyle/liboxygenstyle-4.11.9.ebuild
1056 +++ /dev/null
1057 @@ -1,17 +0,0 @@
1058 -# Copyright 1999-2014 Gentoo Foundation
1059 -# Distributed under the terms of the GNU General Public License v2
1060 -# $Header: $
1061 -
1062 -EAPI=5
1063 -
1064 -KMNAME="kde-workspace"
1065 -KMMODULE="libs/oxygen"
1066 -inherit kde4-meta
1067 -
1068 -DESCRIPTION="Library to support the Oxygen style in KDE"
1069 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
1070 -IUSE="debug"
1071 -SLOT="4/${PV}"
1072 -
1073 -DEPEND="x11-libs/libX11"
1074 -RDEPEND="${DEPEND}"
1075
1076 diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild
1077 deleted file mode 100644
1078 index 5da3889..0000000
1079 --- a/kde-base/libplasmaclock/libplasmaclock-4.11.9.ebuild
1080 +++ /dev/null
1081 @@ -1,33 +0,0 @@
1082 -# Copyright 1999-2014 Gentoo Foundation
1083 -# Distributed under the terms of the GNU General Public License v2
1084 -# $Header: $
1085 -
1086 -EAPI=5
1087 -
1088 -KMNAME="kde-workspace"
1089 -KMMODULE="libs/plasmaclock"
1090 -inherit kde4-meta
1091 -
1092 -DESCRIPTION="Libraries for KDE Plasma's clocks"
1093 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1094 -IUSE="debug semantic-desktop"
1095 -
1096 -DEPEND="
1097 - $(add_kdebase_dep kephal)
1098 - semantic-desktop? ( $(add_kdebase_dep kdepimlibs) )
1099 -"
1100 -RDEPEND="${DEPEND}"
1101 -
1102 -KMSAVELIBS="true"
1103 -
1104 -KMEXTRACTONLY="
1105 - libs/kephal/
1106 -"
1107 -
1108 -src_configure() {
1109 - local mycmakeargs=(
1110 - $(cmake-utils_use_with semantic-desktop KdepimLibs)
1111 - )
1112 -
1113 - kde4-meta_src_configure
1114 -}
1115
1116 diff --git a/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.9.ebuild b/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.9.ebuild
1117 deleted file mode 100644
1118 index 01210e8..0000000
1119 --- a/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.9.ebuild
1120 +++ /dev/null
1121 @@ -1,28 +0,0 @@
1122 -# Copyright 1999-2014 Gentoo Foundation
1123 -# Distributed under the terms of the GNU General Public License v2
1124 -# $Header: $
1125 -
1126 -EAPI=5
1127 -
1128 -DECLARATIVE_REQUIRED="always"
1129 -KMNAME="kde-workspace"
1130 -KMMODULE="libs/plasmagenericshell"
1131 -inherit kde4-meta
1132 -
1133 -DESCRIPTION="Libraries for the KDE Plasma shell"
1134 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1135 -IUSE="debug test"
1136 -
1137 -DEPEND="
1138 - $(add_kdebase_dep kephal)
1139 - $(add_kdebase_dep libkworkspace)
1140 - x11-libs/libX11
1141 -"
1142 -RDEPEND="${DEPEND}"
1143 -
1144 -KMSAVELIBS="true"
1145 -
1146 -KMEXTRACTONLY="
1147 - libs/kephal/kephal/
1148 - plasma/desktop/shell/data/
1149 -"
1150
1151 diff --git a/kde-base/libtaskmanager/libtaskmanager-4.11.9.ebuild b/kde-base/libtaskmanager/libtaskmanager-4.11.9.ebuild
1152 deleted file mode 100644
1153 index ae6e45d..0000000
1154 --- a/kde-base/libtaskmanager/libtaskmanager-4.11.9.ebuild
1155 +++ /dev/null
1156 @@ -1,35 +0,0 @@
1157 -# Copyright 1999-2014 Gentoo Foundation
1158 -# Distributed under the terms of the GNU General Public License v2
1159 -# $Header: $
1160 -
1161 -EAPI=5
1162 -
1163 -KMNAME="kde-workspace"
1164 -KMMODULE="libs/taskmanager"
1165 -inherit kde4-meta
1166 -
1167 -DESCRIPTION="A library that provides basic taskmanager functionality"
1168 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1169 -IUSE="debug"
1170 -
1171 -DEPEND="
1172 - $(add_kdebase_dep kactivities)
1173 - $(add_kdebase_dep kephal)
1174 - $(add_kdebase_dep ksysguard)
1175 - $(add_kdebase_dep libkworkspace)
1176 - x11-libs/libX11
1177 -"
1178 -RDEPEND="${DEPEND}"
1179 -
1180 -KMSAVELIBS="true"
1181 -
1182 -KMEXTRACTONLY="
1183 - libs/kephal/
1184 - libs/kworkspace/
1185 -"
1186 -
1187 -src_prepare() {
1188 - kde4-meta_src_prepare
1189 - sed -e 's:ksysguard/processcore/processes.h:ksysguard/processes.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die
1190 - sed -e 's:ksysguard/processcore/process.h:ksysguard/process.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die
1191 -}
1192
1193 diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.9.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.9.ebuild
1194 deleted file mode 100644
1195 index 2fc8803..0000000
1196 --- a/kde-base/plasma-workspace/plasma-workspace-4.11.9.ebuild
1197 +++ /dev/null
1198 @@ -1,122 +0,0 @@
1199 -# Copyright 1999-2014 Gentoo Foundation
1200 -# Distributed under the terms of the GNU General Public License v2
1201 -# $Header: $
1202 -
1203 -EAPI=5
1204 -
1205 -DECLARATIVE_REQUIRED="always"
1206 -KDE_HANDBOOK="optional"
1207 -KMNAME="kde-workspace"
1208 -KMMODULE="plasma"
1209 -PYTHON_COMPAT=( python2_{6,7} )
1210 -OPENGL_REQUIRED="always"
1211 -inherit python-single-r1 kde4-meta
1212 -
1213 -DESCRIPTION="Plasma: KDE desktop framework"
1214 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1215 -IUSE="debug gps json python qalculate semantic-desktop"
1216 -
1217 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
1218 -
1219 -COMMONDEPEND="
1220 - dev-libs/libdbusmenu-qt
1221 - >=dev-qt/qtcore-4.8.4-r3:4
1222 - !kde-misc/ktouchpadenabler
1223 - $(add_kdebase_dep kactivities)
1224 - $(add_kdebase_dep kdelibs 'semantic-desktop?')
1225 - $(add_kdebase_dep kephal)
1226 - $(add_kdebase_dep ksysguard)
1227 - $(add_kdebase_dep libkworkspace)
1228 - $(add_kdebase_dep libplasmaclock 'semantic-desktop?')
1229 - $(add_kdebase_dep libplasmagenericshell)
1230 - $(add_kdebase_dep libtaskmanager)
1231 - x11-libs/libX11
1232 - x11-libs/libXcomposite
1233 - x11-libs/libXdamage
1234 - x11-libs/libXext
1235 - x11-libs/libXfixes
1236 - x11-libs/libXi
1237 - x11-libs/libXrender
1238 - gps? ( >=sci-geosciences/gpsd-2.37 )
1239 - json? ( dev-libs/qjson )
1240 - python? (
1241 - ${PYTHON_DEPS}
1242 - >=dev-python/PyQt4-4.4.0[X,${PYTHON_USEDEP}]
1243 - $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
1244 - )
1245 - qalculate? ( sci-libs/libqalculate )
1246 - semantic-desktop? (
1247 - dev-libs/soprano
1248 - $(add_kdebase_dep kdepimlibs)
1249 - $(add_kdebase_dep nepomuk-core)
1250 - )
1251 -"
1252 -DEPEND="${COMMONDEPEND}
1253 - dev-libs/boost
1254 - x11-proto/compositeproto
1255 - x11-proto/damageproto
1256 - x11-proto/fixesproto
1257 - x11-proto/renderproto
1258 -"
1259 -RDEPEND="${COMMONDEPEND}
1260 - $(add_kdebase_dep plasma-runtime)
1261 -"
1262 -
1263 -KMEXTRA="
1264 - appmenu/
1265 - ktouchpadenabler/
1266 - statusnotifierwatcher/
1267 -"
1268 -KMEXTRACTONLY="
1269 - kcheckpass/
1270 - krunner/dbus/org.freedesktop.ScreenSaver.xml
1271 - krunner/dbus/org.kde.krunner.App.xml
1272 - ksmserver/org.kde.KSMServerInterface.xml
1273 - ksmserver/screenlocker/
1274 - libs/kephal/
1275 - libs/kworkspace/
1276 - libs/taskmanager/
1277 - libs/plasmagenericshell/
1278 - libs/ksysguard/
1279 - libs/kdm/kgreeterplugin.h
1280 - ksysguard/
1281 -"
1282 -
1283 -pkg_setup() {
1284 - if use python ; then
1285 - python-single-r1_pkg_setup
1286 - fi
1287 - kde4-meta_pkg_setup
1288 -}
1289 -
1290 -src_unpack() {
1291 - if use handbook; then
1292 - KMEXTRA+=" doc/plasma-desktop"
1293 - fi
1294 -
1295 - kde4-meta_src_unpack
1296 -}
1297 -
1298 -src_configure() {
1299 - mycmakeargs=(
1300 - $(cmake-utils_use_with gps libgps)
1301 - $(cmake-utils_use_with json QJSON)
1302 - $(cmake-utils_use_with python PythonLibrary)
1303 - $(cmake-utils_use_with qalculate)
1304 - $(cmake-utils_use_with semantic-desktop Akonadi)
1305 - $(cmake-utils_use_with semantic-desktop KdepimLibs)
1306 - $(cmake-utils_use_with semantic-desktop NepomukCore)
1307 - $(cmake-utils_use_with semantic-desktop Soprano)
1308 - -DWITH_Xmms=OFF
1309 - )
1310 -
1311 - kde4-meta_src_configure
1312 -}
1313 -
1314 -src_install() {
1315 - kde4-meta_src_install
1316 -
1317 - if use python; then
1318 - python_optimize "${ED}"
1319 - fi
1320 -}
1321
1322 diff --git a/kde-base/powerdevil/powerdevil-4.11.9.ebuild b/kde-base/powerdevil/powerdevil-4.11.9.ebuild
1323 deleted file mode 100644
1324 index d6e50a7..0000000
1325 --- a/kde-base/powerdevil/powerdevil-4.11.9.ebuild
1326 +++ /dev/null
1327 @@ -1,32 +0,0 @@
1328 -# Copyright 1999-2014 Gentoo Foundation
1329 -# Distributed under the terms of the GNU General Public License v2
1330 -# $Header: $
1331 -
1332 -EAPI=5
1333 -
1334 -KMNAME="kde-workspace"
1335 -inherit kde4-meta
1336 -
1337 -DESCRIPTION="PowerDevil is an utility for KDE4 for Laptop Powermanagement."
1338 -HOMEPAGE="http://solid.kde.org"
1339 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1340 -IUSE="debug +pm-utils"
1341 -
1342 -DEPEND="
1343 - $(add_kdebase_dep kactivities)
1344 - $(add_kdebase_dep libkworkspace)
1345 - !aqua? (
1346 - x11-libs/libX11
1347 - x11-libs/libXext
1348 - x11-libs/libXrandr
1349 - )
1350 -"
1351 -RDEPEND="${DEPEND}
1352 - pm-utils? ( sys-power/pm-utils )
1353 -"
1354 -
1355 -KMEXTRACTONLY="
1356 - krunner/
1357 - ksmserver/org.kde.KSMServerInterface.xml
1358 - ksmserver/screenlocker/dbus/org.freedesktop.ScreenSaver.xml
1359 -"
1360
1361 diff --git a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.9.ebuild b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.9.ebuild
1362 deleted file mode 100644
1363 index 5ada0f4..0000000
1364 --- a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.9.ebuild
1365 +++ /dev/null
1366 @@ -1,12 +0,0 @@
1367 -# Copyright 1999-2014 Gentoo Foundation
1368 -# Distributed under the terms of the GNU General Public License v2
1369 -# $Header: $
1370 -
1371 -EAPI=5
1372 -
1373 -KMNAME="kde-workspace"
1374 -inherit kde4-meta
1375 -
1376 -DESCRIPTION="Helps integration of pure Qt applications with KDE Workspace"
1377 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1378 -IUSE="debug"
1379
1380 diff --git a/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.9.ebuild b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.9.ebuild
1381 deleted file mode 100644
1382 index 0e62db7..0000000
1383 --- a/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.9.ebuild
1384 +++ /dev/null
1385 @@ -1,19 +0,0 @@
1386 -# Copyright 1999-2014 Gentoo Foundation
1387 -# Distributed under the terms of the GNU General Public License v2
1388 -# $Header: $
1389 -
1390 -EAPI=5
1391 -
1392 -KMNAME="kde-workspace"
1393 -CPPUNIT_REQUIRED="test"
1394 -inherit kde4-meta
1395 -
1396 -DESCRIPTION="KDE control module for Solid actions"
1397 -HOMEPAGE="http://solid.kde.org"
1398 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
1399 -IUSE="debug"
1400 -
1401 -RDEPEND="
1402 - $(add_kdebase_dep solid-runtime)
1403 - !kde-base/solid:4
1404 -"
1405
1406 diff --git a/kde-base/systemsettings/systemsettings-4.11.9.ebuild b/kde-base/systemsettings/systemsettings-4.11.9.ebuild
1407 deleted file mode 100644
1408 index 39da439..0000000
1409 --- a/kde-base/systemsettings/systemsettings-4.11.9.ebuild
1410 +++ /dev/null
1411 @@ -1,96 +0,0 @@
1412 -# Copyright 1999-2014 Gentoo Foundation
1413 -# Distributed under the terms of the GNU General Public License v2
1414 -# $Header: $
1415 -
1416 -EAPI=5
1417 -
1418 -KDE_HANDBOOK="optional"
1419 -KMNAME="kde-workspace"
1420 -OPENGL_REQUIRED="optional"
1421 -VIRTUALX_REQUIRED="test"
1422 -VIRTUALDBUS_TEST="true"
1423 -inherit kde4-meta
1424 -
1425 -DESCRIPTION="System settings utility"
1426 -HOMEPAGE+=" http://userbase.kde.org/System_Settings"
1427 -IUSE="debug gtk semantic-desktop +usb"
1428 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
1429 -
1430 -COMMONDEPEND="
1431 - app-misc/strigi
1432 - dev-libs/glib:2
1433 - $(add_kdebase_dep kwin)
1434 - $(add_kdebase_dep libkworkspace)
1435 - media-libs/fontconfig
1436 - >=media-libs/freetype-2
1437 - >=x11-libs/libxklavier-3.2
1438 - x11-libs/libX11
1439 - x11-libs/libXcursor
1440 - x11-libs/libXext
1441 - x11-libs/libXfixes
1442 - x11-libs/libXft
1443 - x11-libs/libXi
1444 - x11-libs/libxkbfile
1445 - x11-libs/libXrandr
1446 - x11-libs/libXtst
1447 - opengl? ( virtual/opengl )
1448 - usb? ( virtual/libusb:0 )
1449 -"
1450 -DEPEND="${COMMONDEPEND}
1451 - x11-proto/kbproto
1452 - x11-proto/xextproto
1453 -"
1454 -RDEPEND="${COMMONDEPEND}
1455 - sys-libs/timezone-data
1456 - x11-apps/setxkbmap
1457 - x11-misc/xkeyboard-config
1458 - gtk? ( kde-misc/kde-gtk-config )
1459 - semantic-desktop? ( $(add_kdebase_dep nepomuk) )
1460 -"
1461 -
1462 -KMEXTRA="
1463 - kcontrol/
1464 -"
1465 -KMEXTRACTONLY="
1466 - krunner/dbus/org.kde.krunner.App.xml
1467 - krunner/dbus/org.kde.screensaver.xml
1468 - ksmserver/screenlocker/dbus/org.kde.screensaver.xml
1469 - kwin/
1470 - libs/
1471 - plasma/
1472 -"
1473 -# fails to connect to a kded instance
1474 -RESTRICT="test"
1475 -
1476 -src_unpack() {
1477 - if use handbook; then
1478 - KMEXTRA+="
1479 - doc/kcontrol
1480 - doc/kfontview
1481 - "
1482 - fi
1483 -
1484 - kde4-meta_src_unpack
1485 -}
1486 -
1487 -src_prepare() {
1488 - sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \
1489 - systemsettings/CMakeLists.txt \
1490 - || die "Failed to fix systemsettingsrc install location"
1491 -
1492 - kde4-meta_src_prepare
1493 -}
1494 -
1495 -# FIXME: is have_openglxvisual found without screensaver
1496 -src_configure() {
1497 - # Old keyboard-detection code is unmaintained,
1498 - # so we force the new stuff, using libxklavier.
1499 - mycmakeargs=(
1500 - -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON
1501 - -DWITH_GLIB2=ON -DWITH_GObject=ON
1502 - $(cmake-utils_use_with opengl OpenGL)
1503 - $(cmake-utils_use_with usb)
1504 - )
1505 -
1506 - kde4-meta_src_configure
1507 -}