commit: 4d1c1f4918a540414b04bc5d2148a68dc1916327
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 18:17:10 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 18:17:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d1c1f49
kde-apps: kdemultimedia moved to main tree.
kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild | 33 -----------
kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild | 33 -----------
kde-apps/dragon/dragon-15.04.3.ebuild | 20 -------
kde-apps/dragon/dragon-15.08.0.ebuild | 39 -------------
kde-apps/ffmpegthumbs/ffmpegthumbs-15.04.3.ebuild | 18 ------
kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.0.ebuild | 18 ------
kde-apps/juk/juk-15.04.3.ebuild | 27 ---------
kde-apps/juk/juk-15.08.0.ebuild | 27 ---------
.../kdemultimedia-meta-15.04.3.ebuild | 28 ---------
.../kdemultimedia-meta-15.08.0.ebuild | 28 ---------
kde-apps/kdenlive/kdenlive-15.04.3.ebuild | 63 ---------------------
kde-apps/kdenlive/kdenlive-15.08.0.ebuild | 66 ----------------------
kde-apps/kmix/kmix-15.04.3.ebuild | 50 ----------------
kde-apps/kmix/kmix-15.08.0.ebuild | 53 -----------------
kde-apps/kscd/kscd-15.04.3.ebuild | 19 -------
kde-apps/kscd/kscd-15.08.0.ebuild | 19 -------
kde-apps/libkcddb/libkcddb-15.04.3.ebuild | 41 --------------
kde-apps/libkcddb/libkcddb-15.08.0.ebuild | 41 --------------
.../libkcompactdisc/libkcompactdisc-15.04.3.ebuild | 18 ------
.../libkcompactdisc/libkcompactdisc-15.08.0.ebuild | 18 ------
.../mplayerthumbs/mplayerthumbs-15.04.3.ebuild | 23 --------
.../mplayerthumbs/mplayerthumbs-15.08.0.ebuild | 23 --------
22 files changed, 705 deletions(-)
diff --git a/kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild
b/kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild
deleted file mode 100644
index 722a464..0000000
--- a/kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE kioslaves from the kdemultimedia package"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug flac vorbis"
-
-DEPEND="
- $(add_kdeapps_dep libkcddb)
- $(add_kdeapps_dep libkcompactdisc)
- media-sound/cdparanoia
- flac? ( >=media-libs/flac-1.1.2 )
- vorbis? (
- media-libs/libogg
- media-libs/libvorbis
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with flac)
- $(cmake-utils_use_with vorbis OggVorbis)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild
b/kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild
deleted file mode 100644
index 722a464..0000000
--- a/kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE kioslaves from the kdemultimedia package"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug flac vorbis"
-
-DEPEND="
- $(add_kdeapps_dep libkcddb)
- $(add_kdeapps_dep libkcompactdisc)
- media-sound/cdparanoia
- flac? ( >=media-libs/flac-1.1.2 )
- vorbis? (
- media-libs/libogg
- media-libs/libvorbis
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with flac)
- $(cmake-utils_use_with vorbis OggVorbis)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/dragon/dragon-15.04.3.ebuild
b/kde-apps/dragon/dragon-15.04.3.ebuild
deleted file mode 100644
index 2801903..0000000
--- a/kde-apps/dragon/dragon-15.04.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="Dragon Player is a simple video player for KDE 4"
-HOMEPAGE="http://www.kde.org/applications/multimedia/dragonplayer"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug xine"
-
-RDEPEND="
- media-libs/phonon[qt4]
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
diff --git a/kde-apps/dragon/dragon-15.08.0.ebuild
b/kde-apps/dragon/dragon-15.08.0.ebuild
deleted file mode 100644
index 889dcbe..0000000
--- a/kde-apps/dragon/dragon-15.08.0.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="true"
-KDE_PUNT_BOGUS_DEPS="true"
-inherit kde5
-
-DESCRIPTION="A simple video player"
-HOMEPAGE="http://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 kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- media-libs/phonon[qt5]
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.04.3.ebuild
b/kde-apps/ffmpegthumbs/ffmpegthumbs-15.04.3.ebuild
deleted file mode 100644
index 36e22b9..0000000
--- a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.04.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- virtual/ffmpeg
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep kdebase-kioslaves)
-"
diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.0.ebuild
b/kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.0.ebuild
deleted file mode 100644
index 36e22b9..0000000
--- a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- virtual/ffmpeg
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep kdebase-kioslaves)
-"
diff --git a/kde-apps/juk/juk-15.04.3.ebuild b/kde-apps/juk/juk-15.04.3.ebuild
deleted file mode 100644
index 36645fb..0000000
--- a/kde-apps/juk/juk-15.04.3.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"
-inherit kde4-base
-
-DESCRIPTION="Jukebox and music manager for KDE"
-HOMEPAGE="http://www.kde.org/applications/multimedia/juk/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- >=media-libs/taglib-1.6
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # http://bugs.gentoo.org/410551 for disabling deprecated TunePimp
support
- local mycmakeargs=(
- -DWITH_TunePimp=OFF
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/juk/juk-15.08.0.ebuild b/kde-apps/juk/juk-15.08.0.ebuild
deleted file mode 100644
index 36645fb..0000000
--- a/kde-apps/juk/juk-15.08.0.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"
-inherit kde4-base
-
-DESCRIPTION="Jukebox and music manager for KDE"
-HOMEPAGE="http://www.kde.org/applications/multimedia/juk/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- >=media-libs/taglib-1.6
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # http://bugs.gentoo.org/410551 for disabling deprecated TunePimp
support
- local mycmakeargs=(
- -DWITH_TunePimp=OFF
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.04.3.ebuild
b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.04.3.ebuild
deleted file mode 100644
index d47082f..0000000
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.04.3.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
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived
packages"
-HOMEPAGE="
- http://www.kde.org/applications/multimedia/
- http://multimedia.kde.org/
-"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ffmpeg mplayer"
-
-RDEPEND="
- $(add_kdeapps_dep audiocd-kio)
- $(add_kdeapps_dep dragon)
- $(add_kdeapps_dep juk)
- $(add_kdeapps_dep kdenlive)
- $(add_kdeapps_dep kmix)
- $(add_kdeapps_dep kscd)
- $(add_kdeapps_dep libkcddb)
- $(add_kdeapps_dep libkcompactdisc)
- mplayer? ( $(add_kdeapps_dep mplayerthumbs) )
- ffmpeg? ( $(add_kdeapps_dep ffmpegthumbs) )
-"
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.08.0.ebuild
b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.08.0.ebuild
deleted file mode 100644
index d47082f..0000000
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.08.0.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
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived
packages"
-HOMEPAGE="
- http://www.kde.org/applications/multimedia/
- http://multimedia.kde.org/
-"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ffmpeg mplayer"
-
-RDEPEND="
- $(add_kdeapps_dep audiocd-kio)
- $(add_kdeapps_dep dragon)
- $(add_kdeapps_dep juk)
- $(add_kdeapps_dep kdenlive)
- $(add_kdeapps_dep kmix)
- $(add_kdeapps_dep kscd)
- $(add_kdeapps_dep libkcddb)
- $(add_kdeapps_dep libkcompactdisc)
- mplayer? ( $(add_kdeapps_dep mplayerthumbs) )
- ffmpeg? ( $(add_kdeapps_dep ffmpegthumbs) )
-"
diff --git a/kde-apps/kdenlive/kdenlive-15.04.3.ebuild
b/kde-apps/kdenlive/kdenlive-15.04.3.ebuild
deleted file mode 100644
index 5814071..0000000
--- a/kde-apps/kdenlive/kdenlive-15.04.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=true
-inherit kde5
-
-DESCRIPTION="Non-linear video editing suite by KDE"
-HOMEPAGE="http://www.kdenlive.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="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 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 ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtopengl:5
- dev-qt/qtscript:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- >=media-libs/mlt-0.9.8[ffmpeg,-kde,kdenlive,melt,-qt4,sdl,xml]
- virtual/ffmpeg[encode,sdl,X]
- virtual/opengl
- v4l? ( media-libs/libv4l )
- !media-video/kdenlive
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package v4l LibV4L2)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/kdenlive/kdenlive-15.08.0.ebuild
b/kde-apps/kdenlive/kdenlive-15.08.0.ebuild
deleted file mode 100644
index 6c14a1a..0000000
--- a/kde-apps/kdenlive/kdenlive-15.08.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_PUNT_BOGUS_DEPS="true"
-inherit kde5
-
-DESCRIPTION="Non-linear video editing suite by KDE"
-HOMEPAGE="http://www.kdenlive.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="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 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)
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtopengl:5
- dev-qt/qtscript:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- >=media-libs/mlt-0.9.8[ffmpeg,-kde,kdenlive,melt,-qt4,sdl,xml]
- virtual/ffmpeg[encode,sdl,X]
- virtual/opengl
- v4l? ( media-libs/libv4l )
- !media-video/kdenlive
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package v4l LibV4L2)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/kmix/kmix-15.04.3.ebuild
b/kde-apps/kmix/kmix-15.04.3.ebuild
deleted file mode 100644
index 30fe8f0..0000000
--- a/kde-apps/kmix/kmix-15.04.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 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="http://www.kde.org/applications/multimedia/kmix/"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa canberra pulseaudio"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(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)
- dev-libs/glib:2
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- canberra? ( media-libs/libcanberra )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.12 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DKMIX_KF5_BUILD=ON
- $(cmake-utils_use_find_package alsa)
- $(cmake-utils_use_find_package canberra)
- $(cmake-utils_use_find_package pulseaudio PulseAudio)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/kmix/kmix-15.08.0.ebuild
b/kde-apps/kmix/kmix-15.08.0.ebuild
deleted file mode 100644
index e759c93..0000000
--- a/kde-apps/kmix/kmix-15.08.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 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="http://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)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- pulseaudio? (
- media-libs/libcanberra
- >=media-sound/pulseaudio-0.9.12
- )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" )
-
-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/kscd/kscd-15.04.3.ebuild
b/kde-apps/kscd/kscd-15.04.3.ebuild
deleted file mode 100644
index 7387511..0000000
--- a/kde-apps/kscd/kscd-15.04.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE CD player"
-HOMEPAGE="http://www.kde.org/applications/multimedia/kscd/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep libkcddb)
- $(add_kdeapps_dep libkcompactdisc)
- media-libs/musicbrainz:3
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/kscd/kscd-15.08.0.ebuild
b/kde-apps/kscd/kscd-15.08.0.ebuild
deleted file mode 100644
index 7387511..0000000
--- a/kde-apps/kscd/kscd-15.08.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE CD player"
-HOMEPAGE="http://www.kde.org/applications/multimedia/kscd/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep libkcddb)
- $(add_kdeapps_dep libkcompactdisc)
- media-libs/musicbrainz:3
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/libkcddb/libkcddb-15.04.3.ebuild
b/kde-apps/libkcddb/libkcddb-15.04.3.ebuild
deleted file mode 100644
index e559c28..0000000
--- a/kde-apps/libkcddb/libkcddb-15.04.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE library for CDDB"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug musicbrainz"
-
-# tests require network access and compare static data with online data
-# bug 280996
-RESTRICT=test
-
-DEPEND="
- musicbrainz? ( media-libs/musicbrainz:5 )
-"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_prepare() {
- kde4-base_src_prepare
-
- if ! use handbook ; then
- pushd kcmcddb > /dev/null
- comment_add_subdirectory doc
- popd > /dev/null
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with musicbrainz MusicBrainz5)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/libkcddb/libkcddb-15.08.0.ebuild
b/kde-apps/libkcddb/libkcddb-15.08.0.ebuild
deleted file mode 100644
index e559c28..0000000
--- a/kde-apps/libkcddb/libkcddb-15.08.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE library for CDDB"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug musicbrainz"
-
-# tests require network access and compare static data with online data
-# bug 280996
-RESTRICT=test
-
-DEPEND="
- musicbrainz? ( media-libs/musicbrainz:5 )
-"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_prepare() {
- kde4-base_src_prepare
-
- if ! use handbook ; then
- pushd kcmcddb > /dev/null
- comment_add_subdirectory doc
- popd > /dev/null
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with musicbrainz MusicBrainz5)
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-15.04.3.ebuild
b/kde-apps/libkcompactdisc/libkcompactdisc-15.04.3.ebuild
deleted file mode 100644
index 604223f..0000000
--- a/kde-apps/libkcompactdisc/libkcompactdisc-15.04.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE library for playing & ripping CDs"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with alsa)
- )
- kde4-base_src_configure
-}
diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-15.08.0.ebuild
b/kde-apps/libkcompactdisc/libkcompactdisc-15.08.0.ebuild
deleted file mode 100644
index 604223f..0000000
--- a/kde-apps/libkcompactdisc/libkcompactdisc-15.08.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE library for playing & ripping CDs"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with alsa)
- )
- kde4-base_src_configure
-}
diff --git a/kde-apps/mplayerthumbs/mplayerthumbs-15.04.3.ebuild
b/kde-apps/mplayerthumbs/mplayerthumbs-15.04.3.ebuild
deleted file mode 100644
index 46e78fa..0000000
--- a/kde-apps/mplayerthumbs/mplayerthumbs-15.04.3.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
-
-inherit kde4-base
-
-DESCRIPTION="A Thumbnail Generator for Video Files on KDE filemanagers"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
- $(add_kdeapps_dep kdebase-kioslaves)
-"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_PHONON_SUPPORT=ON
- )
-
- kde4-base_src_configure
-}
diff --git a/kde-apps/mplayerthumbs/mplayerthumbs-15.08.0.ebuild
b/kde-apps/mplayerthumbs/mplayerthumbs-15.08.0.ebuild
deleted file mode 100644
index 46e78fa..0000000
--- a/kde-apps/mplayerthumbs/mplayerthumbs-15.08.0.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
-
-inherit kde4-base
-
-DESCRIPTION="A Thumbnail Generator for Video Files on KDE filemanagers"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
- $(add_kdeapps_dep kdebase-kioslaves)
-"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_PHONON_SUPPORT=ON
- )
-
- kde4-base_src_configure
-}