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, 01 Apr 2014 18:47:30
Message-Id: 1396378023.cfb9ee276ef096fb186dba5ed7cefced6173b5e6.johu@gentoo
1 commit: cfb9ee276ef096fb186dba5ed7cefced6173b5e6
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 1 18:39:08 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 1 18:47:03 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cfb9ee27
7
8 [kde-base] Remove KDE Workspace 4.11.8
9
10 * Moved to tree
11
12 Package-Manager: portage-2.2.10
13
14 ---
15 .../freespacenotifier-4.11.8.ebuild | 12 --
16 kde-base/kcheckpass/kcheckpass-4.11.8.ebuild | 33 -----
17 kde-base/kcminit/kcminit-4.11.8.ebuild | 17 ---
18 .../kdebase-cursors/kdebase-cursors-4.11.8.ebuild | 13 --
19 .../kdebase-startkde-4.11.8.ebuild | 92 ------------
20 kde-base/kdm/kdm-4.11.8.ebuild | 162 ---------------------
21 kde-base/kephal/kephal-4.11.8.ebuild | 25 ----
22 kde-base/khotkeys/khotkeys-4.11.8.ebuild | 23 ---
23 kde-base/kinfocenter/kinfocenter-4.11.8.ebuild | 37 -----
24 kde-base/klipper/klipper-4.11.8.ebuild | 31 ----
25 kde-base/kmenuedit/kmenuedit-4.11.8.ebuild | 31 ----
26 kde-base/krunner/krunner-4.11.8.ebuild | 51 -------
27 kde-base/kscreensaver/kscreensaver-4.11.8.ebuild | 22 ---
28 kde-base/ksmserver/ksmserver-4.11.8.ebuild | 38 -----
29 kde-base/ksplash/ksplash-4.11.8.ebuild | 38 -----
30 .../kstartupconfig/kstartupconfig-4.11.8.ebuild | 12 --
31 kde-base/kstyles/kstyles-4.11.8.ebuild | 22 ---
32 kde-base/ksysguard/ksysguard-4.11.8.ebuild | 46 ------
33 kde-base/ksystraycmd/ksystraycmd-4.11.8.ebuild | 15 --
34 kde-base/kwin/kwin-4.11.8.ebuild | 80 ----------
35 kde-base/kwrited/kwrited-4.11.8.ebuild | 16 --
36 kde-base/libkworkspace/libkworkspace-4.11.8.ebuild | 34 -----
37 .../liboxygenstyle/liboxygenstyle-4.11.8.ebuild | 16 --
38 .../libplasmaclock/libplasmaclock-4.11.8.ebuild | 33 -----
39 .../libplasmagenericshell-4.11.8.ebuild | 28 ----
40 .../libtaskmanager/libtaskmanager-4.11.8.ebuild | 35 -----
41 .../plasma-workspace-4.11.8.ebuild | 124 ----------------
42 kde-base/powerdevil/powerdevil-4.11.8.ebuild | 32 ----
43 .../qguiplatformplugin_kde-4.11.8.ebuild | 12 --
44 .../solid-actions-kcm-4.11.8.ebuild | 19 ---
45 .../systemsettings/systemsettings-4.11.8.ebuild | 96 ------------
46 31 files changed, 1245 deletions(-)
47
48 diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.8.ebuild b/kde-base/freespacenotifier/freespacenotifier-4.11.8.ebuild
49 deleted file mode 100644
50 index afb0b93..0000000
51 --- a/kde-base/freespacenotifier/freespacenotifier-4.11.8.ebuild
52 +++ /dev/null
53 @@ -1,12 +0,0 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -# $Header: $
57 -
58 -EAPI=5
59 -
60 -KMNAME="kde-workspace"
61 -inherit kde4-meta
62 -
63 -DESCRIPTION="A module that monitors free disk space on the home dir"
64 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
65 -IUSE="debug"
66
67 diff --git a/kde-base/kcheckpass/kcheckpass-4.11.8.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.8.ebuild
68 deleted file mode 100644
69 index 1bf9b54..0000000
70 --- a/kde-base/kcheckpass/kcheckpass-4.11.8.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2014 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Header: $
76 -
77 -EAPI=5
78 -
79 -KMNAME="kde-workspace"
80 -inherit kde4-meta
81 -
82 -DESCRIPTION="A simple password checker, used by any software in need of user authentication."
83 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
84 -IUSE="debug pam"
85 -
86 -RDEPEND="
87 - pam? (
88 - >=kde-base/kdebase-pam-7
89 - virtual/pam
90 - )
91 -"
92 -
93 -src_prepare() {
94 - kde4-meta_src_prepare
95 -
96 - use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch"
97 -}
98 -
99 -src_configure() {
100 - local mycmakeargs=(
101 - $(cmake-utils_use_with pam)
102 - )
103 -
104 - kde4-meta_src_configure
105 -}
106
107 diff --git a/kde-base/kcminit/kcminit-4.11.8.ebuild b/kde-base/kcminit/kcminit-4.11.8.ebuild
108 deleted file mode 100644
109 index 1c8abe9..0000000
110 --- a/kde-base/kcminit/kcminit-4.11.8.ebuild
111 +++ /dev/null
112 @@ -1,17 +0,0 @@
113 -# Copyright 1999-2014 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -# $Header: $
116 -
117 -EAPI=5
118 -
119 -KMNAME="kde-workspace"
120 -inherit kde4-meta
121 -
122 -DESCRIPTION="KCMInit - runs startups initialization for Control Modules."
123 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
124 -IUSE="debug"
125 -
126 -DEPEND="
127 - x11-libs/libX11
128 -"
129 -RDEPEND="${DEPEND}"
130
131 diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.8.ebuild b/kde-base/kdebase-cursors/kdebase-cursors-4.11.8.ebuild
132 deleted file mode 100644
133 index 6d77197..0000000
134 --- a/kde-base/kdebase-cursors/kdebase-cursors-4.11.8.ebuild
135 +++ /dev/null
136 @@ -1,13 +0,0 @@
137 -# Copyright 1999-2014 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -# $Header: $
140 -
141 -EAPI=5
142 -
143 -KMNAME="kde-workspace"
144 -KMMODULE="cursors"
145 -inherit kde4-meta
146 -
147 -DESCRIPTION="oxygen cursors from kdebase"
148 -IUSE=""
149 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
150
151 diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.8.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-4.11.8.ebuild
152 deleted file mode 100644
153 index cfa6b8c..0000000
154 --- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.8.ebuild
155 +++ /dev/null
156 @@ -1,92 +0,0 @@
157 -# Copyright 1999-2014 Gentoo Foundation
158 -# Distributed under the terms of the GNU General Public License v2
159 -# $Header: $
160 -
161 -EAPI=5
162 -
163 -KMNAME="kde-workspace"
164 -KMNOMODULE="true"
165 -inherit kde4-meta prefix
166 -
167 -DESCRIPTION="Startkde script, which starts a complete KDE session, and associated scripts"
168 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
169 -IUSE="+wallpapers"
170 -
171 -# The KDE apps called from the startkde script.
172 -# These provide the most minimal KDE desktop.
173 -RDEPEND="
174 - $(add_kdebase_dep kcminit)
175 - $(add_kdebase_dep kdebase-runtime-meta)
176 - wallpapers? ( $(add_kdebase_dep kde-wallpapers) )
177 - $(add_kdebase_dep kfmclient)
178 - $(add_kdebase_dep knotify)
179 - $(add_kdebase_dep kreadconfig)
180 - $(add_kdebase_dep krunner)
181 - $(add_kdebase_dep ksmserver)
182 - $(add_kdebase_dep ksplash)
183 - $(add_kdebase_dep kstartupconfig)
184 - $(add_kdebase_dep kwin)
185 - $(add_kdebase_dep phonon-kde)
186 - $(add_kdebase_dep plasma-apps)
187 - $(add_kdebase_dep plasma-workspace)
188 - $(add_kdebase_dep systemsettings)
189 - x11-apps/mkfontdir
190 - x11-apps/xmessage
191 - x11-apps/xprop
192 - x11-apps/xrandr
193 - x11-apps/xrdb
194 - x11-apps/xsetroot
195 - x11-apps/xset
196 -"
197 -
198 -KMEXTRACTONLY="
199 - ConfigureChecks.cmake
200 - kdm/
201 - startkde.cmake
202 -"
203 -
204 -PATCHES=("${FILESDIR}/gentoo-startkde4-4.patch")
205 -
206 -src_prepare() {
207 - kde4-meta_src_prepare
208 -
209 - cp "${FILESDIR}/KDE-4" "${T}"
210 -
211 - # fix ${EPREFIX}
212 - eprefixify startkde.cmake "${T}/KDE-4"
213 -}
214 -
215 -src_install() {
216 - kde4-meta_src_install
217 -
218 - # startup and shutdown scripts
219 - insinto /etc/kde/startup
220 - doins "${FILESDIR}/agent-startup.sh"
221 -
222 - insinto /etc/kde/shutdown
223 - doins "${FILESDIR}/agent-shutdown.sh"
224 -
225 - # x11 session script
226 - exeinto /etc/X11/Sessions
227 - doexe "${T}/KDE-4"
228 -
229 - # freedesktop compliant session script
230 - sed -e "s:\${BIN_INSTALL_DIR}:${EPREFIX}/usr/bin:g" \
231 - "${S}/kdm/kfrontend/sessions/kde-plasma.desktop.cmake" > "${T}/KDE-4.desktop"
232 - insinto /usr/share/xsessions
233 - doins "${T}/KDE-4.desktop"
234 -}
235 -
236 -pkg_postinst () {
237 - kde4-meta_pkg_postinst
238 -
239 - echo
240 - elog "To enable gpg-agent and/or ssh-agent in KDE sessions,"
241 - elog "edit ${EPREFIX}/etc/kde/startup/agent-startup.sh and"
242 - elog "${EPREFIX}/etc/kde/shutdown/agent-shutdown.sh"
243 - echo
244 - elog "The name of the session script has changed."
245 - elog "If you currently have XSESSION=\"kde-$(get_kde_version)\" in your"
246 - elog "configuration files, you will need to change it to"
247 - elog "XSESSION=\"KDE-4\""
248 -}
249
250 diff --git a/kde-base/kdm/kdm-4.11.8.ebuild b/kde-base/kdm/kdm-4.11.8.ebuild
251 deleted file mode 100644
252 index 97d0aa1..0000000
253 --- a/kde-base/kdm/kdm-4.11.8.ebuild
254 +++ /dev/null
255 @@ -1,162 +0,0 @@
256 -# Copyright 1999-2014 Gentoo Foundation
257 -# Distributed under the terms of the GNU General Public License v2
258 -# $Header: $
259 -
260 -EAPI=5
261 -
262 -KDE_HANDBOOK="optional"
263 -KMNAME="kde-workspace"
264 -inherit systemd kde4-meta flag-o-matic user
265 -
266 -DESCRIPTION="KDE login manager, similar to xdm and gdm"
267 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
268 -IUSE="debug +consolekit kerberos pam systemd"
269 -
270 -REQUIRED_USE="consolekit? ( !systemd ) systemd? ( !consolekit )"
271 -
272 -DEPEND="
273 - $(add_kdebase_dep libkworkspace)
274 - media-libs/qimageblitz
275 - x11-libs/libX11
276 - x11-libs/libXau
277 - x11-libs/libXdmcp
278 - x11-libs/libXtst
279 - consolekit? (
280 - >=sys-apps/dbus-1.0.2
281 - sys-auth/consolekit
282 - )
283 - kerberos? ( virtual/krb5 )
284 - pam? (
285 - $(add_kdebase_dep kcheckpass)
286 - virtual/pam
287 - )
288 - systemd? ( sys-apps/systemd )
289 -"
290 -RDEPEND="${DEPEND}
291 - $(add_kdebase_dep kdepasswd)
292 - >=x11-apps/xinit-1.0.5-r2
293 - x11-apps/xmessage
294 -"
295 -
296 -KMEXTRA="
297 - libs/kdm/
298 -"
299 -
300 -PATCHES=(
301 - "${FILESDIR}/${PN}-4-gentoo-xinitrc.d.patch"
302 -)
303 -
304 -pkg_setup() {
305 - kde4-meta_pkg_setup
306 -
307 - # Create kdm:kdm user
308 - KDM_HOME=/var/lib/kdm
309 - enewgroup kdm
310 - enewuser kdm -1 -1 "${KDM_HOME}" kdm
311 -}
312 -
313 -src_configure() {
314 - mycmakeargs=(
315 - $(cmake-utils_use kerberos KDE4_KRB5AUTH)
316 - $(cmake-utils_use_with pam)
317 - $(cmake-utils_use_with consolekit CkConnector)
318 - )
319 -
320 - kde4-meta_src_configure
321 -}
322 -
323 -src_install() {
324 - export GENKDMCONF_FLAGS="--no-old --no-backup"
325 -
326 - kde4-meta_src_install
327 -
328 - # an equivalent file is already installed by kde-base/startkde, bug 377151
329 - rm "${ED}/usr/share/apps/kdm/sessions/kde-plasma.desktop" || die
330 -
331 - # Customize the kdmrc configuration:
332 - # - SessionDirs set to /usr/share/xsessions
333 - # - increase server timeout to 30s
334 - # - TerminateServer=true to workaround X server regen bug, bug 278473
335 - # - DataDir set to /var/lib/kdm
336 - # - FaceDir set to /var/lib/kdm/faces
337 - sed -e "s|^.*SessionsDirs=.*$|#&\nSessionsDirs=${EPREFIX}/usr/share/apps/kdm/sessions,${EPREFIX}/usr/share/xsessions|" \
338 - -e "/#ServerTimeout=/s/^.*$/ServerTimeout=30/" \
339 - -e "/#TerminateServer=/s/^.*$/TerminateServer=true/" \
340 - -e "s|^.*DataDir=.*$|#&\nDataDir=${EPREFIX}${KDM_HOME}|" \
341 - -e "s|^.*FaceDir=.*$|#&\nFaceDir=${EPREFIX}${KDM_HOME}/faces|" \
342 - -i "${ED}"/usr/share/config/kdm/kdmrc \
343 - || die "Failed to set ServerTimeout and SessionsDirs correctly in kdmrc."
344 -
345 - # Don't install empty dir
346 - rmdir "${ED}"/usr/share/config/kdm/sessions
347 -
348 - # Set up permissions to kdm work directory
349 - keepdir "${KDM_HOME}"
350 - fowners root:kdm "${KDM_HOME}"
351 - fperms 1770 "${KDM_HOME}"
352 -
353 - # install logrotate file
354 - insinto /etc/logrotate.d
355 - newins "${FILESDIR}"/kdm-logrotate kdm
356 -
357 - systemd_dounit "${FILESDIR}"/kdm.service
358 -}
359 -
360 -pkg_postinst() {
361 - kde4-meta_pkg_postinst
362 -
363 - local file src dest dir old_dirs=(
364 - /var/lib/kdm-live
365 - /var/lib/kdm-4.6
366 - /var/lib/kdm-4.5
367 - /var/lib/kdm-4.4
368 - /usr/share/apps/kdm
369 - /usr/kde/4.4/share/apps/kdm
370 - /usr/kde/4.3/share/apps/kdm
371 - /usr/kde/4.2/share/apps/kdm
372 - )
373 -
374 - mkdir -p "${EROOT}${KDM_HOME}/faces"
375 - # Set the default kdm face icon if it's not already set by the system admin
376 - # because this is user-overrideable in that way, it's not in src_install
377 - for file in faces/.default.face.icon:default1.png faces/root.face.icon:root1.png kdmsts: ; do
378 - src=${file#*:}
379 - dest=${file%:*}
380 - if [[ ! -e ${EROOT}${KDM_HOME}/$dest ]]; then
381 - for dir in "${old_dirs[@]}"; do
382 - if [[ -e ${EROOT}${dir}/${dest} ]]; then
383 - cp "${EROOT}${dir}/${dest}" "${EROOT}${KDM_HOME}/${dest}"
384 - break 2
385 - fi
386 - done
387 - if [[ -n ${src} ]]; then
388 - cp "${EROOT}/usr/share/apps/kdm/pics/users/${src}" \
389 - "${EROOT}${KDM_HOME}/${dest}"
390 - fi
391 - fi
392 - done
393 - for dir in "${old_dirs[@]}"; do
394 - if [[ ${dir} != /usr/* && -d ${EROOT}${dir} ]]; then
395 - echo
396 - elog "The directory ${EROOT%/}${dir} still exists from an older installation of KDE."
397 - elog "You may wish to copy relevant settings into ${EROOT%/}${KDM_HOME}."
398 - echo
399 - elog "After doing so, you may delete the directory."
400 - echo
401 - fi
402 - done
403 -
404 - # Make sure permissions are correct -- old installations may have
405 - # gotten this wrong
406 - use prefix || chown root:kdm "${EROOT}${KDM_HOME}"
407 - chmod 1770 "${EROOT}${KDM_HOME}"
408 -
409 - if use consolekit; then
410 - echo
411 - elog "You have compiled 'kdm' with consolekit support. If you want to use kdm,"
412 - elog "make sure consolekit daemon is running and started at login time"
413 - elog
414 - elog "rc-update add consolekit default && /etc/init.d/consolekit start"
415 - echo
416 - fi
417 -}
418
419 diff --git a/kde-base/kephal/kephal-4.11.8.ebuild b/kde-base/kephal/kephal-4.11.8.ebuild
420 deleted file mode 100644
421 index b5e7909..0000000
422 --- a/kde-base/kephal/kephal-4.11.8.ebuild
423 +++ /dev/null
424 @@ -1,25 +0,0 @@
425 -# Copyright 1999-2014 Gentoo Foundation
426 -# Distributed under the terms of the GNU General Public License v2
427 -# $Header: $
428 -
429 -EAPI=5
430 -
431 -KMNAME="kde-workspace"
432 -KMMODULE="libs/kephal"
433 -inherit kde4-meta
434 -
435 -DESCRIPTION="Allows handling of multihead systems via the XRandR extension"
436 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
437 -IUSE="debug"
438 -
439 -RDEPEND="
440 - x11-libs/libX11
441 - x11-libs/libXrandr
442 -"
443 -DEPEND="${RDEPEND}
444 - x11-proto/randrproto
445 -"
446 -
447 -KMEXTRACTONLY+="
448 - kephal/kephal/screens.h
449 -"
450
451 diff --git a/kde-base/khotkeys/khotkeys-4.11.8.ebuild b/kde-base/khotkeys/khotkeys-4.11.8.ebuild
452 deleted file mode 100644
453 index 094fafd..0000000
454 --- a/kde-base/khotkeys/khotkeys-4.11.8.ebuild
455 +++ /dev/null
456 @@ -1,23 +0,0 @@
457 -# Copyright 1999-2014 Gentoo Foundation
458 -# Distributed under the terms of the GNU General Public License v2
459 -# $Header: $
460 -
461 -EAPI=5
462 -
463 -KMNAME="kde-workspace"
464 -inherit kde4-meta
465 -
466 -DESCRIPTION="KDE: hotkey daemon"
467 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
468 -IUSE="debug"
469 -
470 -DEPEND="
471 - $(add_kdebase_dep libkworkspace)
472 - x11-libs/libX11
473 - x11-libs/libXtst
474 -"
475 -RDEPEND="${DEPEND}"
476 -
477 -KMEXTRACTONLY="
478 - libs/kworkspace/
479 -"
480
481 diff --git a/kde-base/kinfocenter/kinfocenter-4.11.8.ebuild b/kde-base/kinfocenter/kinfocenter-4.11.8.ebuild
482 deleted file mode 100644
483 index 18f0e4a..0000000
484 --- a/kde-base/kinfocenter/kinfocenter-4.11.8.ebuild
485 +++ /dev/null
486 @@ -1,37 +0,0 @@
487 -# Copyright 1999-2014 Gentoo Foundation
488 -# Distributed under the terms of the GNU General Public License v2
489 -# $Header: $
490 -
491 -EAPI=5
492 -
493 -KDE_HANDBOOK="optional"
494 -KMNAME="kde-workspace"
495 -OPENGL_REQUIRED="optional"
496 -inherit kde4-meta
497 -
498 -DESCRIPTION="The KDE Info Center"
499 -HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
500 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
501 -IUSE="debug ieee1394"
502 -
503 -DEPEND="
504 - sys-apps/pciutils
505 - x11-libs/libX11
506 - ieee1394? ( sys-libs/libraw1394 )
507 - opengl? (
508 - virtual/glu
509 - virtual/opengl
510 - )
511 -"
512 -RDEPEND="${DEPEND}
513 - sys-apps/usbutils
514 -"
515 -
516 -src_configure() {
517 - local mycmakeargs=(
518 - $(cmake-utils_use_with ieee1394 RAW1394)
519 - $(cmake-utils_use_with opengl OpenGL)
520 - )
521 -
522 - kde4-meta_src_configure
523 -}
524
525 diff --git a/kde-base/klipper/klipper-4.11.8.ebuild b/kde-base/klipper/klipper-4.11.8.ebuild
526 deleted file mode 100644
527 index 8eac7dc..0000000
528 --- a/kde-base/klipper/klipper-4.11.8.ebuild
529 +++ /dev/null
530 @@ -1,31 +0,0 @@
531 -# Copyright 1999-2014 Gentoo Foundation
532 -# Distributed under the terms of the GNU General Public License v2
533 -# $Header: $
534 -
535 -EAPI=5
536 -
537 -KDE_HANDBOOK="optional"
538 -KMNAME="kde-workspace"
539 -inherit kde4-meta
540 -
541 -DESCRIPTION="Applet for KDE and X clipboard management"
542 -HOMEPAGE+=" http://userbase.kde.org/Klipper"
543 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
544 -IUSE="debug prison"
545 -
546 -DEPEND="
547 - $(add_kdebase_dep libkworkspace)
548 - $(add_kdebase_dep libtaskmanager)
549 - sys-libs/zlib
550 - x11-libs/libX11
551 - prison? ( media-libs/prison )
552 -"
553 -RDEPEND="${DEPEND}"
554 -
555 -src_configure() {
556 - local mycmakeargs=(
557 - $(cmake-utils_use_with prison)
558 - )
559 -
560 - kde4-meta_src_configure
561 -}
562
563 diff --git a/kde-base/kmenuedit/kmenuedit-4.11.8.ebuild b/kde-base/kmenuedit/kmenuedit-4.11.8.ebuild
564 deleted file mode 100644
565 index 10fab5d..0000000
566 --- a/kde-base/kmenuedit/kmenuedit-4.11.8.ebuild
567 +++ /dev/null
568 @@ -1,31 +0,0 @@
569 -# Copyright 1999-2014 Gentoo Foundation
570 -# Distributed under the terms of the GNU General Public License v2
571 -# $Header: $
572 -
573 -EAPI=5
574 -
575 -KDE_HANDBOOK="optional"
576 -KMNAME="kde-workspace"
577 -inherit kde4-meta
578 -
579 -DESCRIPTION="KDE menu editor"
580 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
581 -IUSE="debug"
582 -
583 -RDEPEND="
584 - $(add_kdebase_dep khotkeys)
585 -"
586 -DEPEND=${RDEPEND}
587 -
588 -KMEXTRACTONLY="
589 - libs/kworkspace/
590 -"
591 -
592 -src_configure() {
593 - sed -i -e \
594 - "s:\${CMAKE_CURRENT_BINARY_DIR}/../khotkeys/app/org.kde.khotkeys.xml:${EPREFIX}/usr/share/dbus-1/interfaces/org.kde.khotkeys.xml:g" \
595 - kmenuedit/CMakeLists.txt \
596 - || die "sed failed"
597 -
598 - kde4-meta_src_configure
599 -}
600
601 diff --git a/kde-base/krunner/krunner-4.11.8.ebuild b/kde-base/krunner/krunner-4.11.8.ebuild
602 deleted file mode 100644
603 index 998221a..0000000
604 --- a/kde-base/krunner/krunner-4.11.8.ebuild
605 +++ /dev/null
606 @@ -1,51 +0,0 @@
607 -# Copyright 1999-2014 Gentoo Foundation
608 -# Distributed under the terms of the GNU General Public License v2
609 -# $Header: $
610 -
611 -EAPI=5
612 -
613 -KMNAME="kde-workspace"
614 -OPENGL_REQUIRED="optional"
615 -inherit kde4-meta
616 -
617 -DESCRIPTION="KDE Command Runner"
618 -HOMEPAGE+=" http://userbase.kde.org/Plasma/Krunner"
619 -IUSE="debug"
620 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
621 -
622 -DEPEND="
623 - $(add_kdebase_dep kcheckpass)
624 - $(add_kdebase_dep kephal)
625 - $(add_kdebase_dep ksmserver)
626 - $(add_kdebase_dep ksysguard)
627 - $(add_kdebase_dep libkworkspace)
628 - $(add_kdebase_dep libplasmagenericshell)
629 - !aqua? (
630 - x11-libs/libX11
631 - x11-libs/libXcursor
632 - x11-libs/libXext
633 - )
634 -"
635 -RDEPEND="${DEPEND}"
636 -
637 -KMEXTRACTONLY="
638 - libs/kdm/
639 - libs/kephal/
640 - libs/ksysguard/
641 - libs/kworkspace/
642 - libs/plasmagenericshell/
643 - kcheckpass/
644 - ksmserver/org.kde.KSMServerInterface.xml
645 - ksysguard/
646 - plasma/screensaver/shell/org.kde.plasma-overlay.App.xml
647 -"
648 -
649 -KMLOADLIBS="libkworkspace"
650 -
651 -src_configure() {
652 - mycmakeargs=(
653 - $(cmake-utils_use_with opengl OpenGL)
654 - )
655 -
656 - kde4-meta_src_configure
657 -}
658
659 diff --git a/kde-base/kscreensaver/kscreensaver-4.11.8.ebuild b/kde-base/kscreensaver/kscreensaver-4.11.8.ebuild
660 deleted file mode 100644
661 index 7f205ee..0000000
662 --- a/kde-base/kscreensaver/kscreensaver-4.11.8.ebuild
663 +++ /dev/null
664 @@ -1,22 +0,0 @@
665 -# Copyright 1999-2014 Gentoo Foundation
666 -# Distributed under the terms of the GNU General Public License v2
667 -# $Header: $
668 -
669 -EAPI=5
670 -
671 -KMNAME="kde-workspace"
672 -inherit kde4-meta
673 -
674 -DESCRIPTION="KDE screensaver framework"
675 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
676 -IUSE="debug"
677 -
678 -RDEPEND="
679 - $(add_kdebase_dep kcheckpass)
680 - x11-libs/libX11
681 -"
682 -DEPEND="${RDEPEND}"
683 -
684 -PATCHES=(
685 - "${FILESDIR}/${PN}-4.5.95-nsfw.patch"
686 -)
687
688 diff --git a/kde-base/ksmserver/ksmserver-4.11.8.ebuild b/kde-base/ksmserver/ksmserver-4.11.8.ebuild
689 deleted file mode 100644
690 index e9bd71a..0000000
691 --- a/kde-base/ksmserver/ksmserver-4.11.8.ebuild
692 +++ /dev/null
693 @@ -1,38 +0,0 @@
694 -# Copyright 1999-2014 Gentoo Foundation
695 -# Distributed under the terms of the GNU General Public License v2
696 -# $Header: $
697 -
698 -EAPI=5
699 -
700 -DECLARATIVE_REQUIRED="always"
701 -KMNAME="kde-workspace"
702 -inherit kde4-meta
703 -
704 -DESCRIPTION="The reliable KDE session manager that talks the standard X11R6"
705 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
706 -IUSE="debug"
707 -
708 -DEPEND="
709 - $(add_kdebase_dep kcminit)
710 - $(add_kdebase_dep libkworkspace)
711 - media-libs/qimageblitz
712 - x11-libs/libICE
713 - x11-libs/libSM
714 - x11-libs/libX11
715 - x11-libs/libXrender
716 -"
717 -RDEPEND="${DEPEND}
718 - $(add_kdebase_dep kdm)
719 -"
720 -
721 -KMEXTRACTONLY="
722 - kcminit/main.h
723 - libs/kdm/kgreeterplugin.h
724 - kcheckpass/
725 - libs/kephal/
726 - libs/kworkspace/
727 -"
728 -
729 -KMLOADLIBS="libkworkspace"
730 -
731 -PATCHES=( "${FILESDIR}/${PN}-4.11.97-noplasmalock.patch" )
732
733 diff --git a/kde-base/ksplash/ksplash-4.11.8.ebuild b/kde-base/ksplash/ksplash-4.11.8.ebuild
734 deleted file mode 100644
735 index 32cc943..0000000
736 --- a/kde-base/ksplash/ksplash-4.11.8.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.8.ebuild b/kde-base/kstartupconfig/kstartupconfig-4.11.8.ebuild
779 deleted file mode 100644
780 index 41a7938..0000000
781 --- a/kde-base/kstartupconfig/kstartupconfig-4.11.8.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.8.ebuild b/kde-base/kstyles/kstyles-4.11.8.ebuild
798 deleted file mode 100644
799 index c607921..0000000
800 --- a/kde-base/kstyles/kstyles-4.11.8.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 - $(add_kdebase_dep liboxygenstyle)
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.8.ebuild b/kde-base/ksysguard/ksysguard-4.11.8.ebuild
827 deleted file mode 100644
828 index 0c8aaf0..0000000
829 --- a/kde-base/ksysguard/ksysguard-4.11.8.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.8.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.11.8.ebuild
880 deleted file mode 100644
881 index f81525e..0000000
882 --- a/kde-base/ksystraycmd/ksystraycmd-4.11.8.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.8.ebuild b/kde-base/kwin/kwin-4.11.8.ebuild
902 deleted file mode 100644
903 index 1ff9b25..0000000
904 --- a/kde-base/kwin/kwin-4.11.8.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.8.ebuild b/kde-base/kwrited/kwrited-4.11.8.ebuild
989 deleted file mode 100644
990 index 8515d9e..0000000
991 --- a/kde-base/kwrited/kwrited-4.11.8.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.8.ebuild b/kde-base/libkworkspace/libkworkspace-4.11.8.ebuild
1012 deleted file mode 100644
1013 index 75f587a..0000000
1014 --- a/kde-base/libkworkspace/libkworkspace-4.11.8.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.8.ebuild b/kde-base/liboxygenstyle/liboxygenstyle-4.11.8.ebuild
1053 deleted file mode 100644
1054 index c9c4fa0..0000000
1055 --- a/kde-base/liboxygenstyle/liboxygenstyle-4.11.8.ebuild
1056 +++ /dev/null
1057 @@ -1,16 +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 -
1072 -DEPEND="x11-libs/libX11"
1073 -RDEPEND="${DEPEND}"
1074
1075 diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.8.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.8.ebuild
1076 deleted file mode 100644
1077 index 2f86f37..0000000
1078 --- a/kde-base/libplasmaclock/libplasmaclock-4.11.8.ebuild
1079 +++ /dev/null
1080 @@ -1,33 +0,0 @@
1081 -# Copyright 1999-2014 Gentoo Foundation
1082 -# Distributed under the terms of the GNU General Public License v2
1083 -# $Header: $
1084 -
1085 -EAPI=5
1086 -
1087 -KMNAME="kde-workspace"
1088 -KMMODULE="libs/plasmaclock"
1089 -inherit kde4-meta
1090 -
1091 -DESCRIPTION="Libraries for KDE Plasma's clocks"
1092 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1093 -IUSE="debug semantic-desktop"
1094 -
1095 -DEPEND="
1096 - $(add_kdebase_dep kephal)
1097 - semantic-desktop? ( $(add_kdebase_dep kdepimlibs) )
1098 -"
1099 -RDEPEND="${DEPEND}"
1100 -
1101 -KMSAVELIBS="true"
1102 -
1103 -KMEXTRACTONLY="
1104 - libs/kephal/
1105 -"
1106 -
1107 -src_configure() {
1108 - local mycmakeargs=(
1109 - $(cmake-utils_use_with semantic-desktop KdepimLibs)
1110 - )
1111 -
1112 - kde4-meta_src_configure
1113 -}
1114
1115 diff --git a/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.8.ebuild b/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.8.ebuild
1116 deleted file mode 100644
1117 index d9466a0..0000000
1118 --- a/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.8.ebuild
1119 +++ /dev/null
1120 @@ -1,28 +0,0 @@
1121 -# Copyright 1999-2014 Gentoo Foundation
1122 -# Distributed under the terms of the GNU General Public License v2
1123 -# $Header: $
1124 -
1125 -EAPI=5
1126 -
1127 -DECLARATIVE_REQUIRED="always"
1128 -KMNAME="kde-workspace"
1129 -KMMODULE="libs/plasmagenericshell"
1130 -inherit kde4-meta
1131 -
1132 -DESCRIPTION="Libraries for the KDE Plasma shell"
1133 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1134 -IUSE="debug test"
1135 -
1136 -DEPEND="
1137 - $(add_kdebase_dep kephal)
1138 - $(add_kdebase_dep libkworkspace)
1139 - x11-libs/libX11
1140 -"
1141 -RDEPEND="${DEPEND}"
1142 -
1143 -KMSAVELIBS="true"
1144 -
1145 -KMEXTRACTONLY="
1146 - libs/kephal/kephal/
1147 - plasma/desktop/shell/data/
1148 -"
1149
1150 diff --git a/kde-base/libtaskmanager/libtaskmanager-4.11.8.ebuild b/kde-base/libtaskmanager/libtaskmanager-4.11.8.ebuild
1151 deleted file mode 100644
1152 index 31b2a1b..0000000
1153 --- a/kde-base/libtaskmanager/libtaskmanager-4.11.8.ebuild
1154 +++ /dev/null
1155 @@ -1,35 +0,0 @@
1156 -# Copyright 1999-2014 Gentoo Foundation
1157 -# Distributed under the terms of the GNU General Public License v2
1158 -# $Header: $
1159 -
1160 -EAPI=5
1161 -
1162 -KMNAME="kde-workspace"
1163 -KMMODULE="libs/taskmanager"
1164 -inherit kde4-meta
1165 -
1166 -DESCRIPTION="A library that provides basic taskmanager functionality"
1167 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1168 -IUSE="debug"
1169 -
1170 -DEPEND="
1171 - $(add_kdebase_dep kactivities)
1172 - $(add_kdebase_dep kephal)
1173 - $(add_kdebase_dep ksysguard)
1174 - $(add_kdebase_dep libkworkspace)
1175 - x11-libs/libX11
1176 -"
1177 -RDEPEND="${DEPEND}"
1178 -
1179 -KMSAVELIBS="true"
1180 -
1181 -KMEXTRACTONLY="
1182 - libs/kephal/
1183 - libs/kworkspace/
1184 -"
1185 -
1186 -src_prepare() {
1187 - kde4-meta_src_prepare
1188 - sed -e 's:ksysguard/processcore/processes.h:ksysguard/processes.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die
1189 - sed -e 's:ksysguard/processcore/process.h:ksysguard/process.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die
1190 -}
1191
1192 diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild
1193 deleted file mode 100644
1194 index 93daf3a..0000000
1195 --- a/kde-base/plasma-workspace/plasma-workspace-4.11.8.ebuild
1196 +++ /dev/null
1197 @@ -1,124 +0,0 @@
1198 -# Copyright 1999-2014 Gentoo Foundation
1199 -# Distributed under the terms of the GNU General Public License v2
1200 -# $Header: $
1201 -
1202 -EAPI=5
1203 -
1204 -DECLARATIVE_REQUIRED="always"
1205 -KDE_HANDBOOK="optional"
1206 -KMNAME="kde-workspace"
1207 -KMMODULE="plasma"
1208 -PYTHON_COMPAT=( python2_{6,7} )
1209 -OPENGL_REQUIRED="always"
1210 -inherit python-single-r1 kde4-meta
1211 -
1212 -DESCRIPTION="Plasma: KDE desktop framework"
1213 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1214 -IUSE="debug gps json python qalculate semantic-desktop"
1215 -
1216 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
1217 -
1218 -COMMONDEPEND="
1219 - dev-libs/libdbusmenu-qt
1220 - >=dev-qt/qtcore-4.8.4-r3:4
1221 - !kde-misc/ktouchpadenabler
1222 - $(add_kdebase_dep kactivities)
1223 - $(add_kdebase_dep kdelibs 'semantic-desktop?')
1224 - $(add_kdebase_dep kephal)
1225 - $(add_kdebase_dep ksysguard)
1226 - $(add_kdebase_dep libkworkspace)
1227 - $(add_kdebase_dep libplasmaclock 'semantic-desktop?')
1228 - $(add_kdebase_dep libplasmagenericshell)
1229 - $(add_kdebase_dep libtaskmanager)
1230 - x11-libs/libX11
1231 - x11-libs/libXcomposite
1232 - x11-libs/libXdamage
1233 - x11-libs/libXext
1234 - x11-libs/libXfixes
1235 - x11-libs/libXi
1236 - x11-libs/libXrender
1237 - gps? ( >=sci-geosciences/gpsd-2.37 )
1238 - json? ( dev-libs/qjson )
1239 - python? (
1240 - ${PYTHON_DEPS}
1241 - >=dev-python/PyQt4-4.4.0[X,${PYTHON_USEDEP}]
1242 - $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
1243 - )
1244 - qalculate? ( sci-libs/libqalculate )
1245 - semantic-desktop? (
1246 - dev-libs/soprano
1247 - $(add_kdebase_dep kdepimlibs)
1248 - $(add_kdebase_dep nepomuk-core)
1249 - )
1250 -"
1251 -DEPEND="${COMMONDEPEND}
1252 - dev-libs/boost
1253 - x11-proto/compositeproto
1254 - x11-proto/damageproto
1255 - x11-proto/fixesproto
1256 - x11-proto/renderproto
1257 -"
1258 -RDEPEND="${COMMONDEPEND}
1259 - $(add_kdebase_dep plasma-runtime)
1260 -"
1261 -
1262 -KMEXTRA="
1263 - appmenu/
1264 - ktouchpadenabler/
1265 - statusnotifierwatcher/
1266 -"
1267 -KMEXTRACTONLY="
1268 - kcheckpass/
1269 - krunner/dbus/org.freedesktop.ScreenSaver.xml
1270 - krunner/dbus/org.kde.krunner.App.xml
1271 - ksmserver/org.kde.KSMServerInterface.xml
1272 - ksmserver/screenlocker/
1273 - libs/kephal/
1274 - libs/kworkspace/
1275 - libs/taskmanager/
1276 - libs/plasmagenericshell/
1277 - libs/ksysguard/
1278 - libs/kdm/kgreeterplugin.h
1279 - ksysguard/
1280 -"
1281 -
1282 -PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" )
1283 -
1284 -pkg_setup() {
1285 - if use python ; then
1286 - python-single-r1_pkg_setup
1287 - fi
1288 - kde4-meta_pkg_setup
1289 -}
1290 -
1291 -src_unpack() {
1292 - if use handbook; then
1293 - KMEXTRA+=" doc/plasma-desktop"
1294 - fi
1295 -
1296 - kde4-meta_src_unpack
1297 -}
1298 -
1299 -src_configure() {
1300 - mycmakeargs=(
1301 - $(cmake-utils_use_with gps libgps)
1302 - $(cmake-utils_use_with json QJSON)
1303 - $(cmake-utils_use_with python PythonLibrary)
1304 - $(cmake-utils_use_with qalculate)
1305 - $(cmake-utils_use_with semantic-desktop Akonadi)
1306 - $(cmake-utils_use_with semantic-desktop KdepimLibs)
1307 - $(cmake-utils_use_with semantic-desktop NepomukCore)
1308 - $(cmake-utils_use_with semantic-desktop Soprano)
1309 - -DWITH_Xmms=OFF
1310 - )
1311 -
1312 - kde4-meta_src_configure
1313 -}
1314 -
1315 -src_install() {
1316 - kde4-meta_src_install
1317 -
1318 - if use python; then
1319 - python_optimize "${ED}"
1320 - fi
1321 -}
1322
1323 diff --git a/kde-base/powerdevil/powerdevil-4.11.8.ebuild b/kde-base/powerdevil/powerdevil-4.11.8.ebuild
1324 deleted file mode 100644
1325 index e746969..0000000
1326 --- a/kde-base/powerdevil/powerdevil-4.11.8.ebuild
1327 +++ /dev/null
1328 @@ -1,32 +0,0 @@
1329 -# Copyright 1999-2014 Gentoo Foundation
1330 -# Distributed under the terms of the GNU General Public License v2
1331 -# $Header: $
1332 -
1333 -EAPI=5
1334 -
1335 -KMNAME="kde-workspace"
1336 -inherit kde4-meta
1337 -
1338 -DESCRIPTION="PowerDevil is an utility for KDE4 for Laptop Powermanagement."
1339 -HOMEPAGE="http://solid.kde.org"
1340 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1341 -IUSE="debug +pm-utils"
1342 -
1343 -DEPEND="
1344 - $(add_kdebase_dep kactivities)
1345 - $(add_kdebase_dep libkworkspace)
1346 - !aqua? (
1347 - x11-libs/libX11
1348 - x11-libs/libXext
1349 - x11-libs/libXrandr
1350 - )
1351 -"
1352 -RDEPEND="${DEPEND}
1353 - pm-utils? ( sys-power/pm-utils )
1354 -"
1355 -
1356 -KMEXTRACTONLY="
1357 - krunner/
1358 - ksmserver/org.kde.KSMServerInterface.xml
1359 - ksmserver/screenlocker/dbus/org.freedesktop.ScreenSaver.xml
1360 -"
1361
1362 diff --git a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.8.ebuild b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.8.ebuild
1363 deleted file mode 100644
1364 index d34e835..0000000
1365 --- a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.8.ebuild
1366 +++ /dev/null
1367 @@ -1,12 +0,0 @@
1368 -# Copyright 1999-2014 Gentoo Foundation
1369 -# Distributed under the terms of the GNU General Public License v2
1370 -# $Header: $
1371 -
1372 -EAPI=5
1373 -
1374 -KMNAME="kde-workspace"
1375 -inherit kde4-meta
1376 -
1377 -DESCRIPTION="Helps integration of pure Qt applications with KDE Workspace"
1378 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
1379 -IUSE="debug"
1380
1381 diff --git a/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.8.ebuild b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.8.ebuild
1382 deleted file mode 100644
1383 index 3d83541..0000000
1384 --- a/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.8.ebuild
1385 +++ /dev/null
1386 @@ -1,19 +0,0 @@
1387 -# Copyright 1999-2014 Gentoo Foundation
1388 -# Distributed under the terms of the GNU General Public License v2
1389 -# $Header: $
1390 -
1391 -EAPI=5
1392 -
1393 -KMNAME="kde-workspace"
1394 -CPPUNIT_REQUIRED="test"
1395 -inherit kde4-meta
1396 -
1397 -DESCRIPTION="KDE control module for Solid actions"
1398 -HOMEPAGE="http://solid.kde.org"
1399 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
1400 -IUSE="debug"
1401 -
1402 -RDEPEND="
1403 - $(add_kdebase_dep solid-runtime)
1404 - !kde-base/solid:4
1405 -"
1406
1407 diff --git a/kde-base/systemsettings/systemsettings-4.11.8.ebuild b/kde-base/systemsettings/systemsettings-4.11.8.ebuild
1408 deleted file mode 100644
1409 index 743af24..0000000
1410 --- a/kde-base/systemsettings/systemsettings-4.11.8.ebuild
1411 +++ /dev/null
1412 @@ -1,96 +0,0 @@
1413 -# Copyright 1999-2014 Gentoo Foundation
1414 -# Distributed under the terms of the GNU General Public License v2
1415 -# $Header: $
1416 -
1417 -EAPI=5
1418 -
1419 -KDE_HANDBOOK="optional"
1420 -KMNAME="kde-workspace"
1421 -OPENGL_REQUIRED="optional"
1422 -VIRTUALX_REQUIRED="test"
1423 -VIRTUALDBUS_TEST="true"
1424 -inherit kde4-meta
1425 -
1426 -DESCRIPTION="System settings utility"
1427 -HOMEPAGE+=" http://userbase.kde.org/System_Settings"
1428 -IUSE="debug gtk semantic-desktop +usb"
1429 -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
1430 -
1431 -COMMONDEPEND="
1432 - app-misc/strigi
1433 - dev-libs/glib:2
1434 - $(add_kdebase_dep kwin)
1435 - $(add_kdebase_dep libkworkspace)
1436 - media-libs/fontconfig
1437 - >=media-libs/freetype-2
1438 - >=x11-libs/libxklavier-3.2
1439 - x11-libs/libX11
1440 - x11-libs/libXcursor
1441 - x11-libs/libXext
1442 - x11-libs/libXfixes
1443 - x11-libs/libXft
1444 - x11-libs/libXi
1445 - x11-libs/libxkbfile
1446 - x11-libs/libXrandr
1447 - x11-libs/libXtst
1448 - opengl? ( virtual/opengl )
1449 - usb? ( virtual/libusb:0 )
1450 -"
1451 -DEPEND="${COMMONDEPEND}
1452 - x11-proto/kbproto
1453 - x11-proto/xextproto
1454 -"
1455 -RDEPEND="${COMMONDEPEND}
1456 - sys-libs/timezone-data
1457 - x11-apps/setxkbmap
1458 - x11-misc/xkeyboard-config
1459 - gtk? ( kde-misc/kde-gtk-config )
1460 - semantic-desktop? ( $(add_kdebase_dep nepomuk) )
1461 -"
1462 -
1463 -KMEXTRA="
1464 - kcontrol/
1465 -"
1466 -KMEXTRACTONLY="
1467 - krunner/dbus/org.kde.krunner.App.xml
1468 - krunner/dbus/org.kde.screensaver.xml
1469 - ksmserver/screenlocker/dbus/org.kde.screensaver.xml
1470 - kwin/
1471 - libs/
1472 - plasma/
1473 -"
1474 -
1475 -PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" )
1476 -
1477 -src_unpack() {
1478 - if use handbook; then
1479 - KMEXTRA+="
1480 - doc/kcontrol
1481 - doc/kfontview
1482 - "
1483 - fi
1484 -
1485 - kde4-meta_src_unpack
1486 -}
1487 -
1488 -src_prepare() {
1489 - sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \
1490 - systemsettings/CMakeLists.txt \
1491 - || die "Failed to fix systemsettingsrc install location"
1492 -
1493 - kde4-meta_src_prepare
1494 -}
1495 -
1496 -# FIXME: is have_openglxvisual found without screensaver
1497 -src_configure() {
1498 - # Old keyboard-detection code is unmaintained,
1499 - # so we force the new stuff, using libxklavier.
1500 - mycmakeargs=(
1501 - -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON
1502 - -DWITH_GLIB2=ON -DWITH_GObject=ON
1503 - $(cmake-utils_use_with opengl OpenGL)
1504 - $(cmake-utils_use_with usb)
1505 - )
1506 -
1507 - kde4-meta_src_configure
1508 -}