summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-02-10 02:42:55 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-02-10 02:42:55 +1100
commit411c75bbb8ee6a2aa334e71f269c73784614249d (patch)
treecc3737e6c024a886ba124896ed340faf172afcdf
parenta5ff86f1073fe2304f5470975925c491d3767b58 (diff)
downloadkde-411c75bbb8ee6a2aa334e71f269c73784614249d.tar.gz
kde-411c75bbb8ee6a2aa334e71f269c73784614249d.tar.bz2
kde-411c75bbb8ee6a2aa334e71f269c73784614249d.zip
kde-apps: remove 15.12.1 where moved to main tree
-rw-r--r--kde-apps/ark/ark-15.12.1.ebuild60
-rw-r--r--kde-apps/dragon/dragon-15.12.1.ebuild36
-rw-r--r--kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.ebuild21
-rw-r--r--kde-apps/filelight/filelight-15.12.1.ebuild30
-rw-r--r--kde-apps/gwenview/gwenview-15.12.1.ebuild89
-rw-r--r--kde-apps/kamera/kamera-15.12.1.ebuild29
-rw-r--r--kde-apps/kcalc/kcalc-15.12.1.ebuild37
-rw-r--r--kde-apps/kcharselect/kcharselect-15.12.1.ebuild27
-rw-r--r--kde-apps/kcron/kcron-15.12.1.ebuild27
-rw-r--r--kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild119
-rw-r--r--kde-apps/kdebugsettings/kdebugsettings-15.12.1.ebuild28
-rw-r--r--kde-apps/kdenlive/kdenlive-15.12.1.ebuild66
-rw-r--r--kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild139
-rw-r--r--kde-apps/kmix/kmix-15.12.1.ebuild54
-rw-r--r--kde-apps/kruler/kruler-15.12.1.ebuild39
-rw-r--r--kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild63
-rw-r--r--kde-apps/kteatime/kteatime-15.12.1.ebuild31
-rw-r--r--kde-apps/ktimer/ktimer-15.12.1.ebuild29
-rw-r--r--kde-apps/ktp-l10n/ktp-l10n-15.12.1.ebuild135
-rw-r--r--kde-apps/kwalletmanager/kwalletmanager-15.12.1.ebuild42
-rw-r--r--kde-apps/libkdcraw/libkdcraw-15.12.1.ebuild18
-rw-r--r--kde-apps/libkexiv2/libkexiv2-15.12.1.ebuild18
-rw-r--r--kde-apps/libkface/libkface-15.12.1.ebuild32
-rw-r--r--kde-apps/libkipi/libkipi-15.12.1.ebuild27
-rw-r--r--kde-apps/libksane/libksane-15.12.1.ebuild25
-rw-r--r--kde-apps/print-manager/print-manager-15.12.1.ebuild54
-rw-r--r--kde-apps/spectacle/spectacle-15.12.1.ebuild47
-rw-r--r--kde-apps/thumbnailers/thumbnailers-15.12.1.ebuild20
28 files changed, 0 insertions, 1342 deletions
diff --git a/kde-apps/ark/ark-15.12.1.ebuild b/kde-apps/ark/ark-15.12.1.ebuild
deleted file mode 100644
index 0ddf8d0e066..00000000000
--- a/kde-apps/ark/ark-15.12.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE Archiving tool"
-HOMEPAGE="https://www.kde.org/applications/utilities/ark
-https://utils.kde.org/projects/ark"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="bzip2 lzma zlib"
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- >=app-arch/libarchive-3.0.0[bzip2?,lzma?,zlib?]
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package bzip2 BZip2)
- $(cmake-utils_use_find_package lzma LibLZMA)
- $(cmake-utils_use_find_package test Qt5Test)
- $(cmake-utils_use_find_package zlib ZLIB)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if ! has_version app-arch/rar ; then
- elog "For creating rar archives, install app-arch/rar"
- fi
-}
diff --git a/kde-apps/dragon/dragon-15.12.1.ebuild b/kde-apps/dragon/dragon-15.12.1.ebuild
deleted file mode 100644
index 0b1a113b5dc..00000000000
--- a/kde-apps/dragon/dragon-15.12.1.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="forceoptional"
-inherit kde5
-
-DESCRIPTION="A simple video player"
-HOMEPAGE="https://www.kde.org/applications/multimedia/dragonplayer"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- media-libs/phonon[qt5]
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.ebuild
deleted file mode 100644
index 860298eb701..00000000000
--- a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.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
-
-inherit kde5
-
-DESCRIPTION="FFmpeg based thumbnail generator for video files"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="libav"
-
-RDEPEND="
- $(add_frameworks_dep kio)
- $(add_qt_dep qtgui)
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:= )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
diff --git a/kde-apps/filelight/filelight-15.12.1.ebuild b/kde-apps/filelight/filelight-15.12.1.ebuild
deleted file mode 100644
index 670178ea0f0..00000000000
--- a/kde-apps/filelight/filelight-15.12.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings"
-HOMEPAGE="https://utils.kde.org/projects/filelight"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/gwenview/gwenview-15.12.1.ebuild b/kde-apps/gwenview/gwenview-15.12.1.ebuild
deleted file mode 100644
index 6d0a0852c46..00000000000
--- a/kde-apps/gwenview/gwenview-15.12.1.ebuild
+++ /dev/null
@@ -1,89 +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="KDE image viewer"
-HOMEPAGE="
- https://www.kde.org/applications/graphics/gwenview/
- https://userbase.kde.org/Gwenview
-"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="kipi raw semantic-desktop X"
-
-# requires running environment
-RESTRICT="test"
-
-COMMON_DEPEND="
- $(add_frameworks_dep kactivities)
- $(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 kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtopengl)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- media-gfx/exiv2:=
- media-libs/lcms:2
- media-libs/libpng:0=
- media-libs/phonon[qt5]
- virtual/jpeg:0
- kipi? ( $(add_kdeapps_dep libkipi) )
- raw? ( $(add_kdeapps_dep libkdcraw) )
- semantic-desktop? (
- $(add_frameworks_dep baloo)
- $(add_frameworks_dep kfilemetadata)
- )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- )
-"
-DEPEND="${COMMON_DEPEND}
- $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kimageformats)
- $(add_qt_dep qtimageformats)
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package kipi KF5Kipi)
- $(cmake-utils_use_find_package raw KF5KDcraw)
- $(cmake-utils_use_find_package X X11)
- )
-
- # Workaround for bug #479510
- if [[ -e ${EPREFIX}/usr/include/${CHOST}/jconfig.h ]]; then
- mycmakeargs+=( -DJCONFIG_H="${EPREFIX}/usr/include/${CHOST}/jconfig.h" )
- fi
-
- if use semantic-desktop; then
- mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=Baloo)
- else
- mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=None)
- fi
-
- kde5_src_configure
-}
diff --git a/kde-apps/kamera/kamera-15.12.1.ebuild b/kde-apps/kamera/kamera-15.12.1.ebuild
deleted file mode 100644
index 86ea363a207..00000000000
--- a/kde-apps/kamera/kamera-15.12.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Plasma integration for gphoto2 cameras"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- media-libs/libgphoto2:=
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}"
diff --git a/kde-apps/kcalc/kcalc-15.12.1.ebuild b/kde-apps/kcalc/kcalc-15.12.1.ebuild
deleted file mode 100644
index 78763e678c9..00000000000
--- a/kde-apps/kcalc/kcalc-15.12.1.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_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="KDE calculator"
-HOMEPAGE="https://www.kde.org/applications/utilities/kcalc
-https://utils.kde.org/projects/kcalc"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- dev-libs/gmp:0
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kinit)
- dev-libs/mpfr:0
- sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}"
diff --git a/kde-apps/kcharselect/kcharselect-15.12.1.ebuild b/kde-apps/kcharselect/kcharselect-15.12.1.ebuild
deleted file mode 100644
index f6a47d3add1..00000000000
--- a/kde-apps/kcharselect/kcharselect-15.12.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE character selection utility"
-HOMEPAGE="https://www.kde.org/applications/utilities/kcharselect
-https://utils.kde.org/projects/kcharselect"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/kcron/kcron-15.12.1.ebuild b/kde-apps/kcron/kcron-15.12.1.ebuild
deleted file mode 100644
index 64b8c889429..00000000000
--- a/kde-apps/kcron/kcron-15.12.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="KDE Task Scheduler"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !prefix? ( virtual/cron )
-"
diff --git a/kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild b/kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild
deleted file mode 100644
index 641e2b28ece..00000000000
--- a/kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild
+++ /dev/null
@@ -1,119 +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 internationalization package"
-HOMEPAGE="http://l10n.kde.org"
-
-DEPEND="
- $(add_frameworks_dep ki18n)
- $(add_qt_dep linguist-tools)
- sys-devel/gettext
-"
-RDEPEND="
- !<kde-apps/kde4-l10n-${PV}
- !kde-apps/kde4-l10n[-minimal]
- !<kde-apps/kdepim-l10n-${PV}
- !<kde-apps/ktp-l10n-${PV}
-"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl
-he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru
-sk sl sr sv tr ug uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
- IUSE="${IUSE} linguas_${MY_LANG}"
- SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
- if [[ -z ${A} ]]; then
- elog
- elog "You either have the LINGUAS variable unset, or it only"
- elog "contains languages not supported by ${P}."
- elog "You won't have any additional language support."
- elog
- elog "${P} supports these language codes:"
- elog "${MY_LANGS}"
- elog
- fi
-
- [[ -n ${A} ]] && unpack ${A}
-}
-
-src_prepare() {
- local LNG DIR
- # add all linguas to cmake
- if [[ -n ${A} ]]; then
- for LNG in ${LINGUAS}; do
- DIR="${PN}-${LNG}-${PV}"
- if [[ -d "${DIR}" ]] ; then
- echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
-
- # Drop KDE4-based part
- sed -e '/add_subdirectory(4)/ s/^/#/'\
- -i "${S}"/${DIR}/CMakeLists.txt || die
-
- # Remove kdepim translations (part of kde-apps/kdepim-l10n)
- for subdir in kdepim kdepimlibs kdepim-runtime pim; do
- find "${S}/${DIR}" -name CMakeLists.txt -type f \
- -exec sed -i -e "/add_subdirectory( *${subdir} *)/ s/^/#/" {} +
- done
-
- # Remove ktp translations (part of kde-apps/ktp-l10n)
- # Drop that hack (and kde-apps/ktp-l10n) after ktp:4 removal
- find "${S}"/${DIR}/5/${LNG}/messages/kdenetwork -type f \
- \( -name kaccounts*po -o -name kcm_ktp*po -o -name kcmtelepathy*po \
- -o -name kded_ktp*po -o -name ktp*po -o -name plasma*ktp*po \) \
- -delete
-
- # Handbook optional
- sed -e '/KF5DocTools/ s/ REQUIRED//'\
- -i "${S}"/${DIR}/5/${LNG}/CMakeLists.txt || die
- if ! use handbook ; then
- sed -e '/add_subdirectory(docs)/ s/^/#/'\
- -i "${S}"/${DIR}/5/${LNG}/CMakeLists.txt || die
- fi
-
- # Fix broken LINGUAS=sr (KDE4 leftover)
- if [[ ${LNG} = "sr" ]] ; then
- sed -e '/add_subdirectory(lokalize)/ s/^/#/'\
- -i "${S}"/${DIR}/5/${LNG}/data/kdesdk/CMakeLists.txt || die
- fi
- fi
- done
- fi
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_find_package handbook KF5DocTools)
- )
- [[ -n ${A} ]] && kde5_src_configure
-}
-
-src_compile() {
- [[ -n ${A} ]] && kde5_src_compile
-}
-
-src_test() {
- [[ -n ${A} ]] && kde5_src_test
-}
-
-src_install() {
- [[ -n ${A} ]] && kde5_src_install
-}
diff --git a/kde-apps/kdebugsettings/kdebugsettings-15.12.1.ebuild b/kde-apps/kdebugsettings/kdebugsettings-15.12.1.ebuild
deleted file mode 100644
index 9b6af94126c..00000000000
--- a/kde-apps/kdebugsettings/kdebugsettings-15.12.1.ebuild
+++ /dev/null
@@ -1,28 +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="Application to enable/disable qCDebug"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
diff --git a/kde-apps/kdenlive/kdenlive-15.12.1.ebuild b/kde-apps/kdenlive/kdenlive-15.12.1.ebuild
deleted file mode 100644
index daaa179bcfc..00000000000
--- a/kde-apps/kdenlive/kdenlive-15.12.1.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="forceoptional"
-inherit kde5
-
-DESCRIPTION="Non-linear video editing suite by KDE"
-HOMEPAGE="https://www.kdenlive.org/"
-
-LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="gles2 v4l"
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep kplotting)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui 'gles2=')
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtscript)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- >=media-libs/mlt-0.9.8-r1[ffmpeg,kdenlive,melt,qt5,sdl,xml]
- virtual/ffmpeg[encode,sdl,X]
- virtual/opengl
- v4l? ( media-libs/libv4l )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-PATCHES=( "${FILESDIR}/${PN}-15.12.0-kcrash.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package v4l LibV4L2)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild b/kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild
deleted file mode 100644
index 3aca9a9c9a8..00000000000
--- a/kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild
+++ /dev/null
@@ -1,139 +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 PIM internationalization package"
-HOMEPAGE="http://l10n.kde.org"
-
-DEPEND="
- $(add_frameworks_dep ki18n)
- $(add_qt_dep linguist-tools)
- sys-devel/gettext
-"
-RDEPEND="
- !<kde-apps/kde-l10n-15.08.0-r1
- !<kde-apps/kde4-l10n-4.14.3-r1
- !kde-base/kdepim-l10n
-"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl
-he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru
-sk sl sr sv tr ug uk wa zh_CN zh_TW"
-
-PIM_L10N="kdepim kdepimlibs kdepim-runtime pim"
-
-URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
- IUSE="${IUSE} linguas_${MY_LANG}"
- SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
- if [[ -z ${A} ]]; then
- elog
- elog "You either have the LINGUAS variable unset, or it only"
- elog "contains languages not supported by ${P}."
- elog "You won't have any additional language support."
- elog
- elog "${P} supports these language codes:"
- elog "${MY_LANGS}"
- elog
- fi
-
- [[ -n ${A} ]] && unpack ${A}
-}
-
-src_prepare() {
- local LNG DIR
- # add all linguas to cmake
- if [[ -n ${A} ]]; then
- for LNG in ${LINGUAS}; do
- DIR="kde-l10n-${LNG}-${PV}"
- SDIR="${S}/${DIR}/5/${LNG}"
- if [[ -d "${DIR}" ]] ; then
- echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
-
- # Drop KDE4-based part
- sed -e '/add_subdirectory(4)/ s/^/#/'\
- -i "${S}"/${DIR}/CMakeLists.txt || die
-
- # Remove everything except kdepim, kdepimlibs, kdepim-runtime and pim
- for SUBDIR in data docs messages scripts ; do
- if [[ -d "${SDIR}/${SUBDIR}" ]] ; then
- einfo " ${SUBDIR} subdirectory"
- echo > "${SDIR}/${SUBDIR}/CMakeLists.txt"
- for pim in ${PIM_L10N}; do
- [[ -d "${SDIR}/${SUBDIR}/${pim}" ]] && \
- ( echo "add_subdirectory(${pim})" >> "${SDIR}/${SUBDIR}/CMakeLists.txt" )
- done
- fi
- done
-
- # In some cases we may have sub-lingua subdirs, e.g. sr :(
- for XSUBDIR in "${SDIR}/${LNG}"@* ; do
- XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
- if [[ -d "${XSUBDIR}" ]] ; then
- einfo " ${XLNG} variant"
- # remove everything except kdepim and kdepim-runtime
- for SUBDIR in data docs messages scripts ; do
- if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then
- einfo " ${SUBDIR} subdirectory"
- echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
- for pim in ${PIM_L10N}; do
- [[ -d "${XSUBDIR}/${SUBDIR}/${pim}" ]] && \
- ( echo "add_subdirectory(${pim})" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
- done
- fi
- done
- fi
- done
-
- # Handbook optional
- sed -e '/KF5DocTools/ s/ REQUIRED//'\
- -i "${SDIR}"/CMakeLists.txt || die
- if ! use handbook ; then
- sed -e '/add_subdirectory(docs)/ s/^/#/'\
- -i "${SDIR}"/CMakeLists.txt || die
- fi
-
- # Fix broken LINGUAS=sr (KDE4 leftover)
- if [[ ${LNG} = "sr" ]] ; then
- sed -e '/add_subdirectory(lokalize)/ s/^/#/'\
- -i "${SDIR}"/data/kdesdk/CMakeLists.txt || die
- fi
- fi
- done
- fi
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_find_package handbook KF5DocTools)
- )
- [[ -n ${A} ]] && kde5_src_configure
-}
-
-src_compile() {
- [[ -n ${A} ]] && kde5_src_compile
-}
-
-src_test() {
- [[ -n ${A} ]] && kde5_src_test
-}
-
-src_install() {
- [[ -n ${A} ]] && kde5_src_install
-}
diff --git a/kde-apps/kmix/kmix-15.12.1.ebuild b/kde-apps/kmix/kmix-15.12.1.ebuild
deleted file mode 100644
index f1c7ac95aeb..00000000000
--- a/kde-apps/kmix/kmix-15.12.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="false"
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Plasma mixer gui"
-HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="alsa pulseaudio"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- pulseaudio? (
- media-libs/libcanberra
- >=media-sound/pulseaudio-0.9.12
- )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
-"
-
-src_configure() {
- local mycmakeargs=(
- -DKMIX_KF5_BUILD=ON
- $(cmake-utils_use_find_package alsa Alsa)
- $(cmake-utils_use_find_package pulseaudio Canberra)
- $(cmake-utils_use_find_package pulseaudio PulseAudio)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/kruler/kruler-15.12.1.ebuild b/kde-apps/kruler/kruler-15.12.1.ebuild
deleted file mode 100644
index c5f47aeb5cb..00000000000
--- a/kde-apps/kruler/kruler-15.12.1.ebuild
+++ /dev/null
@@ -1,39 +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="Screen ruler for Plasma"
-HOMEPAGE="https://www.kde.org/applications/graphics/kruler/"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="X"
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild b/kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild
deleted file mode 100644
index 916e7846238..00000000000
--- a/kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="System log viewer by KDE"
-HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="systemd"
-
-# bug 378101
-RESTRICT=test
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- systemd? ( sys-apps/systemd )
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- kde5_src_prepare
-
- if use test; then
- # beat this stupid test into shape: the test files contain no year, so
- # comparison succeeds only in 2007 !!!
- local theyear=$(date +%Y)
- einfo Setting the current year as ${theyear} in the test files