commit:     6415f3be5bcf7321ef4d8ca9c096b870cf006f86
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Mar  8 19:59:57 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 16:45:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6415f3be

kde-apps: kde{admin,multimedia,utils}-meta were moved to tree

Package-Manager: portage-2.2.27

 kde-apps/ark/ark-15.12.2.ebuild                    | 60 --------------------
 kde-apps/audiocd-kio/audiocd-kio-15.12.2.ebuild    | 33 -----------
 kde-apps/dragon/dragon-15.12.2.ebuild              | 36 ------------
 kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.2.ebuild  | 22 --------
 kde-apps/filelight/filelight-15.12.2.ebuild        | 30 ----------
 kde-apps/juk/juk-15.12.2.ebuild                    | 27 ---------
 kde-apps/kcalc/kcalc-15.12.2.ebuild                | 36 ------------
 kde-apps/kcharselect/kcharselect-15.12.2.ebuild    | 27 ---------
 kde-apps/kcron/kcron-15.12.2.ebuild                | 27 ---------
 .../kdeadmin-meta/kdeadmin-meta-15.12.2.ebuild     | 18 ------
 .../kdebugsettings/kdebugsettings-15.12.2.ebuild   | 30 ----------
 .../kdemultimedia-meta-15.12.2.ebuild              | 29 ----------
 kde-apps/kdenlive/kdenlive-15.12.2.ebuild          | 66 ----------------------
 .../kdeutils-meta/kdeutils-meta-15.12.2.ebuild     | 30 ----------
 kde-apps/kdf/kdf-15.12.2.ebuild                    | 13 -----
 kde-apps/kfloppy/kfloppy-15.12.2.ebuild            | 16 ------
 kde-apps/kmix/kmix-15.12.2.ebuild                  | 54 ------------------
 .../kremotecontrol/kremotecontrol-15.12.2.ebuild   | 18 ------
 kde-apps/kscd/kscd-15.12.2.ebuild                  | 19 -------
 kde-apps/ksystemlog/ksystemlog-15.12.2.ebuild      | 63 ---------------------
 kde-apps/kteatime/kteatime-15.12.2.ebuild          | 31 ----------
 kde-apps/ktimer/ktimer-15.12.2.ebuild              | 29 ----------
 .../files/kwalletd-pam-5.5.4-coverity.patch        | 31 ----------
 kde-apps/kwalletd-pam/kwalletd-pam-5.5.4.ebuild    | 63 ---------------------
 kde-apps/kwalletd-pam/metadata.xml                 |  8 ---
 .../kwalletmanager/kwalletmanager-15.12.2.ebuild   | 42 --------------
 kde-apps/libkcddb/libkcddb-15.12.2.ebuild          | 41 --------------
 .../libkcompactdisc/libkcompactdisc-15.12.2.ebuild | 18 ------
 kde-apps/libkface/libkface-15.12.2.ebuild          | 34 -----------
 .../print-manager/print-manager-15.12.2.ebuild     | 54 ------------------
 kde-apps/sweeper/sweeper-15.12.2.ebuild            | 14 -----
 profiles/package.mask/kde-apps-15.12.2             | 28 ---------
 32 files changed, 1047 deletions(-)

diff --git a/kde-apps/ark/ark-15.12.2.ebuild b/kde-apps/ark/ark-15.12.2.ebuild
deleted file mode 100644
index 7f39e11..0000000
--- a/kde-apps/ark/ark-15.12.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE Archiving tool"
-HOMEPAGE="https://www.kde.org/applications/utilities/ark
-https://utils.kde.org/projects/ark";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="bzip2 lzma zlib"
-
-RDEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kpty)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       >=app-arch/libarchive-3.0.0[bzip2?,lzma?,zlib?]
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package bzip2 BZip2)
-               $(cmake-utils_use_find_package lzma LibLZMA)
-               $(cmake-utils_use_find_package test Qt5Test)
-               $(cmake-utils_use_find_package zlib ZLIB)
-       )
-
-       kde5_src_configure
-}
-
-pkg_postinst() {
-       kde5_pkg_postinst
-
-       if ! has_version app-arch/rar ; then
-               elog "For creating rar archives, install app-arch/rar"
-       fi
-}

diff --git a/kde-apps/audiocd-kio/audiocd-kio-15.12.2.ebuild 
b/kde-apps/audiocd-kio/audiocd-kio-15.12.2.ebuild
deleted file mode 100644
index 219f9f5..0000000
--- a/kde-apps/audiocd-kio/audiocd-kio-15.12.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE kioslaves from the kdemultimedia package"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug flac vorbis"
-
-DEPEND="
-       $(add_kdeapps_dep libkcddb)
-       $(add_kdeapps_dep libkcompactdisc)
-       media-sound/cdparanoia
-       flac? ( >=media-libs/flac-1.1.2 )
-       vorbis? (
-               media-libs/libogg
-               media-libs/libvorbis
-       )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_with flac)
-               $(cmake-utils_use_with vorbis OggVorbis)
-       )
-
-       kde4-base_src_configure
-}

diff --git a/kde-apps/dragon/dragon-15.12.2.ebuild 
b/kde-apps/dragon/dragon-15.12.2.ebuild
deleted file mode 100644
index f741155..0000000
--- a/kde-apps/dragon/dragon-15.12.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="A simple video player"
-HOMEPAGE="https://www.kde.org/applications/multimedia/dragonplayer";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kwindowsystem)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep solid)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-       media-libs/phonon[qt5]
-"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-"

diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.2.ebuild 
b/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.2.ebuild
deleted file mode 100644
index b0a0c2f..0000000
--- a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-inherit kde5
-
-DESCRIPTION="FFmpeg based thumbnail generator for video files"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="libav"
-
-RDEPEND="
-       $(add_frameworks_dep kio)
-       $(add_qt_dep qtgui)
-       libav? ( media-video/libav:= )
-       !libav? ( media-video/ffmpeg:= )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"

diff --git a/kde-apps/filelight/filelight-15.12.2.ebuild 
b/kde-apps/filelight/filelight-15.12.2.ebuild
deleted file mode 100644
index 8a17797..0000000
--- a/kde-apps/filelight/filelight-15.12.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Visualise disk usage with interactive map of concentric, 
segmented rings"
-HOMEPAGE="https://utils.kde.org/projects/filelight";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep solid)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/juk/juk-15.12.2.ebuild b/kde-apps/juk/juk-15.12.2.ebuild
deleted file mode 100644
index 3f5d700..0000000
--- a/kde-apps/juk/juk-15.12.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Jukebox and music manager for KDE"
-HOMEPAGE="https://www.kde.org/applications/multimedia/juk/";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-       >=media-libs/taglib-1.6
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       # https://bugs.gentoo.org/410551 for disabling deprecated TunePimp 
support
-       local mycmakeargs=(
-               -DWITH_TunePimp=OFF
-       )
-
-       kde4-base_src_configure
-}

diff --git a/kde-apps/kcalc/kcalc-15.12.2.ebuild 
b/kde-apps/kcalc/kcalc-15.12.2.ebuild
deleted file mode 100644
index e9d171d..0000000
--- a/kde-apps/kcalc/kcalc-15.12.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE calculator"
-HOMEPAGE="https://www.kde.org/applications/utilities/kcalc
-https://utils.kde.org/projects/kcalc";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       dev-libs/gmp:0=
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
-       $(add_frameworks_dep kinit)
-       dev-libs/mpfr:0
-       sys-devel/gettext
-"

diff --git a/kde-apps/kcharselect/kcharselect-15.12.2.ebuild 
b/kde-apps/kcharselect/kcharselect-15.12.2.ebuild
deleted file mode 100644
index d943c48..0000000
--- a/kde-apps/kcharselect/kcharselect-15.12.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE character selection utility"
-HOMEPAGE="https://www.kde.org/applications/utilities/kcharselect
-https://utils.kde.org/projects/kcharselect";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kcron/kcron-15.12.2.ebuild 
b/kde-apps/kcron/kcron-15.12.2.ebuild
deleted file mode 100644
index dbe5116..0000000
--- a/kde-apps/kcron/kcron-15.12.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE Task Scheduler"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
-       !prefix? ( virtual/cron )
-"

diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-15.12.2.ebuild 
b/kde-apps/kdeadmin-meta/kdeadmin-meta-15.12.2.ebuild
deleted file mode 100644
index b8c5f7b..0000000
--- a/kde-apps/kdeadmin-meta/kdeadmin-meta-15.12.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="KDE administration tools - merge this to pull in all 
kdeadmin-derived packages"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+cron"
-
-# FIXME: Add back when ported
-# $(add_kdeapps_dep kuser)
-RDEPEND="
-       $(add_kdeapps_dep ksystemlog)
-       cron? ( $(add_kdeapps_dep kcron) )
-"

diff --git a/kde-apps/kdebugsettings/kdebugsettings-15.12.2.ebuild 
b/kde-apps/kdebugsettings/kdebugsettings-15.12.2.ebuild
deleted file mode 100644
index 2ecae8c..0000000
--- a/kde-apps/kdebugsettings/kdebugsettings-15.12.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Application to enable/disable qCDebug"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-15.12.1-deps.patch" )

diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.12.2.ebuild 
b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.12.2.ebuild
deleted file mode 100644
index 8337acd..0000000
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.12.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived 
packages"
-HOMEPAGE="
-       https://www.kde.org/applications/multimedia/
-       https://multimedia.kde.org/
-"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+ffmpeg"
-
-# Add back whenever it is ported - no change since 4.10
-#      mplayer? ( $(add_kdeapps_dep mplayerthumbs) )
-RDEPEND="
-       $(add_kdeapps_dep audiocd-kio)
-       $(add_kdeapps_dep dragon)
-       $(add_kdeapps_dep juk)
-       $(add_kdeapps_dep kdenlive)
-       $(add_kdeapps_dep kmix)
-       $(add_kdeapps_dep kscd)
-       $(add_kdeapps_dep libkcddb)
-       $(add_kdeapps_dep libkcompactdisc)
-       ffmpeg? ( $(add_kdeapps_dep ffmpegthumbs) )
-"

diff --git a/kde-apps/kdenlive/kdenlive-15.12.2.ebuild 
b/kde-apps/kdenlive/kdenlive-15.12.2.ebuild
deleted file mode 100644
index 67794a7..0000000
--- a/kde-apps/kdenlive/kdenlive-15.12.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Non-linear video editing suite by KDE"
-HOMEPAGE="https://www.kdenlive.org/";
-
-LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="gles2 v4l"
-
-RDEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kbookmarks)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep knotifyconfig)
-       $(add_frameworks_dep kplotting)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep solid)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui 'gles2=')
-       $(add_qt_dep qtnetwork)
-       $(add_qt_dep qtscript)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       >=media-libs/mlt-0.9.8-r1[ffmpeg,kdenlive,melt,qt5,sdl,xml]
-       virtual/ffmpeg[encode,sdl,X]
-       virtual/opengl
-       v4l? ( media-libs/libv4l )
-"
-DEPEND="${RDEPEND}
-       sys-devel/gettext
-"
-
-PATCHES=( "${FILESDIR}/${PN}-15.12.0-kcrash.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package v4l LibV4L2)
-       )
-
-       kde5_src_configure
-}

diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-15.12.2.ebuild 
b/kde-apps/kdeutils-meta/kdeutils-meta-15.12.2.ebuild
deleted file mode 100644
index bbefef6..0000000
--- a/kde-apps/kdeutils-meta/kdeutils-meta-15.12.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
-HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="cups floppy lirc"
-
-# FIXME: Add back when ported
-# $(add_kdeapps_dep kgpg)
-RDEPEND="
-       $(add_kdeapps_dep ark)
-       $(add_kdeapps_dep filelight)
-       $(add_kdeapps_dep kcalc)
-       $(add_kdeapps_dep kcharselect)
-       $(add_kdeapps_dep kdebugsettings)
-       $(add_kdeapps_dep kdf)
-       $(add_kdeapps_dep kteatime)
-       $(add_kdeapps_dep ktimer)
-       $(add_kdeapps_dep kwalletmanager)
-       $(add_kdeapps_dep sweeper)
-       cups? ( $(add_kdeapps_dep print-manager) )
-       floppy? ( $(add_kdeapps_dep kfloppy) )
-       lirc? ( $(add_kdeapps_dep kremotecontrol) )
-"

diff --git a/kde-apps/kdf/kdf-15.12.2.ebuild b/kde-apps/kdf/kdf-15.12.2.ebuild
deleted file mode 100644
index a6d2507..0000000
--- a/kde-apps/kdf/kdf-15.12.2.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE free disk space utility"
-HOMEPAGE="https://utils.kde.org/projects/kdf";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"

diff --git a/kde-apps/kfloppy/kfloppy-15.12.2.ebuild 
b/kde-apps/kfloppy/kfloppy-15.12.2.ebuild
deleted file mode 100644
index 9dafd6b..0000000
--- a/kde-apps/kfloppy/kfloppy-15.12.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="A straightforward graphical means to format 3.5\" and 5.25\" 
floppy disks"
-HOMEPAGE="
-       https://www.kde.org/applications/utilities/kfloppy/
-       https://utils.kde.org/projects/kfloppy/
-"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"

diff --git a/kde-apps/kmix/kmix-15.12.2.ebuild 
b/kde-apps/kmix/kmix-15.12.2.ebuild
deleted file mode 100644
index a6d9a88..0000000
--- a/kde-apps/kmix/kmix-15.12.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="false"
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Plasma mixer gui"
-HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="alsa pulseaudio"
-
-DEPEND="
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep kdelibs4support)
-       $(add_frameworks_dep kglobalaccel)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kwindowsystem)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep plasma)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       alsa? ( >=media-libs/alsa-lib-1.0.14a )
-       pulseaudio? (
-               media-libs/libcanberra
-               >=media-sound/pulseaudio-0.9.12
-       )
-"
-RDEPEND="${DEPEND}
-       $(add_plasma_dep kde-cli-tools)
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DKMIX_KF5_BUILD=ON
-               $(cmake-utils_use_find_package alsa Alsa)
-               $(cmake-utils_use_find_package pulseaudio Canberra)
-               $(cmake-utils_use_find_package pulseaudio PulseAudio)
-       )
-
-       kde5_src_configure
-}

diff --git a/kde-apps/kremotecontrol/kremotecontrol-15.12.2.ebuild 
b/kde-apps/kremotecontrol/kremotecontrol-15.12.2.ebuild
deleted file mode 100644
index efb7961..0000000
--- a/kde-apps/kremotecontrol/kremotecontrol-15.12.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE frontend for the Linux Infrared Remote Control system"
-HOMEPAGE="https://www.kde.org/applications/utilities/kremotecontrol
-https://utils.kde.org/projects/kremotecontrol";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-       app-misc/lirc
-"

diff --git a/kde-apps/kscd/kscd-15.12.2.ebuild 
b/kde-apps/kscd/kscd-15.12.2.ebuild
deleted file mode 100644
index 4e1170a..0000000
--- a/kde-apps/kscd/kscd-15.12.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE CD player"
-HOMEPAGE="https://www.kde.org/applications/multimedia/kscd/";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-       $(add_kdeapps_dep libkcddb)
-       $(add_kdeapps_dep libkcompactdisc)
-       media-libs/musicbrainz:3
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/ksystemlog/ksystemlog-15.12.2.ebuild 
b/kde-apps/ksystemlog/ksystemlog-15.12.2.ebuild
deleted file mode 100644
index bfc62e9..0000000
--- a/kde-apps/ksystemlog/ksystemlog-15.12.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="System log viewer by KDE"
-HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="systemd"
-
-# bug 378101
-RESTRICT=test
-
-DEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtwidgets)
-       systemd? ( sys-apps/systemd )
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       kde5_src_prepare
-
-       if use test; then
-               # beat this stupid test into shape: the test files contain no 
year, so
-               # comparison succeeds only in 2007 !!!
-               local theyear=$(date +%Y)
-               einfo Setting the current year as ${theyear} in the test files
-               sed -e "s:2007:${theyear}:g" -i tests/systemAnalyzerTest.cpp
-
-               # one test consistently fails, so comment it out for the moment
-               sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" 
-i ksystemlog/tests/CMakeLists.txt
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package systemd Journald)
-       )
-       kde5_src_configure
-}

diff --git a/kde-apps/kteatime/kteatime-15.12.2.ebuild 
b/kde-apps/kteatime/kteatime-15.12.2.ebuild
deleted file mode 100644
index cf2ce5c..0000000
--- a/kde-apps/kteatime/kteatime-15.12.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE timer for making a fine cup of tea"
-HOMEPAGE="https://www.kde.org/applications/games/kteatime";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep knotifyconfig)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-15.11.80-kcrash-initialise.patch" )

diff --git a/kde-apps/ktimer/ktimer-15.12.2.ebuild 
b/kde-apps/ktimer/ktimer-15.12.2.ebuild
deleted file mode 100644
index 4964a01..0000000
--- a/kde-apps/ktimer/ktimer-15.12.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE Timer"
-HOMEPAGE="https://www.kde.org/applications/utilities/ktimer
-https://utils.kde.org/projects/ktimer";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kwalletd-pam/files/kwalletd-pam-5.5.4-coverity.patch 
b/kde-apps/kwalletd-pam/files/kwalletd-pam-5.5.4-coverity.patch
deleted file mode 100644
index 4cfd513..0000000
--- a/kde-apps/kwalletd-pam/files/kwalletd-pam-5.5.4-coverity.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Michael Pyne <[email protected]>
-Date: Mon, 28 Dec 2015 01:33:23 +0000
-Subject: Check sockaddr_un buffer size before strcpy()ing into it.
-X-Git-Url: 
http://quickgit.kde.org/?p=kwallet-pam.git&a=commitdiff&h=9543cc4058b24e4e5bfe8d324de309ca7050058b
----
-Check sockaddr_un buffer size before strcpy()ing into it.
-
-Coverity strikes again, and notes in CID 1335116 that copying the socket name
-into a fixed-size buffer here could overflow the buffer. I don't see any reason
-it would be wrong in all cases, so best to double-check.
-
-REVIEW:126539
----
-
-
---- a/pam_kwallet.c
-+++ b/pam_kwallet.c
-@@ -422,6 +422,12 @@
- 
-     struct sockaddr_un local;
-     local.sun_family = AF_UNIX;
-+
-+    if ((size_t)len > sizeof(local.sun_path)) {
-+        pam_syslog(pamh, LOG_ERR, "%s: socket path %s too long to open",
-+                   logPrefix, fullSocket);
-+        return;
-+    }
-     strcpy(local.sun_path, fullSocket);
-     unlink(local.sun_path);//Just in case it exists from a previous login
- 
-

diff --git a/kde-apps/kwalletd-pam/kwalletd-pam-5.5.4.ebuild 
b/kde-apps/kwalletd-pam/kwalletd-pam-5.5.4.ebuild
deleted file mode 100644
index 4be7775..0000000
--- a/kde-apps/kwalletd-pam/kwalletd-pam-5.5.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MY_PN="kwallet-pam"
-inherit cmake-utils multilib
-
-DESCRIPTION="KWallet PAM module to not enter password again"
-HOMEPAGE="https://www.kde.org/";
-SRC_URI="mirror://kde/stable/plasma/${PV}/${MY_PN}-${PV}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       dev-libs/libgcrypt:0=
-       virtual/pam
-"
-RDEPEND="${DEPEND}
-       net-misc/socat
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-PATCHES=( "${FILESDIR}/${P}-coverity.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
-               -DKWALLET4=1
-       )
-
-       cmake-utils_src_configure
-}
-
-pkg_postinst() {
-       check_dm() {
-               if [[ -e "${ROOT}${2}" ]] && \
-                       [[ -n $(egrep "auth\s+optional\s+pam_kwallet.so" 
"${ROOT}${2}") ]] && \
-                       [[ -n $(egrep "session\s+optional\s+pam_kwallet.so" 
"${ROOT}${2}") ]]; then
-                       elog "    ${1} - ${2} ...GOOD"
-               else
-                       ewarn "    ${1} - ${2} ...BAD"
-               fi
-       }
-       elog
-       elog "This package enables auto-unlocking of kde-apps/kwalletd:4."
-       elog "List of things to make it work:"
-       elog "1.  Use same password for login and kwallet"
-       elog "2.  A display manager with support for PAM"
-       elog "3.a Have the following lines in the display manager's pam.d file:"
-       elog "    -auth        optional        pam_kwallet.so kdehome=.kde4"
-       elog "    -session     optional        pam_kwallet.so"
-       elog "3.b Checking installed DMs..."
-       has_version "x11-misc/sddm" && check_dm "SDDM" "/etc/pam.d/sddm"
-       has_version "x11-misc/lightdm" && check_dm "LightDM" 
"/etc/pam.d/lightdm"
-       has_version "kde-base/kdm" && check_dm "KDM" "/etc/pam.d/kde"
-       elog
-}

diff --git a/kde-apps/kwalletd-pam/metadata.xml 
b/kde-apps/kwalletd-pam/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/kde-apps/kwalletd-pam/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.12.2.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-15.12.2.ebuild
deleted file mode 100644
index 552a7ab..0000000
--- a/kde-apps/kwalletmanager/kwalletmanager-15.12.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_BLOCK_SLOT4="false"
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE Wallet management tool"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kauth)
-       $(add_frameworks_dep kcmutils)
-       $(add_frameworks_dep kcodecs)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep kdelibs4support)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwallet)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}
-       !kde-apps/kwalletmanager:4[-minimal(-)]
-"

diff --git a/kde-apps/libkcddb/libkcddb-15.12.2.ebuild 
b/kde-apps/libkcddb/libkcddb-15.12.2.ebuild
deleted file mode 100644
index 38cc5aa..0000000
--- a/kde-apps/libkcddb/libkcddb-15.12.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE library for CDDB"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug musicbrainz"
-
-# tests require network access and compare static data with online data
-# bug 280996
-RESTRICT=test
-
-DEPEND="
-       musicbrainz? ( media-libs/musicbrainz:5 )
-"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_prepare() {
-       kde4-base_src_prepare
-
-       if ! use handbook ; then
-               pushd kcmcddb > /dev/null || die
-               comment_add_subdirectory doc
-               popd > /dev/null || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_with musicbrainz MusicBrainz5)
-       )
-
-       kde4-base_src_configure
-}

diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-15.12.2.ebuild 
b/kde-apps/libkcompactdisc/libkcompactdisc-15.12.2.ebuild
deleted file mode 100644
index 2245644..0000000
--- a/kde-apps/libkcompactdisc/libkcompactdisc-15.12.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE library for playing & ripping CDs"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="alsa debug"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_with alsa)
-       )
-       kde4-base_src_configure
-}

diff --git a/kde-apps/libkface/libkface-15.12.2.ebuild 
b/kde-apps/libkface/libkface-15.12.2.ebuild
deleted file mode 100644
index a826543..0000000
--- a/kde-apps/libkface/libkface-15.12.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_BLOCK_SLOT4="false"
-inherit kde5
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and 
detection"
-HOMEPAGE="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
-
-LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtsql)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       >=media-libs/opencv-3:=[contrib]
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-opencv3.1.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_OPENCV3=ON
-       )
-
-       kde5_src_configure
-}

diff --git a/kde-apps/print-manager/print-manager-15.12.2.ebuild 
b/kde-apps/print-manager/print-manager-15.12.2.ebuild
deleted file mode 100644
index 162090f..0000000
--- a/kde-apps/print-manager/print-manager-15.12.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Manage print jobs and printers in Plasma"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+gtk"
-
-DEPEND="
-       $(add_frameworks_dep kcmutils)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kwindowsystem)
-       $(add_frameworks_dep plasma)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtnetwork)
-       $(add_qt_dep qtwidgets)
-       net-print/cups
-"
-RDEPEND="${DEPEND}
-       $(add_plasma_dep kde-cli-tools)
-       gtk? ( app-admin/system-config-printer )
-"
-
-pkg_postinst(){
-       if ! use gtk ; then
-               ewarn
-               ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-               ewarn "an important, though optional, runtime dependency:"
-               ewarn
-               ewarn "app-admin/system-config-printer"
-               ewarn
-               ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-               ewarn "and will show the following error status during runtime:"
-               ewarn
-               ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-               ewarn "was not provided by any .service files'\""
-               ewarn
-       fi
-}

diff --git a/kde-apps/sweeper/sweeper-15.12.2.ebuild 
b/kde-apps/sweeper/sweeper-15.12.2.ebuild
deleted file mode 100644
index e208978..0000000
--- a/kde-apps/sweeper/sweeper-15.12.2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE Privacy Settings Widget"
-HOMEPAGE="https://www.kde.org/applications/utilities/sweeper
-https://utils.kde.org/projects/sweeper";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"

diff --git a/profiles/package.mask/kde-apps-15.12.2 
b/profiles/package.mask/kde-apps-15.12.2
index 58ee1b1..46e141b 100644
--- a/profiles/package.mask/kde-apps-15.12.2
+++ b/profiles/package.mask/kde-apps-15.12.2
@@ -8,10 +8,8 @@
 ~kde-apps/akonadi-socialutils-15.12.2
 ~kde-apps/akregator-15.12.2
 ~kde-apps/analitza-15.12.2
-~kde-apps/ark-15.12.2
 ~kde-apps/artikulate-15.12.2
 ~kde-apps/attica-15.12.2
-~kde-apps/audiocd-kio-15.12.2
 ~kde-apps/blinken-15.12.2
 ~kde-apps/blogilo-15.12.2
 ~kde-apps/bomber-15.12.2
@@ -20,18 +18,14 @@
 ~kde-apps/calendarsupport-15.12.2
 ~kde-apps/cantor-15.12.2
 ~kde-apps/composereditor-15.12.2
-~kde-apps/dragon-15.12.2
 ~kde-apps/drkonqi-15.12.2
 ~kde-apps/eventviews-15.12.2
-~kde-apps/ffmpegthumbs-15.12.2
-~kde-apps/filelight-15.12.2
 ~kde-apps/gpgmepp-15.12.2
 ~kde-apps/granatier-15.12.2
 ~kde-apps/grantleetheme-15.12.2
 ~kde-apps/gwenview-15.12.2
 ~kde-apps/incidenceeditor-15.12.2
 ~kde-apps/jovie-15.12.2
-~kde-apps/juk-15.12.2
 ~kde-apps/kaccessible-15.12.2
 ~kde-apps/kaccounts-integration-15.12.2
 ~kde-apps/kaccounts-providers-15.12.2
@@ -51,17 +45,13 @@
 ~kde-apps/kbounce-15.12.2
 ~kde-apps/kbreakout-15.12.2
 ~kde-apps/kbruch-15.12.2
-~kde-apps/kcalc-15.12.2
 ~kde-apps/kcalcore-15.12.2
 ~kde-apps/kcalutils-15.12.2
-~kde-apps/kcharselect-15.12.2
 ~kde-apps/kcmshell-15.12.2
 ~kde-apps/kcolorchooser-15.12.2
 ~kde-apps/kcontacts-15.12.2
 ~kde-apps/kcontrol-15.12.2
-~kde-apps/kcron-15.12.2
 ~kde-apps/kdeaccessibility-meta-15.12.2
-~kde-apps/kdeadmin-meta-15.12.2
 ~kde-apps/kde-apps-meta-15.12.2
 ~kde-apps/kdebase-data-15.12.2
 ~kde-apps/kdebase-desktoptheme-15.12.2
@@ -71,17 +61,14 @@
 ~kde-apps/kdebase-meta-15.12.2
 ~kde-apps/kdebase-runtime-meta-15.12.2
 ~kde-apps/kdebugdialog-15.12.2
-~kde-apps/kdebugsettings-15.12.2
 ~kde-apps/kdeedu-data-15.12.2
 ~kde-apps/kdeedu-meta-15.12.2
 ~kde-apps/kdegames-meta-15.12.2
 ~kde-apps/kdegraphics-meta-15.12.2
 ~kde-apps/kdegraphics-mobipocket-15.12.2
 ~kde-apps/kde-meta-15.12.2
-~kde-apps/kdemultimedia-meta-15.12.2
 ~kde-apps/kdenetwork-filesharing-15.12.2
 ~kde-apps/kdenetwork-meta-15.12.2
-~kde-apps/kdenlive-15.12.2
 ~kde-apps/kdepasswd-15.12.2
 ~kde-apps/kdepim-15.12.2
 ~kde-apps/kdepim-icons-15.12.2
@@ -90,9 +77,7 @@
 ~kde-apps/kdepim-runtime-15.12.2
 ~kde-apps/kdesdk-thumbnailers-15.12.2
 ~kde-apps/kdesu-15.12.2
-~kde-apps/kdeutils-meta-15.12.2
 ~kde-apps/kdewebdev-meta-15.12.2
-~kde-apps/kdf-15.12.2
 ~kde-apps/kdgantt2-15.12.2
 ~kde-apps/kdialog-15.12.2
 ~kde-apps/kdiamond-15.12.2
@@ -102,7 +87,6 @@
 ~kde-apps/kfile-15.12.2
 ~kde-apps/kfilereplace-15.12.2
 ~kde-apps/kfind-15.12.2
-~kde-apps/kfloppy-15.12.2
 ~kde-apps/kfmclient-15.12.2
 ~kde-apps/kfourinline-15.12.2
 ~kde-apps/kgeography-15.12.2
@@ -136,7 +120,6 @@
 ~kde-apps/kmime-15.12.2
 ~kde-apps/kmimetypefinder-15.12.2
 ~kde-apps/kmines-15.12.2
-~kde-apps/kmix-15.12.2
 ~kde-apps/kmousetool-15.12.2
 ~kde-apps/kmouth-15.12.2
 ~kde-apps/kmplot-15.12.2
@@ -164,13 +147,11 @@
 ~kde-apps/kquitapp-15.12.2
 ~kde-apps/krdc-15.12.2
 ~kde-apps/kreadconfig-15.12.2
-~kde-apps/kremotecontrol-15.12.2
 ~kde-apps/kreversi-15.12.2
 ~kde-apps/krfb-15.12.2
 ~kde-apps/kross-interpreters-15.12.2
 ~kde-apps/kruler-15.12.2
 ~kde-apps/ksaneplugin-15.12.2
-~kde-apps/kscd-15.12.2
 ~kde-apps/kshisen-15.12.2
 ~kde-apps/ksirk-15.12.2
 ~kde-apps/ksnakeduel-15.12.2
@@ -179,9 +160,6 @@
 ~kde-apps/kstars-15.12.2
 ~kde-apps/kstart-15.12.2
 ~kde-apps/ksudoku-15.12.2
-~kde-apps/ksystemlog-15.12.2
-~kde-apps/kteatime-15.12.2
-~kde-apps/ktimer-15.12.2
 ~kde-apps/ktimezoned-15.12.2
 ~kde-apps/ktnef-15.12.2
 ~kde-apps/ktouch-15.12.2
@@ -204,19 +182,15 @@
 ~kde-apps/kurifilter-plugins-15.12.2
 ~kde-apps/kuser-15.12.2
 ~kde-apps/kwalletd-15.12.2
-~kde-apps/kwalletmanager-15.12.2
 ~kde-apps/kwordquiz-15.12.2
 ~kde-apps/libakonadi-15.12.2
 ~kde-apps/libfollowupreminder-15.12.2
 ~kde-apps/libgravatar-15.12.2
-~kde-apps/libkcddb-15.12.2
-~kde-apps/libkcompactdisc-15.12.2
 ~kde-apps/libkdeedu-15.12.2
 ~kde-apps/libkdegames-15.12.2
 ~kde-apps/libkdepim-15.12.2
 ~kde-apps/libkdepimdbusinterfaces-15.12.2
 ~kde-apps/libkeduvocdocument-15.12.2
-~kde-apps/libkface-15.12.2
 ~kde-apps/libkgeomap-15.12.2
 ~kde-apps/libkipi-15.12.2
 ~kde-apps/libkleo-15.12.2
@@ -244,7 +218,6 @@
 ~kde-apps/plasma-apps-15.12.2
 ~kde-apps/plasma-runtime-15.12.2
 ~kde-apps/plasma-telepathy-meta-15.12.2
-~kde-apps/print-manager-15.12.2
 ~kde-apps/renamedlg-plugins-15.12.2
 ~kde-apps/rocs-15.12.2
 ~kde-apps/signon-kwallet-extension-15.12.2
@@ -252,7 +225,6 @@
 ~kde-apps/spectacle-15.12.2
 ~kde-apps/step-15.12.2
 ~kde-apps/svgpart-15.12.2
-~kde-apps/sweeper-15.12.2
 ~kde-apps/syndication-15.12.2
 ~kde-apps/templateparser-15.12.2
 ~kde-apps/zeroconf-ioslave-15.12.2

Reply via email to