summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-09 21:36:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 23:12:39 +0100
commit2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch)
tree7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/kdemultimedia-meta
parentkde-apps: 17.08.3 stable for amd64 (diff)
downloadgentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kdemultimedia-meta')
-rw-r--r--kde-apps/kdemultimedia-meta/kdemultimedia-meta-17.04.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-17.04.3.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-17.04.3.ebuild
deleted file mode 100644
index 2f391b8d7fa3..000000000000
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-17.04.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages"
-HOMEPAGE="
- https://www.kde.org/applications/multimedia/
- https://multimedia.kde.org/
-"
-KEYWORDS="amd64 x86"
-IUSE="+cdrom +ffmpeg nls"
-
-[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
-
-RDEPEND="
- $(add_kdeapps_dep dragon)
- $(add_kdeapps_dep juk)
- $(add_kdeapps_dep kdenlive)
- $(add_kdeapps_dep kmix)
- $(add_kdeapps_dep kwave)
- $(add_kdeapps_dep libkcddb)
- cdrom? ( $(add_kdeapps_dep audiocd-kio)
- $(add_kdeapps_dep k3b)
- $(add_kdeapps_dep kscd)
- $(add_kdeapps_dep libkcompactdisc)
- )
- ffmpeg? ( $(add_kdeapps_dep ffmpegthumbs) )
- nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
-"