diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 10:20:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 10:20:28 +0100 |
commit | 42ba2e70733f0d63044a2f4d8a44ebd1074e39cc (patch) | |
tree | 33a51052c8152063a4c66d0ae6cc607d8661a127 /kde-apps/kdemultimedia-meta | |
parent | profiles: package.mask cleanup (diff) | |
download | gentoo-42ba2e70733f0d63044a2f4d8a44ebd1074e39cc.tar.gz gentoo-42ba2e70733f0d63044a2f4d8a44ebd1074e39cc.tar.bz2 gentoo-42ba2e70733f0d63044a2f4d8a44ebd1074e39cc.zip |
kde-apps: Drop KDE Applications 19.08.3
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdemultimedia-meta')
-rw-r--r-- | kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild deleted file mode 100644 index d0b28336a935..000000000000 --- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" -HOMEPAGE=" - https://kde.org/applications/multimedia/ - https://multimedia.kde.org/ -" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS="arm64" -IUSE="+cdrom +ffmpeg gstreamer" - -RDEPEND=" - >=kde-apps/dragon-${PV}:${SLOT} - >=kde-apps/juk-${PV}:${SLOT} - >=kde-apps/kdenlive-${PV}:${SLOT} - >=kde-apps/kmix-${PV}:${SLOT} - >=kde-apps/kwave-${PV}:${SLOT} - cdrom? ( - >=kde-apps/audiocd-kio-${PV}:${SLOT} - >=kde-apps/k3b-${PV}:${SLOT} - >=kde-apps/libkcddb-${PV}:${SLOT} - >=kde-apps/libkcompactdisc-${PV}:${SLOT} - ) - ffmpeg? ( >=kde-apps/ffmpegthumbs-${PV}:${SLOT} ) - gstreamer? ( >=kde-apps/kamoso-${PV}:${SLOT} ) -" |