diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:23:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-06 21:24:10 +0200 |
commit | 88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch) | |
tree | dc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/kdemultimedia-meta | |
parent | sys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff) | |
download | gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2 gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip |
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17
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.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.0.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.0.ebuild deleted file mode 100644 index 4c861268881b..000000000000 --- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 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="~amd64 ~arm64 ~x86" -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} - >=kde-apps/libkcddb-${PV}:${SLOT} - cdrom? ( - >=kde-apps/audiocd-kio-${PV}:${SLOT} - >=kde-apps/k3b-${PV}:${SLOT} - >=kde-apps/libkcompactdisc-${PV}:${SLOT} - ) - ffmpeg? ( >=kde-apps/ffmpegthumbs-${PV}:${SLOT} ) - gstreamer? ( >=kde-apps/kamoso-${PV}:${SLOT} ) -" |