commit:     40537663b709e5c7a1ff68f69517f80eacfdf92e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Feb 18 00:23:45 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 14:35:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=40537663

kde-apps: Drop last 15.08.3 Applications

Package-Manager: portage-2.2.27

 kde-apps/analitza/analitza-15.08.3.ebuild          | 51 ------------
 kde-apps/artikulate/artikulate-15.08.3.ebuild      | 22 ------
 kde-apps/blinken/blinken-15.08.3.ebuild            | 34 --------
 kde-apps/cantor/cantor-15.08.3.ebuild              | 91 ----------------------
 .../kaccounts-providers-15.08.3.ebuild             | 26 -------
 kde-apps/kalgebra/kalgebra-15.08.3.ebuild          | 47 -----------
 kde-apps/kalzium/kalzium-15.08.3.ebuild            | 48 ------------
 kde-apps/kanagram/kanagram-15.08.3.ebuild          | 37 ---------
 kde-apps/kbruch/kbruch-15.08.3.ebuild              | 25 ------
 kde-apps/kdeedu-data/kdeedu-data-15.08.3.ebuild    | 15 ----
 kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.ebuild    | 41 ----------
 kde-apps/kgeography/kgeography-15.08.3-r1.ebuild   | 35 ---------
 kde-apps/khangman/khangman-15.08.3.ebuild          | 36 ---------
 kde-apps/kig/kig-15.08.3.ebuild                    | 59 --------------
 kde-apps/kiten/kiten-15.08.3.ebuild                | 31 --------
 kde-apps/klettres/klettres-15.08.3.ebuild          | 31 --------
 kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild    | 37 ---------
 kde-apps/kmplot/kmplot-15.08.3.ebuild              | 35 ---------
 .../kqtquickcharts/kqtquickcharts-15.08.3.ebuild   | 14 ----
 .../kross-interpreters-15.08.3.ebuild              | 26 -------
 .../kstars-15.04.0-use-python2-explicitly.patch    | 11 ---
 .../files/kstars-15.08.3-qtopengl-optional.patch   | 20 -----
 kde-apps/kstars/kstars-15.08.3-r1.ebuild           | 72 -----------------
 kde-apps/ktouch/ktouch-15.08.3.ebuild              | 19 -----
 kde-apps/kturtle/kturtle-15.08.3.ebuild            | 31 --------
 kde-apps/kwordquiz/kwordquiz-15.08.3.ebuild        | 36 ---------
 kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild        | 15 ----
 .../libkeduvocdocument-15.08.3.ebuild              | 21 -----
 kde-apps/marble/marble-15.08.3.ebuild              | 74 ------------------
 kde-apps/parley/parley-15.08.3.ebuild              | 47 -----------
 kde-apps/rocs/rocs-15.08.3.ebuild                  | 52 -------------
 .../signon-kwallet-extension-15.08.3.ebuild        | 18 -----
 kde-apps/step/step-15.08.3.ebuild                  | 66 ----------------
 .../files/umbrello-15.12.0-fix-compile.patch       | 24 ------
 profiles/package.mask/kde-apps-15.08.3             | 68 ----------------
 35 files changed, 1315 deletions(-)

diff --git a/kde-apps/analitza/analitza-15.08.3.ebuild 
b/kde-apps/analitza/analitza-15.08.3.ebuild
deleted file mode 100644
index aaed74f..0000000
--- a/kde-apps/analitza/analitza-15.08.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE library for mathematical features"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="eigen opengl"
-
-DEPEND="
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       eigen? ( dev-cpp/eigen:3 )
-       opengl? (
-               $(add_qt_dep qtopengl)
-               virtual/opengl
-       )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       # Nothing is installed
-       sed -i \
-               -e "/add_subdirectory(examples)/ s/^/#DONT/" \
-               analitzaplot/CMakeLists.txt || die
-
-       if ! use test ; then
-               sed -i \
-                       -e "/add_subdirectory(tests)/ s/^/#DONT/" \
-                       analitza{,gui,plot}/CMakeLists.txt || die
-       fi
-
-       kde5_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package eigen Eigen3)
-               $(cmake-utils_use_find_package opengl OpenGL)
-       )
-
-       kde5_src_configure
-}

diff --git a/kde-apps/artikulate/artikulate-15.08.3.ebuild 
b/kde-apps/artikulate/artikulate-15.08.3.ebuild
deleted file mode 100644
index e746d71..0000000
--- a/kde-apps/artikulate/artikulate-15.08.3.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=5
-
-DECLARATIVE_REQUIRED="always"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Language learning application that helps improving pronunciation 
skills"
-HOMEPAGE="https://edu.kde.org/applications/language/artikulate";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-       dev-qt/qtxmlpatterns:4
-       >=media-libs/qt-gstreamer-1.2.0[qt4(+)]
-"
-RDEPEND="${DEPEND}
-       $(add_kdeapps_dep kqtquickcharts)
-"

diff --git a/kde-apps/blinken/blinken-15.08.3.ebuild 
b/kde-apps/blinken/blinken-15.08.3.ebuild
deleted file mode 100644
index c0bdefb..0000000
--- a/kde-apps/blinken/blinken-15.08.3.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_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE version of the Simon Says game"
-HOMEPAGE="https://www.kde.org/applications/education/blinken
-https://edu.kde.org/blinken";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       media-libs/phonon[qt5]
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       kde5_src_install
-
-       rm "${D}"/usr/share/${PN}/README.packagers
-}

diff --git a/kde-apps/cantor/cantor-15.08.3.ebuild 
b/kde-apps/cantor/cantor-15.08.3.ebuild
deleted file mode 100644
index 6f6db5c..0000000
--- a/kde-apps/cantor/cantor-15.08.3.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-PYTHON_COMPAT=( python2_7 )
-# FIXME: PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-inherit kde5 python-r1
-
-DESCRIPTION="Interface for doing mathematics and scientific computing"
-HOMEPAGE="https://www.kde.org/applications/education/cantor 
https://edu.kde.org/cantor";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="analitza lua postscript python qalculate +R"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
-# FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*')
-RDEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdelibs4support)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kpty)
-       $(add_frameworks_dep ktexteditor)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       $(add_qt_dep qtxmlpatterns)
-       analitza? ( $(add_kdeapps_dep analitza) )
-       lua? ( dev-lang/luajit:2 )
-       qalculate? (
-               sci-libs/cln
-               sci-libs/libqalculate
-       )
-       postscript? ( app-text/libspectre )
-       python? ( ${PYTHON_DEPS} )
-       R? ( dev-lang/R )
-"
-DEPEND="${RDEPEND}
-       >=dev-cpp/eigen-2.0.3:2
-"
-
-RESTRICT="test"
-
-pkg_setup() {
-       use python && python_setup
-       kde5_pkg_setup
-}
-
-src_prepare() {
-       # FIXME: shipped FindPythonLibs3.cmake does not work for Gentoo
-       sed -e '/^find_package(PythonLibs3)/ s/^/#/' \
-               -i src/backends/CMakeLists.txt || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package analitza Analitza5)
-               $(cmake-utils_use_find_package lua LuaJIT)
-               $(cmake-utils_use_find_package postscript LibSpectre)
-               $(cmake-utils_use_find_package python PythonLibs)
-               $(cmake-utils_use_find_package qalculate)
-               $(cmake-utils_use_find_package R)
-       )
-       kde5_src_configure
-}
-
-pkg_postinst() {
-       kde5_pkg_postinst
-
-       if ! use analitza && ! use lua && ! use python && ! use qalculate && ! 
use R; then
-               echo
-               ewarn "You have decided to build ${PN} with no backend."
-               ewarn "To have this application functional, please do one of 
below:"
-               ewarn "    # emerge -va1 '='${CATEGORY}/${P} with 'analitza', 
'lua', 'python', 'qalculate' or 'R' USE flag enabled"
-               ewarn "    # emerge -vaDu sci-mathematics/maxima"
-               echo
-       fi
-}

diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-15.08.3.ebuild 
b/kde-apps/kaccounts-providers/kaccounts-providers-15.08.3.ebuild
deleted file mode 100644
index eb97c9b..0000000
--- a/kde-apps/kaccounts-providers/kaccounts-providers-15.08.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_AUTODEPS="false"
-inherit kde5
-
-DESCRIPTION="KDE accounts providers"
-HOMEPAGE="https://community.kde.org/KTp";
-LICENSE="LGPL-2.1"
-
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep extra-cmake-modules)
-       $(add_kdeapps_dep kaccounts-integration)
-       dev-util/intltool
-"
-RDEPEND="
-       net-im/telepathy-connection-managers[xmpp]
-       net-libs/signon-ui
-       net-libs/signon-oauth2
-"

diff --git a/kde-apps/kalgebra/kalgebra-15.08.3.ebuild 
b/kde-apps/kalgebra/kalgebra-15.08.3.ebuild
deleted file mode 100644
index 415be3f..0000000
--- a/kde-apps/kalgebra/kalgebra-15.08.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="MathML-based graph calculator for KDE"
-HOMEPAGE="https://www.kde.org/applications/education/kalgebra
-https://edu.kde.org/kalgebra";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="opengl readline"
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_kdeapps_dep analitza opengl?)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwebkit)
-       $(add_qt_dep qtwidgets)
-       opengl? (
-               $(add_qt_dep qtopengl)
-               $(add_qt_dep qtprintsupport)
-               virtual/glu
-       )
-       readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}
-       !kde-apps/analitza:4
-"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package opengl OpenGL)
-               $(cmake-utils_use_find_package readline Readline)
-       )
-
-       kde5_src_configure
-}

diff --git a/kde-apps/kalzium/kalzium-15.08.3.ebuild 
b/kde-apps/kalzium/kalzium-15.08.3.ebuild
deleted file mode 100644
index 9e5d23f..0000000
--- a/kde-apps/kalzium/kalzium-15.08.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
-OPENGL_REQUIRED="always"
-inherit kde4-base flag-o-matic
-
-DESCRIPTION="KDE: periodic table of the elements"
-HOMEPAGE="https://www.kde.org/applications/education/kalzium
-https://edu.kde.org/kalzium";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="editor debug solver"
-
-DEPEND="
-       $(add_kdeapps_dep libkdeedu)
-       editor? (
-               >=dev-cpp/eigen-2.0.3:2
-               sci-chemistry/avogadro
-               >=sci-chemistry/openbabel-2.2
-       )
-       solver? ( dev-ml/facile[ocamlopt] )
-"
-RDEPEND=${DEPEND}
-
-KMEXTRACTONLY="
-       libkdeedu/kdeeduui/
-       libkdeedu/libscience/
-"
-
-src_configure(){
-       # Fix missing finite()
-       [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-       local mycmakeargs=(
-               $(cmake-utils_use_with editor Eigen2)
-               $(cmake-utils_use_with editor Avogadro)
-               $(cmake-utils_use_with editor OpenBabel2)
-               $(cmake-utils_use_with editor OpenGL)
-               $(cmake-utils_use_with solver OCaml)
-               $(cmake-utils_use_with solver Libfacile)
-       )
-
-       kde4-base_src_configure
-}

diff --git a/kde-apps/kanagram/kanagram-15.08.3.ebuild 
b/kde-apps/kanagram/kanagram-15.08.3.ebuild
deleted file mode 100644
index cc7f325..0000000
--- a/kde-apps/kanagram/kanagram-15.08.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="Game based on anagrams of works"
-HOMEPAGE="https://www.kde.org/applications/education/kanagram
-https://edu.kde.org/kanagram";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdeclarative)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep sonnet)
-       $(add_kdeapps_dep libkeduvocdocument)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-       media-libs/phonon[qt5]
-"
-RDEPEND="${DEPEND}
-       $(add_kdeapps_dep kdeedu-data)
-       $(add_qt_dep qtquickcontrols)
-       $(add_qt_dep qtwebkit 'qml')
-"

diff --git a/kde-apps/kbruch/kbruch-15.08.3.ebuild 
b/kde-apps/kbruch/kbruch-15.08.3.ebuild
deleted file mode 100644
index 4e6738c..0000000
--- a/kde-apps/kbruch/kbruch-15.08.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=true
-inherit kde5
-
-DESCRIPTION="Educational application to learn calculating with fractions"
-HOMEPAGE="https://www.kde.org/applications/education/kbruch 
https://edu.kde.org/kbruch";
-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/kdeedu-data/kdeedu-data-15.08.3.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-15.08.3.ebuild
deleted file mode 100644
index c582819..0000000
--- a/kde-apps/kdeedu-data/kdeedu-data-15.08.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_AUTODEPS="false"
-inherit kde5
-
-DESCRIPTION="Shared icons, artwork and data files for educational applications"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
-RDEPEND=""

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.ebuild
deleted file mode 100644
index ade0357..0000000
--- a/kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.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
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived 
packages"
-HOMEPAGE="https://edu.kde.org";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       $(add_kdeapps_dep analitza)
-       $(add_kdeapps_dep artikulate)
-       $(add_kdeapps_dep blinken)
-       $(add_kdeapps_dep cantor)
-       $(add_kdeapps_dep kalgebra)
-       $(add_kdeapps_dep kalzium)
-       $(add_kdeapps_dep kanagram)
-       $(add_kdeapps_dep kbruch)
-       $(add_kdeapps_dep kdeedu-data)
-       $(add_kdeapps_dep kgeography)
-       $(add_kdeapps_dep khangman)
-       $(add_kdeapps_dep kig)
-       $(add_kdeapps_dep kiten)
-       $(add_kdeapps_dep klettres)
-       $(add_kdeapps_dep kmplot)
-       $(add_kdeapps_dep kqtquickcharts)
-       $(add_kdeapps_dep kstars)
-       $(add_kdeapps_dep ktouch)
-       $(add_kdeapps_dep kturtle)
-       $(add_kdeapps_dep kwordquiz)
-       $(add_kdeapps_dep libkdeedu)
-       $(add_kdeapps_dep libkeduvocdocument)
-       $(add_kdeapps_dep marble '' '4.14.3')
-       $(add_kdeapps_dep parley)
-       $(add_kdeapps_dep rocs)
-       $(add_kdeapps_dep step)
-"

diff --git a/kde-apps/kgeography/kgeography-15.08.3-r1.ebuild 
b/kde-apps/kgeography/kgeography-15.08.3-r1.ebuild
deleted file mode 100644
index d022a8e..0000000
--- a/kde-apps/kgeography/kgeography-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Geography learning tool"
-HOMEPAGE="https://edu.kde.org/applications/miscellaneous/kgeography
-https://edu.kde.org/applications/all/kgeography";
-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 kitemviews)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-15.12.0-kcrash.patch"
-       "${FILESDIR}/${PN}-15.12.0-kservice.patch"
-)

diff --git a/kde-apps/khangman/khangman-15.08.3.ebuild 
b/kde-apps/khangman/khangman-15.08.3.ebuild
deleted file mode 100644
index dfbca4e..0000000
--- a/kde-apps/khangman/khangman-15.08.3.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=5
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="Classical hangman game for KDE"
-HOMEPAGE="https://www.kde.org/applications/education/khangman
-https://edu.kde.org/khangman";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_kdeapps_dep libkeduvocdocument)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       media-libs/phonon[qt5]
-"
-RDEPEND="${DEPEND}
-       $(add_kdeapps_dep kdeedu-data)
-"

diff --git a/kde-apps/kig/kig-15.08.3.ebuild b/kde-apps/kig/kig-15.08.3.ebuild
deleted file mode 100644
index 12dab24..0000000
--- a/kde-apps/kig/kig-15.08.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=true
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde5
-
-DESCRIPTION="KDE Interactive Geometry tool"
-HOMEPAGE="https://www.kde.org/applications/education/kig 
https://edu.kde.org/kig";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="scripting"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-       ${PYTHON_DEPS}
-       $(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 kparts)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-       kde5_pkg_setup
-}
-
-src_prepare() {
-       kde5_src_prepare
-
-       python_fix_shebang .
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package scripting BoostPython)
-       )
-
-       kde5_src_configure
-}

diff --git a/kde-apps/kiten/kiten-15.08.3.ebuild 
b/kde-apps/kiten/kiten-15.08.3.ebuild
deleted file mode 100644
index 0703e5c..0000000
--- a/kde-apps/kiten/kiten-15.08.3.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=5
-
-KDE_HANDBOOK=true
-inherit kde5
-
-DESCRIPTION="KDE Japanese dictionary and reference"
-HOMEPAGE="https://www.kde.org/applications/education/kiten 
https://edu.kde.org/kiten";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep khtml)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/klettres/klettres-15.08.3.ebuild 
b/kde-apps/klettres/klettres-15.08.3.ebuild
deleted file mode 100644
index e6750fc..0000000
--- a/kde-apps/klettres/klettres-15.08.3.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=5
-
-KDE_HANDBOOK=true
-inherit kde5
-
-DESCRIPTION="Alphabet learning application"
-HOMEPAGE="https://www.kde.org/applications/education/klettres
-https://edu.kde.org/klettres";
-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 knewstuff)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       media-libs/phonon[qt5]
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild 
b/kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild
deleted file mode 100644
index acd0adc..0000000
--- a/kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdewebdev"
-KDE_SCM="svn"
-inherit kde4-meta
-
-DESCRIPTION="KDE web development - link validity checker"
-HOMEPAGE="https://www.kde.org/applications/development/klinkstatus/";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug tidy"
-
-DEPEND="
-       $(add_kdeapps_dep kdepimlibs)
-       tidy? ( app-text/htmltidy )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_with tidy LibTidy)
-       )
-
-       kde4-meta_src_configure
-}
-
-pkg_postinst() {
-       kde4-meta_pkg_postinst
-
-       if ! has_version dev-lang/ruby ; then
-               elog "To use scripting in ${PN}, install dev-lang/ruby."
-       fi
-}

diff --git a/kde-apps/kmplot/kmplot-15.08.3.ebuild 
b/kde-apps/kmplot/kmplot-15.08.3.ebuild
deleted file mode 100644
index abf8986..0000000
--- a/kde-apps/kmplot/kmplot-15.08.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="Mathematical function plotter"
-HOMEPAGE="https://www.kde.org/applications/education/kmplot 
https://edu.kde.org/kmplot";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdelibs4support)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}"

diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-15.08.3.ebuild 
b/kde-apps/kqtquickcharts/kqtquickcharts-15.08.3.ebuild
deleted file mode 100644
index 356bd24..0000000
--- a/kde-apps/kqtquickcharts/kqtquickcharts-15.08.3.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
-
-DECLARATIVE_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Qt Quick 1 plugin for beautiful and interactive charts"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="$(add_kdeapps_dep plasma-runtime)"

diff --git a/kde-apps/kross-interpreters/kross-interpreters-15.08.3.ebuild 
b/kde-apps/kross-interpreters/kross-interpreters-15.08.3.ebuild
deleted file mode 100644
index 67e2f00..0000000
--- a/kde-apps/kross-interpreters/kross-interpreters-15.08.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde5
-
-DESCRIPTION="Kross interpreter plugins for programming languages"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-       $(add_frameworks_dep kross)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-       kde5_pkg_setup
-}

diff --git a/kde-apps/kstars/files/kstars-15.04.0-use-python2-explicitly.patch 
b/kde-apps/kstars/files/kstars-15.04.0-use-python2-explicitly.patch
deleted file mode 100644
index 5dce23c..0000000
--- a/kde-apps/kstars/files/kstars-15.04.0-use-python2-explicitly.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kstars/skycomponents/supernovaecomponent.cpp       2015-04-23 
15:10:15.927651208 +0200
-+++ kstars/skycomponents/supernovaecomponent.cpp.new   2015-04-23 
15:11:03.107647326 +0200
-@@ -233,7 +233,7 @@
-     //qDebug()<<filename;
-     m_Parser = new QProcess;
-     connect( m_Parser, SIGNAL( finished( int, QProcess::ExitStatus ) ), this, 
SLOT( slotDataFileUpdateFinished( int, QProcess::ExitStatus ) ) );
--    m_Parser->start("python", args);
-+    m_Parser->start("python2", args);
- }
- 
- void SupernovaeComponent::slotDataFileUpdateFinished( int exitCode, 
QProcess::ExitStatus exitStatus )

diff --git a/kde-apps/kstars/files/kstars-15.08.3-qtopengl-optional.patch 
b/kde-apps/kstars/files/kstars-15.08.3-qtopengl-optional.patch
deleted file mode 100644
index f006950..0000000
--- a/kde-apps/kstars/files/kstars-15.08.3-qtopengl-optional.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-commit 3f34fb893070a66995b407b4c6cf71c3598eefd8
-Author: Andreas Sturmlechner <andreas.sturmlech...@gmail.com>
-Date:   Tue Dec 1 21:51:00 2015 +0100
-
-    Make Qt5OpenGL optional, currently it isn't even in use
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e0187bb..3a241df 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -16,7 +16,8 @@
- set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
- set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" 
${CMAKE_MODULE_PATH})
- 
--find_package(Qt5 5.2 REQUIRED COMPONENTS Gui Qml Quick Xml Sql Svg OpenGL 
PrintSupport Multimedia Test)
-+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Gui Qml Quick Xml Sql 
Svg PrintSupport Multimedia)
-+find_package(Qt5OpenGL ${QT_MIN_VERSION} COMPONENTS)
- include(KDEInstallDirs)
- include(KDECompilerSettings)
- include(KDECMakeSettings)

diff --git a/kde-apps/kstars/kstars-15.08.3-r1.ebuild 
b/kde-apps/kstars/kstars-15.08.3-r1.ebuild
deleted file mode 100644
index cfa84b8..0000000
--- a/kde-apps/kstars/kstars-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="forceoptional"
-KDE_PUNT_BOGUS_DEPS="true"
-PYTHON_COMPAT=( python2_7 )
-inherit kde5 python-single-r1
-
-DESCRIPTION="Desktop Planetarium"
-HOMEPAGE="https://www.kde.org/applications/education/kstars 
https://edu.kde.org/kstars";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="indi wcs xplanet"
-
-# TODO: AstrometryNet requires new package
-# FIXME: doesn't build without sci-libs/cfitsio as of 15.04.0
-COMMON_DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdbusaddons)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kinit)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep kplotting)
-       $(add_frameworks_dep ktexteditor)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtmultimedia)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtsql)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       >=sci-libs/cfitsio-0.390
-       sys-libs/zlib
-       indi? ( >=sci-libs/indilib-1.0.0 )
-       wcs? ( sci-astronomy/wcslib )
-       xplanet? ( x11-misc/xplanet )
-"
-DEPEND="${COMMON_DEPEND}
-       dev-cpp/eigen:3
-"
-RDEPEND="${COMMON_DEPEND}
-       ${PYTHON_DEPS}
-"
-
-PATCHES=(
-       # Regression from commit e9f1b544eda238c068fbbbbf612f291c734ea5aa
-       # Inspiration from https://git.reviewboard.kde.org/r/110787/
-       "${FILESDIR}/${PN}-15.04.0-use-python2-explicitly.patch"
-       "${FILESDIR}/${PN}-15.08.3-qtopengl-optional.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package indi)
-               $(cmake-utils_use_find_package wcs WCSLIB)
-               $(cmake-utils_use_find_package xplanet Xplanet)
-       )
-
-       kde5_src_configure
-}

diff --git a/kde-apps/ktouch/ktouch-15.08.3.ebuild 
b/kde-apps/ktouch/ktouch-15.08.3.ebuild
deleted file mode 100644
index 119f995..0000000
--- a/kde-apps/ktouch/ktouch-15.08.3.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
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE: A program that helps you to learn and practice touch typing"
-HOMEPAGE="https://edu.kde.org/applications/miscellaneous/ktouch";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-       $(add_kdeapps_dep knotify)
-       $(add_kdeapps_dep kqtquickcharts)
-       $(add_kdeapps_dep plasma-runtime)
-"

diff --git a/kde-apps/kturtle/kturtle-15.08.3.ebuild 
b/kde-apps/kturtle/kturtle-15.08.3.ebuild
deleted file mode 100644
index 442420c..0000000
--- a/kde-apps/kturtle/kturtle-15.08.3.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=5
-
-KDE_HANDBOOK=true
-inherit kde5
-
-DESCRIPTION="Educational programming environment using the Logo programming 
language"
-HOMEPAGE="https://www.kde.org/applications/education/kturtle 
https://edu.kde.org/kturtle";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdelibs4support)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kwordquiz/kwordquiz-15.08.3.ebuild 
b/kde-apps/kwordquiz/kwordquiz-15.08.3.ebuild
deleted file mode 100644
index 872d997..0000000
--- a/kde-apps/kwordquiz/kwordquiz-15.08.3.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=5
-
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="A powerful flashcard and vocabulary learning program"
-HOMEPAGE="https://www.kde.org/applications/education/kwordquiz 
https://edu.kde.org/kwordquiz";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep kdeclarative)
-       $(add_frameworks_dep kdelibs4support)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep knotifyconfig)
-       $(add_frameworks_dep sonnet)
-       $(add_frameworks_dep kxmlgui)
-       $(add_kdeapps_dep libkeduvocdocument)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtwidgets)
-       media-libs/phonon[qt5]
-"
-RDEPEND=${DEPEND}

diff --git a/kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild 
b/kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild
deleted file mode 100644
index 80b1d38..0000000
--- a/kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild
+++ /dev/null
@@ -1,15 +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="Common library for KDE educational apps"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="debug"
-
-# 4 of 4 tests fail. Last checked for 4.6.1. Tests are fundamentally broken,
-# see bug 258857 for details.
-RESTRICT=test

diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-15.08.3.ebuild 
b/kde-apps/libkeduvocdocument/libkeduvocdocument-15.08.3.ebuild
deleted file mode 100644
index 8c663d8..0000000
--- a/kde-apps/libkeduvocdocument/libkeduvocdocument-15.08.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for reading/writing KVTML"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/marble/marble-15.08.3.ebuild 
b/kde-apps/marble/marble-15.08.3.ebuild
deleted file mode 100644
index a7e3c2c..0000000
--- a/kde-apps/marble/marble-15.08.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Generic geographical map widget"
-HOMEPAGE="https://marble.kde.org/";
-KEYWORDS=" ~amd64 ~x86"
-
-IUSE="aprs designer-plugin gps +kde phonon shapefile zip"
-
-# FIXME (new packages):
-# libwlocate, WLAN-based geolocation
-# qextserialport, interface to old fashioned serial ports
-RDEPEND="
-       $(add_qt_dep qtconcurrent)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtnetwork)
-       $(add_qt_dep qtopengl)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtscript)
-       $(add_qt_dep qtsql)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwebkit)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       gps? ( >=sci-geosciences/gpsd-2.95 )
-       kde? (
-               $(add_frameworks_dep kconfig)
-               $(add_frameworks_dep kcoreaddons)
-               $(add_frameworks_dep kdoctools)
-               $(add_frameworks_dep ki18n)
-               $(add_frameworks_dep kio)
-               $(add_frameworks_dep knewstuff)
-               $(add_frameworks_dep kparts)
-               $(add_frameworks_dep krunner)
-               $(add_frameworks_dep kservice)
-               $(add_frameworks_dep kwallet)
-       )
-       phonon? ( media-libs/phonon[qt5] )
-       shapefile? ( sci-libs/shapelib )
-       zip? ( dev-libs/quazip[qt5] )
-"
-DEPEND="${RDEPEND}
-       aprs? ( dev-lang/perl )
-"
-
-src_prepare() {
-       use handbook || comment_add_subdirectory doc
-       kde5_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_build test MARBLE_TESTS)
-               $(cmake-utils_use_find_package aprs Perl)
-               $(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN)
-               $(cmake-utils_use_with gps libgps)
-               $(cmake-utils_use_with kde KF5)
-               $(cmake-utils_use_with phonon)
-               $(cmake-utils_use_with shapefile libshp)
-               $(cmake-utils_use_with zip quazip)
-               -DWITH_QextSerialPort=OFF
-               -DWITH_liblocation=0
-       )
-       kde5_src_configure
-}

diff --git a/kde-apps/parley/parley-15.08.3.ebuild 
b/kde-apps/parley/parley-15.08.3.ebuild
deleted file mode 100644
index 46a4063..0000000
--- a/kde-apps/parley/parley-15.08.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_DOC_DIR="docs"
-inherit kde5
-
-DESCRIPTION="KDE Educational: vocabulary trainer"
-HOMEPAGE="https://www.kde.org/applications/education/parley
-https://edu.kde.org/applications/school/parley";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       $(add_kdeapps_dep libkeduvocdocument)
-       $(add_frameworks_dep kcmutils)
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kcrash)
-       $(add_frameworks_dep khtml)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep kross)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep sonnet)
-       dev-libs/libxml2:2
-       dev-libs/libxslt
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtconcurrent)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtmultimedia)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
-       $(add_kdeapps_dep kdeedu-data)
-"

diff --git a/kde-apps/rocs/rocs-15.08.3.ebuild 
b/kde-apps/rocs/rocs-15.08.3.ebuild
deleted file mode 100644
index 94c219f..0000000
--- a/kde-apps/rocs/rocs-15.08.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Interface to work with Graph Theory"
-HOMEPAGE="https://www.kde.org/applications/education/rocs
-https://edu.kde.org/applications/mathematics/rocs";
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdeclarative)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kitemviews)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktexteditor)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kxmlgui)
-       dev-libs/grantlee:5
-       $(add_qt_dep qtconcurrent)
-       $(add_qt_dep qtdeclarative 'widgets')
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtscript 'scripttools')
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwebkit)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       $(add_qt_dep qtxmlpatterns)
-"
-DEPEND="${RDEPEND}
-       >=dev-libs/boost-1.49
-"
-
-RESTRICT=test  # 1/10 tests currently fails
-
-src_prepare() {
-       # Duplicate
-       sed -e '/^find_package.*KF5DocTools/ s/^/#/' -i CMakeLists.txt || die
-
-       kde5_src_prepare
-}

diff --git 
a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-15.08.3.ebuild 
b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-15.08.3.ebuild
deleted file mode 100644
index ee914e4..0000000
--- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-15.08.3.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 kde5
-
-DESCRIPTION="KWallet extension for signond"
-HOMEPAGE="https://01.org/gsso/";
-KEYWORDS=" ~amd64 ~x86"
-LICENSE="LGPL-2.1"
-
-DEPEND="
-       $(add_frameworks_dep kwallet)
-       net-libs/signond
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/step/step-15.08.3.ebuild 
b/kde-apps/step/step-15.08.3.ebuild
deleted file mode 100644
index 248d2e3..0000000
--- a/kde-apps/step/step-15.08.3.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=5
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Interactive physics simulator"
-HOMEPAGE="https://edu.kde.org/step";
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+gsl +qalculate"
-
-DEPEND="
-       $(add_frameworks_dep kcompletion)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kdelibs4support)
-       $(add_frameworks_dep khtml)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kiconthemes)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep knewstuff)
-       $(add_frameworks_dep kparts)
-       $(add_frameworks_dep kplotting)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       =dev-cpp/eigen-3.2*:3
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtopengl)
-       $(add_qt_dep qtprintsupport)
-       $(add_qt_dep qtsvg)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       sci-libs/cln
-       gsl? ( >=sci-libs/gsl-1.9-r1 )
-       qalculate? ( >=sci-libs/libqalculate-0.9.5 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       use handbook || sed -e '/^find_package.*KF5DocTools/ s/^/#/' \
-               -i CMakeLists.txt || die
-
-       # Duplicate
-       sed -e '/^find_package.*Qt5Test/ s/^/#/' \
-               -i autotests/CMakeLists.txt || die
-       sed -e '/find_package.*Xml Test/ s/^/#/' \
-               -i stepcore/CMakeLists.txt || die
-
-       kde5_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package gsl)
-               $(cmake-utils_use_find_package qalculate)
-       )
-       kde5_src_configure
-}

diff --git a/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch 
b/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch
deleted file mode 100644
index fd0e888..0000000
--- a/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 1948e771e0e54ef0dd8290ef31cb5b09ee59f1aa
-Author: Andreas Sturmlechner <andreas.sturmlech...@gmail.com>
-Date:   Mon Dec 28 16:50:07 2015 +0100
-
-    Remove unused header from frameworks build
-
-diff --git a/umbrello/main.cpp b/umbrello/main.cpp
-index 80a9337..1a68163 100644
---- a/umbrello/main.cpp
-+++ b/umbrello/main.cpp
-@@ -26,11 +26,12 @@
- #include <kconfig.h>
- #include <KLocalizedString>
- #include <ktip.h>
--#include <kwindowsystem.h>
- 
- #if QT_VERSION >= 0x050000
- #include <QApplication>
- #include <QCommandLineParser>
-+#else
-+#include <kwindowsystem.h>
- #endif
- 
- #include <unistd.h>

diff --git a/profiles/package.mask/kde-apps-15.08.3 
b/profiles/package.mask/kde-apps-15.08.3
deleted file mode 100644
index 21f59fe..0000000
--- a/profiles/package.mask/kde-apps-15.08.3
+++ /dev/null
@@ -1,68 +0,0 @@
-# Unmasking not decided yet.
-~kde-apps/akonadi-15.08.3
-~kde-apps/akonadi-calendar-15.08.3
-~kde-apps/akonadi-search-15.08.3
-~kde-apps/analitza-15.08.3
-~kde-apps/artikulate-15.08.3
-~kde-apps/blinken-15.08.3
-~kde-apps/cantor-15.08.3
-~kde-apps/kaccounts-providers-15.08.3
-~kde-apps/kalarmcal-15.08.3
-~kde-apps/kalgebra-15.08.3
-~kde-apps/kalzium-15.08.3
-~kde-apps/kanagram-15.08.3
-~kde-apps/kblog-15.08.3
-~kde-apps/kbruch-15.08.3
-~kde-apps/kcalcore-15.08.3
-~kde-apps/kcalutils-15.08.3
-~kde-apps/kcontacts-15.08.3
-~kde-apps/kdeedu-data-15.08.3
-~kde-apps/kdeedu-meta-15.08.3
-~kde-apps/kdepim-15.08.3
-~kde-apps/kdepimlibs-15.08.3
-~kde-apps/kdepim-meta-15.08.3
-~kde-apps/kdepim-runtime-15.08.3
-~kde-apps/kgeography-15.08.3
-~kde-apps/khangman-15.08.3
-~kde-apps/kholidays-15.08.3
-~kde-apps/kidentitymanagement-15.08.3
-~kde-apps/kig-15.08.3
-~kde-apps/kimap-15.08.3
-~kde-apps/kiten-15.08.3
-~kde-apps/kldap-15.08.3
-~kde-apps/klettres-15.08.3
-~kde-apps/klinkstatus-15.08.3
-~kde-apps/kmailtransport-15.08.3
-~kde-apps/kmbox-15.08.3
-~kde-apps/kmime-15.08.3
-~kde-apps/kmplot-15.08.3
-~kde-apps/kolourpaint-15.08.3
-~kde-apps/kontactinterface-15.08.3
-~kde-apps/kpimtextedit-15.08.3
-~kde-apps/kqtquickcharts-15.08.3
-~kde-apps/kross-interpreters-15.08.3
-~kde-apps/kstars-15.08.3
-~kde-apps/ktnef-15.08.3
-~kde-apps/ktouch-15.08.3
-~kde-apps/ktp-accounts-kcm-15.08.3
-~kde-apps/ktp-approver-15.08.3
-~kde-apps/ktp-auth-handler-15.08.3
-~kde-apps/ktp-common-internals-15.08.3
-~kde-apps/ktp-contact-list-15.08.3
-~kde-apps/ktp-contact-runner-15.08.3
-~kde-apps/ktp-desktop-applets-15.08.3
-~kde-apps/ktp-filetransfer-handler-15.08.3
-~kde-apps/ktp-kded-module-15.08.3
-~kde-apps/ktp-send-file-15.08.3
-~kde-apps/ktp-text-ui-15.08.3
-~kde-apps/kturtle-15.08.3
-~kde-apps/kwordquiz-15.08.3
-~kde-apps/libkdeedu-15.08.3
-~kde-apps/libkeduvocdocument-15.08.3
-~kde-apps/marble-15.08.3
-~kde-apps/parley-15.08.3
-~kde-apps/plasma-telepathy-meta-15.08.3
-~kde-apps/rocs-15.08.3
-~kde-apps/signon-kwallet-extension-15.08.3
-~kde-apps/step-15.08.3
-~kde-apps/syndication-15.08.3

Reply via email to