commit:     c3b96463005c48ed5a0438f9e8770337577e3d5b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 23:42:44 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 23:46:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3b96463

kde-base: Remove KDE PIM 4.14 stable branch

No further LTS releases.

Upstream commit 4230a681951b16b1aad9588ea26d28ce41666928

Package-Manager: portage-2.2.20.1

 .../akonadiconsole/akonadiconsole-4.9999.ebuild    |  26 -----
 kde-base/akonadiconsole/metadata.xml               |   5 -
 kde-base/akregator/akregator-4.9999.ebuild         |  23 -----
 kde-base/akregator/metadata.xml                    |   5 -
 kde-base/blogilo/blogilo-4.9999.ebuild             |  27 -----
 kde-base/blogilo/metadata.xml                      |   5 -
 .../calendarjanitor/calendarjanitor-4.9999.ebuild  |  28 -----
 kde-base/calendarjanitor/metadata.xml              |   5 -
 kde-base/kabcclient/kabcclient-4.9999.ebuild       |  27 -----
 kde-base/kabcclient/metadata.xml                   |   5 -
 kde-base/kaddressbook/kaddressbook-4.9999.ebuild   |  52 ----------
 kde-base/kaddressbook/metadata.xml                 |   5 -
 kde-base/kalarm/files/kalarm-4.4.11.1-crash.patch  |  34 ------
 .../files/kalarm-4.4.11.1-underlinking.patch       |  14 ---
 kde-base/kalarm/kalarm-4.9999.ebuild               |  27 -----
 kde-base/kalarm/metadata.xml                       |   5 -
 .../files/install-composereditorng.patch           |  15 ---
 .../files/kdepim-common-libs-install-headers.patch |  86 ---------------
 .../kdepim-common-libs-4.9999.ebuild               |  93 -----------------
 kde-base/kdepim-common-libs/metadata.xml           |   8 --
 kde-base/kdepim-icons/kdepim-icons-4.9999.ebuild   |  17 ---
 kde-base/kdepim-icons/metadata.xml                 |   5 -
 .../kdepim-kresources-4.9999.ebuild                |  28 -----
 kde-base/kdepim-kresources/metadata.xml            |   5 -
 kde-base/kdepim-meta/kdepim-meta-4.9999.ebuild     |  43 --------
 kde-base/kdepim-meta/metadata.xml                  |   5 -
 .../kdepim-runtime/kdepim-runtime-4.9999.ebuild    |  43 --------
 kde-base/kdepim-runtime/metadata.xml               |   9 --
 .../kdepim-wizards-4.4.11.1-underlinking.patch     |  40 -------
 kde-base/kdepim-wizards/metadata.xml               |   5 -
 .../files/kdepimlibs-4.9.1-boostincludes.patch     |  15 ---
 kde-base/kdepimlibs/kdepimlibs-4.9999.ebuild       |  57 ----------
 kde-base/kdepimlibs/metadata.xml                   |   8 --
 kde-base/kjots/kjots-4.9999.ebuild                 |  27 -----
 kde-base/kjots/metadata.xml                        |   5 -
 .../files/kleopatra-4.4.2015.06-reenable.patch     |  13 ---
 .../files/kleopatra-install-headers.patch          |  48 ---------
 kde-base/kleopatra/kleopatra-4.9999.ebuild         |  43 --------
 kde-base/kleopatra/metadata.xml                    |   5 -
 kde-base/kmail/files/kmail-4.4.9-nodbus.patch      |  83 ---------------
 kde-base/kmail/kmail-4.9999.ebuild                 | 115 ---------------------
 kde-base/kmail/metadata.xml                        |   5 -
 kde-base/knode/knode-4.9999.ebuild                 |  49 ---------
 kde-base/knode/metadata.xml                        |   5 -
 kde-base/knotes/knotes-4.9999.ebuild               |  32 ------
 kde-base/knotes/metadata.xml                       |   5 -
 .../konsolekalendar/konsolekalendar-4.9999.ebuild  |  48 ---------
 kde-base/konsolekalendar/metadata.xml              |   5 -
 kde-base/kontact/kontact-4.9999.ebuild             |  52 ----------
 kde-base/kontact/metadata.xml                      |   5 -
 .../files/korganizer-4.14.10-handbook.patch        |  16 ---
 .../files/korganizer-4.4.2015.06-handbook.patch    |  18 ----
 kde-base/korganizer/korganizer-4.9999.ebuild       |  91 ----------------
 kde-base/korganizer/metadata.xml                   |   5 -
 kde-base/ktimetracker/ktimetracker-4.9999.ebuild   |  39 -------
 kde-base/ktimetracker/metadata.xml                 |   5 -
 kde-base/ktnef/ktnef-4.9999.ebuild                 |  25 -----
 kde-base/ktnef/metadata.xml                        |   5 -
 58 files changed, 1524 deletions(-)

diff --git a/kde-base/akonadiconsole/akonadiconsole-4.9999.ebuild 
b/kde-base/akonadiconsole/akonadiconsole-4.9999.ebuild
deleted file mode 100644
index 223841f..0000000
--- a/kde-base/akonadiconsole/akonadiconsole-4.9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="Akonadi developer console"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       >=app-office/akonadi-server-1.12.90
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
-       akonadi_next/
-       calendarsupport/
-       messageviewer/
-"

diff --git a/kde-base/akonadiconsole/metadata.xml 
b/kde-base/akonadiconsole/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/akonadiconsole/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/akregator/akregator-4.9999.ebuild 
b/kde-base/akregator/akregator-4.9999.ebuild
deleted file mode 100644
index ac18433..0000000
--- a/kde-base/akregator/akregator-4.9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="KDE news feed aggregator"
-HOMEPAGE="http://www.kde.org/applications/internet/akregator";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/akregator/metadata.xml b/kde-base/akregator/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/akregator/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/blogilo/blogilo-4.9999.ebuild 
b/kde-base/blogilo/blogilo-4.9999.ebuild
deleted file mode 100644
index c0950c8..0000000
--- a/kde-base/blogilo/blogilo-4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="KDE Blogging Client"
-HOMEPAGE="http://www.kde.org/applications/internet/blogilo";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepim-common-libs)
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       >=net-libs/libkgapi-2.2.0:4
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
-       composereditor-ng/
-       pimcommon/
-"

diff --git a/kde-base/blogilo/metadata.xml b/kde-base/blogilo/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/blogilo/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild 
b/kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild
deleted file mode 100644
index a38a5b7..0000000
--- a/kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMMODULE="console/${PN}"
-inherit kde4-meta
-
-DESCRIPTION="A tool to scan calendar data for buggy instances"
-HOMEPAGE="http://www.kde.org/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepim-common-libs)
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
-       calendarsupport/
-"
-
-KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/calendarjanitor/metadata.xml 
b/kde-base/calendarjanitor/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/calendarjanitor/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kabcclient/kabcclient-4.9999.ebuild 
b/kde-base/kabcclient/kabcclient-4.9999.ebuild
deleted file mode 100644
index 6599275..0000000
--- a/kde-base/kabcclient/kabcclient-4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMMODULE="console/${PN}"
-inherit kde4-meta
-
-DESCRIPTION="A command line client for accessing the KDE addressbook"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       kde4-meta_src_install
-
-       # work around NULL DT_RPATH in kabc2mutt
-       dosym kabcclient ${PREFIX}/bin/kabc2mutt
-}

diff --git a/kde-base/kabcclient/metadata.xml b/kde-base/kabcclient/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kabcclient/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kaddressbook/kaddressbook-4.9999.ebuild 
b/kde-base/kaddressbook/kaddressbook-4.9999.ebuild
deleted file mode 100644
index af9bc20..0000000
--- a/kde-base/kaddressbook/kaddressbook-4.9999.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="The KDE Address Book"
-HOMEPAGE="http://www.kde.org/applications/office/kaddressbook/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-       dev-libs/grantlee:0
-       !kde-base/contactthemeeditor
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRA="
-       grantleeeditor/contactthemeeditor
-       plugins/kaddressbook/
-       plugins/ktexteditor/
-"
-KMCOMPILEONLY="
-       grantleetheme/
-       kaddressbookgrantlee/
-"
-KMEXTRACTONLY="
-       akonadi_next/
-       calendarsupport/
-       grantleeeditor/grantleethemeeditor/
-       libkleo/
-       pimcommon/
-"
-
-KMLOADLIBS="kdepim-common-libs"
-
-pkg_postinst() {
-       kde4-meta_pkg_postinst
-
-       if ! has_version kde-base/kdepim-kresources:${SLOT}; then
-               echo
-               elog "For groupware functionality, please install 
kde-base/kdepim-kresources:${SLOT}"
-               echo
-       fi
-}

diff --git a/kde-base/kaddressbook/metadata.xml 
b/kde-base/kaddressbook/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kaddressbook/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kalarm/files/kalarm-4.4.11.1-crash.patch 
b/kde-base/kalarm/files/kalarm-4.4.11.1-crash.patch
deleted file mode 100644
index 2c05d75..0000000
--- a/kde-base/kalarm/files/kalarm-4.4.11.1-crash.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff --git a/kalarm/lib/spinbox2.cpp b/kalarm/lib/spinbox2.cpp
-index cc10882..f1e8ab9 100644
---- a/kalarm/lib/spinbox2.cpp
-+++ b/kalarm/lib/spinbox2.cpp
-@@ -1,7 +1,7 @@
- /*
-  *  spinbox2.cpp  -  spin box with extra pair of spin buttons (for Qt 3)
-  *  Program:  kalarm
-- *  Copyright © 2001-2009 by David Jarvie <[email protected]>
-+ *  Copyright © 2001-2009,2011 by David Jarvie <[email protected]>
-  *
-  *  This program is free software; you can redistribute it and/or modify
-  *  it under the terms of the GNU General Public License as published by
-@@ -28,7 +28,7 @@
- #include <QMouseEvent>
- #include <QStyleOptionSpinBox>
- #include <QGraphicsPixmapItem>
--#include <QPaintEngine>
-+#include <QPainter>
- #include <QTimer>
- #include <QFrame>
- #include <QBrush>
-@@ -588,8 +588,9 @@ void SpinMirror::setFrame()
-               p = grabWidget(mMainSpinbox, QRect(x, 0, 1, height()));
-               // Blot out edit field stuff from the middle of the slice
-               QPixmap dot = grabWidget(mMainSpinbox, QRect(x, editOffsetY, 1, 
1));
--              QPaintEngine* pe = p.paintEngine();
--              pe->drawTiledPixmap(QRectF(0, editOffsetY, 1, height() - 
2*editOffsetY), dot, QPointF(0, 0));
-+              QPainter painter(&p);
-+              painter.drawTiledPixmap(0, editOffsetY, 1, height() - 
2*editOffsetY, dot, 0, 0);
-+              painter.end();
-               // Horizontally fill the mirror widget with the vertical slice
-               p = p.scaled(size());
-               // Grab the left hand border of the main spinbox, and draw it 
into the mirror widget.

diff --git a/kde-base/kalarm/files/kalarm-4.4.11.1-underlinking.patch 
b/kde-base/kalarm/files/kalarm-4.4.11.1-underlinking.patch
deleted file mode 100644
index 87eadc8..0000000
--- a/kde-base/kalarm/files/kalarm-4.4.11.1-underlinking.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ruN kalarm-4.4.11.1.orig/kalarm/CMakeLists.txt 
kalarm-4.4.11.1/kalarm/CMakeLists.txt
---- kalarm-4.4.11.1.orig/kalarm/CMakeLists.txt 2011-04-20 22:03:31.000000000 
+0200
-+++ kalarm-4.4.11.1/kalarm/CMakeLists.txt      2011-08-11 22:03:27.096295681 
+0200
-@@ -130,7 +130,9 @@
- 
- set_target_properties(kalarm_bin PROPERTIES OUTPUT_NAME kalarm)
- 
--target_link_libraries(kalarm_bin ${KDE4_KUTILS_LIBS} kalarm_resources 
kalarm_calendar ${KDEPIMLIBS_KCAL_LIBS} ${KDE4_KABC_LIBRARY} 
${KDE4_KMIME_LIBRARY} ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} 
${KDEPIMLIBS_MAILTRANSPORT_LIBS} ${KDEPIMLIBS_KHOLIDAYS_LIBS} 
${KDE4_PHONON_LIBS} ${X11_X11_LIB} kdepim)
-+target_link_libraries(kalarm_bin ${KDE4_KUTILS_LIBS} kalarm_resources 
kalarm_calendar ${KDEPIMLIBS_KCAL_LIBS} ${KDE4_KABC_LIBRARY} 
-+                      ${KDE4_KMIME_LIBRARY} ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} 
${KDEPIMLIBS_MAILTRANSPORT_LIBS} ${KDEPIMLIBS_KHOLIDAYS_LIBS} 
-+                      ${KDEPIMLIBS_AKONADI_LIBS} ${KDEPIMLIBS_KPIMUTILS_LIBS} 
${KDE4_PHONON_LIBS} ${X11_X11_LIB} kdepim)
- 
- install(TARGETS kalarm_bin ${INSTALL_TARGETS_DEFAULT_ARGS} )
- #endif (UNIX)

diff --git a/kde-base/kalarm/kalarm-4.9999.ebuild 
b/kde-base/kalarm/kalarm-4.9999.ebuild
deleted file mode 100644
index c2fdaaf..0000000
--- a/kde-base/kalarm/kalarm-4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
-HOMEPAGE+=" http://userbase.kde.org/KAlarm";
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-       media-libs/phonon[qt4]
-       x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-
-KMEXTRACTONLY="
-       kmail/
-"

diff --git a/kde-base/kalarm/metadata.xml b/kde-base/kalarm/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kalarm/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kdepim-common-libs/files/install-composereditorng.patch 
b/kde-base/kdepim-common-libs/files/install-composereditorng.patch
deleted file mode 100644
index e0847dc..0000000
--- a/kde-base/kdepim-common-libs/files/install-composereditorng.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- composereditor-ng/CMakeLists.txt    2013-02-25 03:16:44.129528884 +0000
-+++ composereditor-ng/CMakeLists.txt.new        2013-02-25 03:18:48.016192479 
+0000
-@@ -58,8 +58,8 @@
- install(TARGETS composereditorng ${INSTALL_TARGETS_DEFAULT_ARGS} )
- install( FILES data/composereditorinitialhtml DESTINATION  
${DATA_INSTALL_DIR}/composereditor )
- 
--#install( FILES
--#         composereditor_export.h
--#         composereditor.h
--#         DESTINATION ${INCLUDE_INSTALL_DIR}/composereditorng COMPONENT Devel 
)
-+install( FILES
-+         composereditor_export.h
-+         composereditor.h
-+         DESTINATION ${INCLUDE_INSTALL_DIR}/composereditorng COMPONENT Devel )
-

diff --git 
a/kde-base/kdepim-common-libs/files/kdepim-common-libs-install-headers.patch 
b/kde-base/kdepim-common-libs/files/kdepim-common-libs-install-headers.patch
deleted file mode 100644
index f0037be..0000000
--- a/kde-base/kdepim-common-libs/files/kdepim-common-libs-install-headers.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-Install headers needed by Kopete's cryptography plugin.
-
-Patch borrowed from Fedora.
-
-diff --git a/libkleo/CMakeLists.txt b/libkleo/CMakeLists.txt
-index 84e660f..bfb92f8 100644
---- a/libkleo/CMakeLists.txt
-+++ b/libkleo/CMakeLists.txt
-@@ -124,3 +124,61 @@ install ( FILES libkleopatrarc-win32.desktop DESTINATION 
${CONFIG_INSTALL_DIR} R
- else ()
- install ( FILES libkleopatrarc.desktop DESTINATION ${CONFIG_INSTALL_DIR} 
RENAME libkleopatrarc )
- endif ()
-+
-+install( FILES
-+    kleo/kleo_export.h
-+    kleo/enum.h
-+    kleo/oidmap.h
-+    kleo/cryptobackend.h
-+    kleo/cryptobackendfactory.h
-+    kleo/cryptoconfig.h
-+    kleo/dn.h
-+    kleo/job.h
-+    kleo/keylistjob.h
-+    kleo/keygenerationjob.h
-+    kleo/abstractimportjob.h
-+    kleo/importjob.h
-+    kleo/importfromkeyserverjob.h
-+    kleo/exportjob.h
-+    kleo/changeexpiryjob.h
-+    kleo/changeownertrustjob.h
-+    kleo/downloadjob.h
-+    kleo/deletejob.h
-+    kleo/encryptjob.h
-+    kleo/decryptjob.h
-+    kleo/signjob.h
-+    kleo/specialjob.h
-+    kleo/verifydetachedjob.h
-+    kleo/verifyopaquejob.h
-+    kleo/decryptverifyjob.h
-+    kleo/signencryptjob.h
-+    kleo/signkeyjob.h
-+    kleo/adduseridjob.h
-+    kleo/refreshkeysjob.h
-+    kleo/multideletejob.h
-+    kleo/hierarchicalkeylistjob.h
-+    kleo/keyfilter.h
-+    kleo/keyfiltermanager.h
-+    kleo/changepasswdjob.h
-+    kleo/checksumdefinition.h
-+    kleo/exception.h
-+    kleo/kconfigbasedkeyfilter.h
-+    kleo/listallkeysjob.h
-+    kleo/stl_util.h
-+    DESTINATION ${INCLUDE_INSTALL_DIR}/kleo COMPONENT Devel)
-+
-+install ( FILES
-+    ui/kdhorizontalline.h
-+    ui/messagebox.h
-+    ui/progressbar.h
-+    ui/progressdialog.h
-+    ui/keylistview.h
-+    ui/keyselectiondialog.h
-+    ui/keyrequester.h
-+    ui/keyapprovaldialog.h
-+    ui/dnattributeorderconfigwidget.h
-+    ui/cryptoconfigmodule.h
-+    ui/cryptoconfigdialog.h
-+    ui/directoryserviceswidget.h
-+    ui/filenamerequester.h
-+    DESTINATION ${INCLUDE_INSTALL_DIR}/kleo/ui COMPONENT Devel)
-diff --git a/libkpgp/CMakeLists.txt b/libkpgp/CMakeLists.txt
-index 4be58ba..de868ad 100644
---- a/libkpgp/CMakeLists.txt
-+++ b/libkpgp/CMakeLists.txt
-@@ -35,3 +35,11 @@ add_subdirectory( tests )
- install(FILES kconf_update/kpgp.upd  DESTINATION ${KCONF_UPDATE_INSTALL_DIR})
- install(PROGRAMS kconf_update/kpgp-3.1-upgrade-address-data.pl DESTINATION 
${KCONF_UPDATE_INSTALL_DIR})
- 
-+install(FILES
-+        kpgp.h
-+        kpgpbase.h
-+        kpgpblock.h
-+        kpgpkey.h
-+        kpgpui.h
-+        libkpgp_export.h
-+        DESTINATION ${INCLUDE_INSTALL_DIR}/kpgp COMPONENT Devel )

diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.9999.ebuild 
b/kde-base/kdepim-common-libs/kdepim-common-libs-4.9999.ebuild
deleted file mode 100644
index e9b0ff8..0000000
--- a/kde-base/kdepim-common-libs/kdepim-common-libs-4.9999.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMNOMODULE="true"
-inherit kde4-meta
-
-DESCRIPTION="Common libraries for KDE PIM apps"
-KEYWORDS=""
-IUSE="debug google"
-
-DEPEND="
-       app-crypt/gpgme
-       >=app-office/akonadi-server-1.12.90
-       dev-libs/grantlee:0
-       $(add_kdebase_dep baloo '' 4.14.3)
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       google? ( net-libs/libkgapi:4 )
-"
-RDEPEND="${DEPEND}
-       !kde-base/akonadi:4
-       !kde-base/libkdepim:4
-       !kde-base/libkleo:4
-       !kde-base/libkpgp:4
-       !<kde-base/kaddressbook-4.11.50:4
-       !kde-base/kdepim-wizards:4
-       !<kde-base/kmail-4.14.5
-       !<kde-base/korganizer-4.5.67:4
-       app-crypt/gnupg
-       $(add_kdebase_dep kdepim-runtime)
-"
-
-RESTRICT="test"
-# bug 393131
-
-KMEXTRA="
-       agents/sendlateragent/
-       akonadi_next/
-       calendarsupport/
-       calendarviews/
-       composereditor-ng/
-       grantleeeditor/grantleethemeeditor/
-       grantleetheme/
-       incidenceeditor-ng/
-       libkdepim/
-       libkdepimdbusinterfaces/
-       libkleo/
-       libkpgp/
-       kaddressbookgrantlee/
-       kdgantt2/
-       mailcommon/
-       mailimporter/
-       messagecomposer/
-       messagecore/
-       messagelist/
-       messageviewer/
-       noteshared/
-       pimcommon/
-       templateparser/
-"
-KMEXTRACTONLY="
-       agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
-       kleopatra/
-       kmail/
-       knode/org.kde.knode.xml
-       korgac/org.kde.korganizer.KOrgac.xml
-       korganizer/data/org.kde.korganizer.Korganizer.xml
-       korganizer/data/org.kde.Korganizer.Calendar.xml
-"
-KMSAVELIBS="true"
-
-PATCHES=(
-       "${FILESDIR}/install-composereditorng.patch"
-       "${FILESDIR}/${PN}-install-headers.patch"
-)
-
-src_prepare() {
-       kde4-meta_src_prepare
-       sed -e '/folderarchiveagent.desktop/d' \
-               -i agents/CMakeLists.txt || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package google LibKGAPI2)
-       )
-
-       kde4-meta_src_configure
-}

diff --git a/kde-base/kdepim-common-libs/metadata.xml 
b/kde-base/kdepim-common-libs/metadata.xml
deleted file mode 100644
index 5d980cd..0000000
--- a/kde-base/kdepim-common-libs/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>
-       <herd>kde</herd>
-       <use>
-               <flag name="google">Google service integration via 
<pkg>net-libs/libkgapi</pkg></flag>
-       </use>
-</pkgmetadata>

diff --git a/kde-base/kdepim-icons/kdepim-icons-4.9999.ebuild 
b/kde-base/kdepim-icons/kdepim-icons-4.9999.ebuild
deleted file mode 100644
index a8af3c7..0000000
--- a/kde-base/kdepim-icons/kdepim-icons-4.9999.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMMODULE="icons"
-inherit kde4-meta
-
-DESCRIPTION="KDE PIM icons"
-IUSE=""
-KEYWORDS=""
-
-DEPEND="$(add_kdebase_dep kdepimlibs 'akonadi(+)')"
-RDEPEND=""

diff --git a/kde-base/kdepim-icons/metadata.xml 
b/kde-base/kdepim-icons/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kdepim-icons/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.9999.ebuild 
b/kde-base/kdepim-kresources/kdepim-kresources-4.9999.ebuild
deleted file mode 100644
index 6d2c83e..0000000
--- a/kde-base/kdepim-kresources/kdepim-kresources-4.9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMMODULE="kresources"
-inherit kde4-meta
-
-DESCRIPTION="KDE PIM groupware plugin collection"
-IUSE="debug"
-KEYWORDS=""
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
-       kmail/
-       knotes/
-       korganizer/version.h
-"
-
-KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/kdepim-kresources/metadata.xml 
b/kde-base/kdepim-kresources/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kdepim-kresources/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kdepim-meta/kdepim-meta-4.9999.ebuild 
b/kde-base/kdepim-meta/kdepim-meta-4.9999.ebuild
deleted file mode 100644
index 435ea1c..0000000
--- a/kde-base/kdepim-meta/kdepim-meta-4.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit kde4-meta-pkg
-
-DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages"
-HOMEPAGE+=" http://community.kde.org/KDE_PIM";
-KEYWORDS=""
-IUSE="nls"
-
-RDEPEND="
-       $(add_kdebase_dep akonadiconsole)
-       $(add_kdebase_dep akregator)
-       $(add_kdebase_dep blogilo)
-       $(add_kdebase_dep calendarjanitor)
-       $(add_kdebase_dep kabcclient)
-       $(add_kdebase_dep kaddressbook)
-       $(add_kdebase_dep kalarm)
-       $(add_kdebase_dep kdepim-icons)
-       $(add_kdebase_dep kdepim-kresources)
-       $(add_kdebase_dep kdepim-runtime)
-       $(add_kdebase_dep kjots)
-       $(add_kdebase_dep kleopatra)
-       $(add_kdebase_dep kmail)
-       $(add_kdebase_dep knode)
-       $(add_kdebase_dep knotes)
-       $(add_kdebase_dep konsolekalendar)
-       $(add_kdebase_dep kontact)
-       $(add_kdebase_dep korganizer)
-       $(add_kdebase_dep ktimetracker)
-       $(add_kdebase_dep ktnef)
-       nls? ( || (
-               (
-                       $(add_kdeapps_dep kde4-l10n '' 15.04.0)
-               )
-               (
-                       $(add_kdeapps_dep kde4-l10n '' 4.14.3)
-                       $(add_kdebase_dep kdepim-l10n '' 4.14.3)
-               )
-       ) )
-"

diff --git a/kde-base/kdepim-meta/metadata.xml 
b/kde-base/kdepim-meta/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kdepim-meta/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.9999.ebuild 
b/kde-base/kdepim-runtime/kdepim-runtime-4.9999.ebuild
deleted file mode 100644
index 20f1a3e..0000000
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim-runtime"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-base
-
-DESCRIPTION="KDE PIM runtime plugin collection"
-KEYWORDS=""
-IUSE="debug facebook google kolab"
-
-RESTRICT="test"
-# Would need test programs _testrunner and akonaditest from kdepimlibs, see 
bug 313233
-
-DEPEND="
-       >=app-office/akonadi-server-1.12.90
-       dev-libs/boost:=
-       dev-libs/libxml2:2
-       dev-libs/libxslt
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       x11-misc/shared-mime-info
-       facebook? ( net-libs/libkfbapi:4 )
-       google? ( >=net-libs/libkgapi-2.0:4 )
-       kolab? ( >=net-libs/libkolab-0.5 )
-"
-RDEPEND="${DEPEND}
-       $(add_kdebase_dep kdepim-icons)
-       !kde-misc/akonadi-google
-"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package facebook LibKFbAPI)
-               $(cmake-utils_use_find_package google LibKGAPI2)
-               $(cmake-utils_use_find_package kolab Libkolab)
-               $(cmake-utils_use_find_package kolab Libkolabxml)
-       )
-
-       kde4-base_src_configure
-}

diff --git a/kde-base/kdepim-runtime/metadata.xml 
b/kde-base/kdepim-runtime/metadata.xml
deleted file mode 100644
index 85ce9c0..0000000
--- a/kde-base/kdepim-runtime/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-       <use>
-               <flag name="facebook">Facebook service integration via 
<pkg>net-libs/libkfbapi</pkg></flag>
-               <flag name="google">Google service integration via 
<pkg>net-libs/libkgapi</pkg></flag>
-       </use>
-</pkgmetadata>

diff --git 
a/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch 
b/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
deleted file mode 100644
index 2ec6c7a..0000000
--- a/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -ruN kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt 
kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt
---- kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt        2011-04-20 
22:03:31.000000000 +0200
-+++ kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt     2011-08-06 
19:11:11.852576714 +0200
-@@ -22,7 +22,7 @@
- 
-   kde4_add_executable(groupwarewizard ${groupwarewizard_SRCS})
- 
--  target_link_libraries(groupwarewizard ${QT_QT3SUPPORT_LIBRARY} 
${KDE4_KDECORE_LIBS}
-+  target_link_libraries(groupwarewizard ${QT_QTGUI_LIBRARY} 
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kio kdeui kpimutils
-   kabcgroupwise kcalgroupwise
-   kcal_slox kabc_slox
-   kabckolab knoteskolab
-@@ -44,7 +44,8 @@
- 
-   kde4_add_executable(groupwisewizard ${groupwisewizard_SRCS})
- 
--  target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} 
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} 
kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim )
-+  target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} 
${QT_QTGUI_LIBRARY} 
-+    ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} 
kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim kpimutils kio )
- 
-   install(TARGETS groupwisewizard  ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
-@@ -60,7 +61,8 @@
- 
-   kde4_add_executable(sloxwizard ${sloxwizard_SRCS})
- 
--  target_link_libraries(sloxwizard ${QT_QT3SUPPORT_LIBRARY} 
${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} 
${KDEPIMLIBS_KABC_LIBS} kdepim )
-+  target_link_libraries(sloxwizard ${QT_QTGUI_LIBRARY} 
${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox 
${KDEPIMLIBS_KCAL_LIBS} 
-+    ${KDEPIMLIBS_KABC_LIBS} kdepim kio )
- 
-   install(TARGETS sloxwizard  ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
-@@ -83,6 +85,7 @@
- kde4_add_executable(kolabwizard ${kolabwizard_SRCS})
- 
- target_link_libraries(kolabwizard
-+  ${QT_QTGUI_LIBRARY} kio
-   ${QT_QT3SUPPORT_LIBRARY}
-   ${KDEPIMLIBS_KCAL_LIBS}
-   ${KDEPIMLIBS_KABC_LIBS}

diff --git a/kde-base/kdepim-wizards/metadata.xml 
b/kde-base/kdepim-wizards/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/kde-base/kdepim-wizards/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kdepimlibs/files/kdepimlibs-4.9.1-boostincludes.patch 
b/kde-base/kdepimlibs/files/kdepimlibs-4.9.1-boostincludes.patch
deleted file mode 100644
index 2df44a7..0000000
--- a/kde-base/kdepimlibs/files/kdepimlibs-4.9.1-boostincludes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Make sure that the Boost headers are actually found, since they are
-referenced in the kdepimlibs headers. 
-Patch by Alex Turbov, see https://bugs.kde.org/show_bug.cgi?id=306323
-
---- KdepimLibsConfig.cmake.in.org      2012-08-13 12:46:24.000000000 +0400
-+++ KdepimLibsConfig.cmake.in  2012-09-06 08:53:53.000000000 +0400
-@@ -15,7 +15,7 @@
- set(KDEPIMLIBS_DBUS_INTERFACES_DIR "@KDEPIMLIBS_DBUS_INTERFACES_DIR@")
- set(KDEPIMLIBS_DBUS_SERVICES_DIR   "@KDEPIMLIBS_DBUS_SERVICES_DIR@")
- set(KDEPIMLIBS_INCLUDE_DIR         "@KDEPIMLIBS_INCLUDE_DIR@")
--set(KDEPIMLIBS_INCLUDE_DIRS        "@KDEPIMLIBS_INCLUDE_DIR@" 
"@KDEPIMLIBS_INCLUDE_DIR@/KDE")
-+set(KDEPIMLIBS_INCLUDE_DIRS        "@KDEPIMLIBS_INCLUDE_DIR@" 
"@KDEPIMLIBS_INCLUDE_DIR@/KDE" "@Boost_INCLUDE_DIR@")
- set(KDEPIMLIBS_LIB_DIR             "@KDEPIMLIBS_LIB_DIR@")
- set(KDEPIMLIBS_BIN_DIR             "@KDEPIMLIBS_BIN_DIR@")
- set(KDEPIMLIBS_LIBEXEC_DIR         "@KDEPIMLIBS_LIBEXEC_DIR@")

diff --git a/kde-base/kdepimlibs/kdepimlibs-4.9999.ebuild 
b/kde-base/kdepimlibs/kdepimlibs-4.9999.ebuild
deleted file mode 100644
index 1dead5b..0000000
--- a/kde-base/kdepimlibs/kdepimlibs-4.9999.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-base
-
-DESCRIPTION="Common library for KDE PIM apps"
-KEYWORDS=""
-LICENSE="LGPL-2.1"
-IUSE="debug ldap prison"
-
-# some akonadi tests timeout, that probaly needs more work as its ~700 tests
-RESTRICT="test"
-
-DEPEND="
-       !kde-misc/akonadi-social-utils
-       >=app-crypt/gpgme-1.1.6
-       >=app-office/akonadi-server-1.12.90[qt4]
-       >=dev-libs/boost-1.35.0-r5:=
-       dev-libs/libgpg-error
-       >=dev-libs/libical-0.48-r2:=
-       dev-libs/cyrus-sasl
-       >=dev-libs/qjson-0.8.1
-       media-libs/phonon[qt4]
-       x11-misc/shared-mime-info
-       prison? ( media-libs/prison:4 )
-       ldap? ( net-nds/openldap )
-"
-# boost is not linked to, but headers which include it are installed
-# bug #418071
-RDEPEND="${DEPEND}
-       !=kde-base/kdepim-runtime-4.10*
-       !=kde-base/kdepim-runtime-4.11*
-       !<kde-base/kdepim-runtime-4.4.11.1-r2
-"
-
-PATCHES=( "${FILESDIR}/${PN}-4.9.1-boostincludes.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_build handbook doc)
-               $(cmake-utils_use_find_package ldap)
-               $(cmake-utils_use_find_package prison)
-       )
-
-       kde4-base_src_configure
-}
-
-src_install() {
-       kde4-base_src_install
-       rm "${ED}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides 
with net-im/choqok
-}

diff --git a/kde-base/kdepimlibs/metadata.xml b/kde-base/kdepimlibs/metadata.xml
deleted file mode 100644
index d19719a..0000000
--- a/kde-base/kdepimlibs/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>
-       <herd>kde</herd>
-       <use>
-               <flag name="prison">Enable support for QRcodes in 
contacts</flag>
-       </use>
-</pkgmetadata>

diff --git a/kde-base/kjots/kjots-4.9999.ebuild 
b/kde-base/kjots/kjots-4.9999.ebuild
deleted file mode 100644
index be7f085..0000000
--- a/kde-base/kjots/kjots-4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="KDE note taking utility"
-HOMEPAGE="http://www.kde.org/applications/utilities/kjots/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       dev-libs/grantlee:0
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
-       akonadi_next/
-       noteshared/
-"

diff --git a/kde-base/kjots/metadata.xml b/kde-base/kjots/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kjots/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kleopatra/files/kleopatra-4.4.2015.06-reenable.patch 
b/kde-base/kleopatra/files/kleopatra-4.4.2015.06-reenable.patch
deleted file mode 100644
index f8c934e..0000000
--- a/kde-base/kleopatra/files/kleopatra-4.4.2015.06-reenable.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8c450d3..b927ad9 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -190,7 +190,7 @@ set(libkdgantt1_SRCS
- 
-   if(QGPGME_FOUND)
-     if (Boost_TOPOLOGICAL_SORT_DIR)
--#      macro_optional_add_subdirectory(kleopatra)
-+      macro_optional_add_subdirectory(kleopatra)
-     endif(Boost_TOPOLOGICAL_SORT_DIR)
-     macro_optional_add_subdirectory(wizards)
-     # The following components depend on QGpgME.

diff --git a/kde-base/kleopatra/files/kleopatra-install-headers.patch 
b/kde-base/kleopatra/files/kleopatra-install-headers.patch
deleted file mode 100644
index 0478141..0000000
--- a/kde-base/kleopatra/files/kleopatra-install-headers.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Install headers needed by Kopete's cryptography plugin.
-
-Patch borrowed from Fedora.
-
-diff --git a/kleopatra/libkleopatraclient/CMakeLists.txt 
b/kleopatra/libkleopatraclient/CMakeLists.txt
-index 17b4980..690b00d 100644
---- a/kleopatra/libkleopatraclient/CMakeLists.txt
-+++ b/kleopatra/libkleopatraclient/CMakeLists.txt
-@@ -6,3 +6,7 @@ add_subdirectory(gui)
- 
- add_subdirectory(tests)
- 
-+install(
-+  FILES kleopatraclient_export.h
-+  DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient
-+  )
-diff --git a/kleopatra/libkleopatraclient/core/CMakeLists.txt 
b/kleopatra/libkleopatraclient/core/CMakeLists.txt
-index d4f1ea2..17a6eb5 100644
---- a/kleopatra/libkleopatraclient/core/CMakeLists.txt
-+++ b/kleopatra/libkleopatraclient/core/CMakeLists.txt
-@@ -63,3 +63,13 @@ else()
- endif()
- 
- install(TARGETS kleopatraclientcore ${INSTALL_TARGETS_DEFAULT_ARGS})
-+
-+install(
-+  FILES
-+    initialization.h
-+    command.h
-+    selectcertificatecommand.h
-+    signencryptfilescommand.h
-+    decryptverifyfilescommand.h
-+  DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/core
-+  )
-diff --git a/kleopatra/libkleopatraclient/gui/CMakeLists.txt 
b/kleopatra/libkleopatraclient/gui/CMakeLists.txt
-index 3c5bab2..78dde2e 100644
---- a/kleopatra/libkleopatraclient/gui/CMakeLists.txt
-+++ b/kleopatra/libkleopatraclient/gui/CMakeLists.txt
-@@ -16,3 +16,9 @@ set_target_properties(kleopatraclientgui PROPERTIES
- )
- 
- install(TARGETS kleopatraclientgui ${INSTALL_TARGETS_DEFAULT_ARGS})
-+
-+install(
-+  FILES
-+    certificaterequester.h
-+  DESTINATION ${INCLUDE_INSTALL_DIR}/libkleopatraclient/gui
-+  )

diff --git a/kde-base/kleopatra/kleopatra-4.9999.ebuild 
b/kde-base/kleopatra/kleopatra-4.9999.ebuild
deleted file mode 100644
index 1bf4ff4..0000000
--- a/kde-base/kleopatra/kleopatra-4.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="Kleopatra - KDE X.509 key manager"
-HOMEPAGE="http://www.kde.org/applications/utilities/kleopatra/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       >=app-crypt/gpgme-1.3.2
-       dev-libs/boost:=
-       dev-libs/libassuan
-       dev-libs/libgpg-error
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}
-       app-crypt/gnupg
-"
-
-KMEXTRACTONLY="
-       libkleo/
-"
-
-PATCHES=( "${FILESDIR}/${PN}-install-headers.patch" )
-
-src_unpack() {
-       if use handbook; then
-               KMEXTRA="
-                       doc/kwatchgnupg
-               "
-       fi
-
-       kde4-meta_src_unpack
-}

diff --git a/kde-base/kleopatra/metadata.xml b/kde-base/kleopatra/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kleopatra/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kmail/files/kmail-4.4.9-nodbus.patch 
b/kde-base/kmail/files/kmail-4.4.9-nodbus.patch
deleted file mode 100644
index af3237d..0000000
--- a/kde-base/kmail/files/kmail-4.4.9-nodbus.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-diff -ruN kmail-4.4.9.orig/kmail/tests/CMakeLists.txt 
kmail-4.4.9/kmail/tests/CMakeLists.txt
---- kmail-4.4.9.orig/kmail/tests/CMakeLists.txt        2010-12-22 
18:52:24.000000000 +0100
-+++ kmail-4.4.9/kmail/tests/CMakeLists.txt     2011-01-25 23:52:38.953021223 
+0100
-@@ -9,14 +9,14 @@
- add_definitions(-DKMAIL_UNITTESTS=YES)
- 
- ########### htmlquotecolorertest ###############
--set(htmlquotecolorertest_SRCS htmlquotecolorertest.cpp 
../htmlquotecolorer.cpp)
--kde4_add_unit_test(htmlquotecolorertest TESTNAME kmail-quotecolorertest 
${htmlquotecolorertest_SRCS})
--set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
--target_link_libraries(htmlquotecolorertest
--  ${QT_QTTEST_LIBRARY}
--  ${QT_QTCORE_LIBRARY}
--  ${KDE4_KHTML_LIBRARY}
--)
-+# set(htmlquotecolorertest_SRCS htmlquotecolorertest.cpp 
../htmlquotecolorer.cpp)
-+# kde4_add_unit_test(htmlquotecolorertest TESTNAME kmail-quotecolorertest 
${htmlquotecolorertest_SRCS})
-+# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
-+# target_link_libraries(htmlquotecolorertest
-+#   ${QT_QTTEST_LIBRARY}
-+#   ${QT_QTCORE_LIBRARY}
-+#   ${KDE4_KHTML_LIBRARY}
-+# )
- 
- ########### utiltests ###############
- 
-diff -ruN kmail-4.4.9.orig/messagecore/tests/CMakeLists.txt 
kmail-4.4.9/messagecore/tests/CMakeLists.txt
---- kmail-4.4.9.orig/messagecore/tests/CMakeLists.txt  2010-12-22 
18:52:15.000000000 +0100
-+++ kmail-4.4.9/messagecore/tests/CMakeLists.txt       2011-01-25 
23:50:54.421021223 +0100
-@@ -13,6 +13,6 @@
- # Attachment tests.
- add_messagecore_test( attachmentcompressjobtest.cpp )
- add_messagecore_test( attachmentfrommimecontentjobtest.cpp )
--add_messagecore_test( attachmentfromurljobtest.cpp )
-+# add_messagecore_test( attachmentfromurljobtest.cpp )
- add_messagecore_test( attachmentparttest.cpp )
--add_messagecore_test( attachmentpropertiesdialogtest.cpp )
-+# add_messagecore_test( attachmentpropertiesdialogtest.cpp )
-diff -ruN kmail-4.4.9.orig/messageviewer/tests/CMakeLists.txt 
kmail-4.4.9/messageviewer/tests/CMakeLists.txt
---- kmail-4.4.9.orig/messageviewer/tests/CMakeLists.txt        2010-12-22 
18:52:47.000000000 +0100
-+++ kmail-4.4.9/messageviewer/tests/CMakeLists.txt     2011-01-25 
23:51:58.374021223 +0100
-@@ -6,23 +6,23 @@
- )
- 
- ########### htmlquotecolorertest ###############
--set(messageviewer_htmlquotecolorertest_SRCS htmlquotecolorertest.cpp 
../htmlquotecolorer.cpp)
--kde4_add_unit_test(messageviewer_htmlquotecolorertest TESTNAME 
messageviewer-quotecolorertest ${messageviewer_htmlquotecolorertest_SRCS})
--set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
--target_link_libraries(messageviewer_htmlquotecolorertest
--  ${QT_QTTEST_LIBRARY}
--  ${QT_QTCORE_LIBRARY}
--  ${KDE4_KHTML_LIBRARY}
--  messageviewer
--)
-+# set(messageviewer_htmlquotecolorertest_SRCS htmlquotecolorertest.cpp 
../htmlquotecolorer.cpp)
-+# kde4_add_unit_test(messageviewer_htmlquotecolorertest TESTNAME 
messageviewer-quotecolorertest ${messageviewer_htmlquotecolorertest_SRCS})
-+# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
-+# target_link_libraries(messageviewer_htmlquotecolorertest
-+#   ${QT_QTTEST_LIBRARY}
-+#   ${QT_QTCORE_LIBRARY}
-+#   ${KDE4_KHTML_LIBRARY}
-+#   messageviewer
-+# )
- 
- ########### stringutiltest ###############
--set(stringutiltest_SRCS stringutiltest.cpp)
--kde4_add_unit_test(stringutiltest TESTNAME messageviewer-stringutiltest 
${stringutiltest_SRCS})
--set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
--target_link_libraries(stringutiltest
--  ${QT_QTTEST_LIBRARY}
--  ${QT_QTCORE_LIBRARY}
--  ${KDE4_KHTML_LIBRARY}
--  messageviewer
--)
-+# set(stringutiltest_SRCS stringutiltest.cpp)
-+# kde4_add_unit_test(stringutiltest TESTNAME messageviewer-stringutiltest 
${stringutiltest_SRCS})
-+# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
-+# target_link_libraries(stringutiltest
-+#   ${QT_QTTEST_LIBRARY}
-+#   ${QT_QTCORE_LIBRARY}
-+#   ${KDE4_KHTML_LIBRARY}
-+#   messageviewer
-+# )

diff --git a/kde-base/kmail/kmail-4.9999.ebuild 
b/kde-base/kmail/kmail-4.9999.ebuild
deleted file mode 100644
index 32c60c3..0000000
--- a/kde-base/kmail/kmail-4.9999.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-VIRTUALX_REQUIRED=test
-inherit flag-o-matic kde4-meta
-
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal 
information manager of KDE"
-HOMEPAGE="http://www.kde.org/applications/internet/kmail/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep korganizer)
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="
-       ${DEPEND}
-       !=kde-base/kdepim-common-libs-4.12.1-r1
-"
-
-RESTRICT="test"
-# bug 393147
-
-KMEXTRACTONLY="
-       agents/folderarchiveagent.desktop
-       agents/sendlateragent/
-       akonadi_next/
-       calendarviews/
-       grantleeeditor/grantleethemeeditor/
-       kdgantt2/
-       korganizer/
-       kresources/
-       libkdepimdbusinterfaces/
-       libkleo/
-       libkpgp/
-"
-KMCOMPILEONLY="
-       calendarsupport/
-       grantleetheme/
-       incidenceeditor-ng/
-       kaddressbookgrantlee/
-       mailcommon/
-       mailimporter/
-       messagecomposer/
-       messagecore/
-       messagelist/
-       messageviewer/
-       mailcommon/
-       mailimporter/
-       noteshared/
-       pimcommon/
-       templateparser/
-"
-KMEXTRA="
-       agents/archivemailagent/
-       agents/followupreminderagent/
-       agents/mailfilteragent/
-       grantleeeditor/headerthemeeditor/
-       importwizard/
-       kmailcvt/
-       ksendemail/
-       libksieve/
-       mboximporter/
-       pimsettingexporter/
-       plugins/messageviewer/
-"
-
-KMLOADLIBS="kdepim-common-libs"
-
-src_configure() {
-       # Bug 308903
-       use ppc64 && append-flags -mminimal-toc
-
-       kde4-meta_src_configure
-}
-
-src_compile() {
-       kde4-meta_src_compile kmail_xml
-       kde4-meta_src_compile
-}
-
-pkg_postinst() {
-       kde4-meta_pkg_postinst
-
-       if ! has_version kde-base/kdepim-kresources:${SLOT}; then
-               echo
-               elog "For groupware functionality, please install 
kde-base/kdepim-kresources:${SLOT}"
-               echo
-       fi
-       if ! has_version kde-base/kleopatra:${SLOT}; then
-               echo
-               elog "For certificate management and the gnupg log viewer, 
please install kde-base/kleopatra:${SLOT}"
-               echo
-       fi
-
-       if has_version "app-office/akonadi-server[sqlite]"; then
-               ewarn
-               ewarn "We strongly recommend you set your Akonadi database 
backend to QMYSQL in your"
-               ewarn "user configuration. This is the backend recommended by 
KDE upstream."
-               ewarn "Reports indicate that kde-base/kmail-4.10 does not work 
properly with the sqlite"
-               ewarn "backend anymore."
-               if has_version "app-office/akonadi-server[-mysql]"; then
-                       ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD 
app-office/akonadi-server WITH mysql USEFLAG ENABLED."
-               fi
-               ewarn "You can select the backend in your 
~/.config/akonadi/akonadiserverrc."
-               ewarn
-       fi
-}

diff --git a/kde-base/kmail/metadata.xml b/kde-base/kmail/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kmail/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/knode/knode-4.9999.ebuild 
b/kde-base/knode/knode-4.9999.ebuild
deleted file mode 100644
index 1f4edb5..0000000
--- a/kde-base/knode/knode-4.9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="A newsreader for KDE"
-HOMEPAGE="http://www.kde.org/applications/internet/knode/";
-KEYWORDS=""
-IUSE="debug"
-
-# test fails, last checked for 4.2.96
-RESTRICT=test
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
-       agents/
-       libkleo/
-       libkpgp/
-       messagecomposer/
-       messageviewer/
-       messagecore/
-"
-KMCOMPILEONLY="
-       grantleetheme/
-       kaddressbookgrantlee/
-"
-
-KMLOADLIBS="kdepim-common-libs"
-
-src_unpack() {
-       if use handbook; then
-               KMEXTRA="
-                       doc/kioslave/news
-               "
-       fi
-
-       kde4-meta_src_unpack
-}

diff --git a/kde-base/knode/metadata.xml b/kde-base/knode/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/knode/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/knotes/knotes-4.9999.ebuild 
b/kde-base/knotes/knotes-4.9999.ebuild
deleted file mode 100644
index 1f56ff3..0000000
--- a/kde-base/knotes/knotes-4.9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="KDE Notes application"
-HOMEPAGE="http://www.kde.org/applications/utilities/knotes/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMCOMPILEONLY="
-       noteshared/
-"
-
-KMEXTRACTONLY="
-       akonadi_next/
-       pimcommon/
-"
-
-KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/knotes/metadata.xml b/kde-base/knotes/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/knotes/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/konsolekalendar/konsolekalendar-4.9999.ebuild 
b/kde-base/konsolekalendar/konsolekalendar-4.9999.ebuild
deleted file mode 100644
index de25e7d..0000000
--- a/kde-base/konsolekalendar/konsolekalendar-4.9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMMODULE="console/${PN}"
-inherit kde4-meta
-
-DESCRIPTION="A command line interface to KDE calendars"
-HOMEPAGE+=" http://userbase.kde.org/KonsoleKalendar";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMCOMPILEONLY="
-       calendarsupport/
-       grantleetheme/
-       incidenceeditor-ng/
-       kaddressbookgrantlee/
-       mailcommon/
-       messagecore/
-       messageviewer/
-       pimcommon/
-       templateparser/
-"
-KMEXTRACTONLY="
-       akonadi_next/
-       agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
-       calendarviews/
-       kdgantt2/
-       korganizer/data/org.kde.Korganizer.Calendar.xml
-       mailimporter/
-       messagecomposer/
-       libkdepimdbusinterfaces/
-       libkleo/
-       libkpgp/
-"
-
-KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/konsolekalendar/metadata.xml 
b/kde-base/konsolekalendar/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/konsolekalendar/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/kontact/kontact-4.9999.ebuild 
b/kde-base/kontact/kontact-4.9999.ebuild
deleted file mode 100644
index fc22be8..0000000
--- a/kde-base/kontact/kontact-4.9999.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="KDE personal information manager"
-HOMEPAGE="http://www.kde.org/applications/office/kontact/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-"
-RDEPEND="${DEPEND}"
-
-KMLOADLIBS="kdepim-common-libs"
-KMSAVELIBS="true"
-
-# We remove plugins that are related to external kdepim programs. This way
-# kontact doesn't have to depend on all programs it has plugins for.
-# kcontactmanager gone from kdesvn
-#
-KMEXTRACTONLY="
-       kontact/plugins/akregator/
-       kontact/plugins/kaddressbook/
-       kontact/plugins/kjots/
-       kontact/plugins/kmail/
-       kontact/plugins/knode/
-       kontact/plugins/knotes/
-       kontact/plugins/korganizer/
-       kontact/plugins/ktimetracker/
-       kontact/plugins/planner/
-       kontact/plugins/specialdates/
-       libkdepimdbusinterfaces/
-"
-
-src_unpack() {
-       if use handbook; then
-               KMEXTRA+="
-                       doc/kontact-admin/
-               "
-       fi
-
-       kde4-meta_src_unpack
-}

diff --git a/kde-base/kontact/metadata.xml b/kde-base/kontact/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/kontact/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/korganizer/files/korganizer-4.14.10-handbook.patch 
b/kde-base/korganizer/files/korganizer-4.14.10-handbook.patch
deleted file mode 100644
index a365d05..0000000
--- a/kde-base/korganizer/files/korganizer-4.14.10-handbook.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/doc/CMakeLists.txt       2015-06-25 19:47:38.000000000 +0200
-+++ b/doc/CMakeLists.txt       2015-07-05 11:50:37.584637940 +0200
-@@ -28,9 +28,10 @@
- 
- if(BUILD_kmail)
-   add_subdirectory(kmail)
--  if(BUILD_korganizer)
--    add_subdirectory(korganizer)
--  endif()
-+endif()
-+
-+if(BUILD_korganizer)
-+  add_subdirectory(korganizer)
- endif()
- 
- if(BUILD_knode)

diff --git a/kde-base/korganizer/files/korganizer-4.4.2015.06-handbook.patch 
b/kde-base/korganizer/files/korganizer-4.4.2015.06-handbook.patch
deleted file mode 100644
index a3050cc..0000000
--- a/kde-base/korganizer/files/korganizer-4.4.2015.06-handbook.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/doc/CMakeLists.txt       2015-06-29 21:11:05.000000000 +0200
-+++ b/doc/CMakeLists.txt       2015-07-05 12:29:51.517209734 +0200
-@@ -32,11 +32,12 @@
- 
- if(BUILD_kmail)
-   add_subdirectory(kmail)
--  if(BUILD_korganizer)
--    add_subdirectory(korganizer)
--  endif(BUILD_korganizer)
- endif(BUILD_kmail)
- 
-+if(BUILD_korganizer)
-+  add_subdirectory(korganizer)
-+endif(BUILD_korganizer)
-+
- if(BUILD_knode)
-   add_subdirectory(knode)
- endif(BUILD_knode)

diff --git a/kde-base/korganizer/korganizer-4.9999.ebuild 
b/kde-base/korganizer/korganizer-4.9999.ebuild
deleted file mode 100644
index cd2f6c1..0000000
--- a/kde-base/korganizer/korganizer-4.9999.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="A Personal Organizer for KDE"
-HOMEPAGE="http://www.kde.org/applications/office/korganizer/";
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-       sys-libs/zlib
-"
-RDEPEND="${DEPEND}
-       $(add_kdeapps_dep ktimezoned '' 4.14.3)
-"
-
-RESTRICT="test"
-# bug 393135
-
-KMLOADLIBS="kdepim-common-libs"
-
-KMEXTRA="
-       korgac/
-"
-KMEXTRACTONLY="
-       agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
-       akonadi_next/
-       calendarviews/
-       kdgantt2/
-       kmail/
-       knode/org.kde.knode.xml
-       libkdepimdbusinterfaces/
-       libkleo/
-       libkpgp/
-       mailimporter/
-       messagecomposer/
-"
-KMCOMPILEONLY="
-       calendarsupport/
-       grantleetheme/
-       incidenceeditor-ng/
-       kaddressbookgrantlee/
-       mailcommon/
-       messagecore/
-       messageviewer/
-       pimcommon/
-       templateparser/
-"
-
-src_unpack() {
-       if use kontact; then
-               KMEXTRA="${KMEXTRA}
-                       kontact/plugins/planner/
-                       kontact/plugins/specialdates/
-               "
-       fi
-
-       kde4-meta_src_unpack
-}
-
-src_prepare() {
-       use handbook && epatch "${FILESDIR}/${PN}-4.14.10-handbook.patch"
-
-       kde4-meta_src_prepare
-}
-
-src_install() {
-       kde4-meta_src_install
-       # colliding with kdepim-common-libs
-       rm -rf "${ED}"/usr/share/kde4/servicetypes/calendarplugin.desktop
-       rm -rf "${ED}"/usr/share/kde4/servicetypes/calendardecoration.desktop
-}
-
-pkg_postinst() {
-       kde4-meta_pkg_postinst
-
-       if ! has_version kde-base/kdepim-kresources:${SLOT}; then
-               echo
-               elog "For groupware functionality, please install 
kde-base/kdepim-kresources:${SLOT}"
-               echo
-       fi
-}

diff --git a/kde-base/korganizer/metadata.xml b/kde-base/korganizer/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/korganizer/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/ktimetracker/ktimetracker-4.9999.ebuild 
b/kde-base/ktimetracker/ktimetracker-4.9999.ebuild
deleted file mode 100644
index 17683f4..0000000
--- a/kde-base/ktimetracker/ktimetracker-4.9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="KTimeTracker tracks time spent on various tasks"
-HOEMPAGE="http://www.kde.org/applications/utilities/ktimetracker/";
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
-       $(add_kdebase_dep kdepim-kresources)
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-       $(add_kdebase_dep kdepim-common-libs)
-       x11-libs/libXScrnSaver
-"
-DEPEND="${RDEPEND}
-       x11-proto/scrnsaverproto
-"
-
-KMEXTRACTONLY="
-       kresources/
-"
-
-KMLOADLIBS="kdepim-common-libs"
-
-src_unpack() {
-       if use kontact; then
-               KMEXTRA="${KMEXTRA} kontact/plugins/ktimetracker"
-       fi
-
-       kde4-meta_src_unpack
-}

diff --git a/kde-base/ktimetracker/metadata.xml 
b/kde-base/ktimetracker/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/ktimetracker/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

diff --git a/kde-base/ktnef/ktnef-4.9999.ebuild 
b/kde-base/ktnef/ktnef-4.9999.ebuild
deleted file mode 100644
index 8e53ceb..0000000
--- a/kde-base/ktnef/ktnef-4.9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="A viewer for TNEF attachments"
-KEYWORDS=""
-LICENSE="LGPL-2.1"
-IUSE="debug"
-
-DEPEND="
-       app-office/akonadi-server
-       $(add_kdebase_dep kdepimlibs 'akonadi(+)')
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
-       akonadi/
-"

diff --git a/kde-base/ktnef/metadata.xml b/kde-base/ktnef/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-base/ktnef/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>kde</herd>
-</pkgmetadata>

Reply via email to