Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-mediacenter/
Date: Fri, 14 Oct 2016 09:59:48
Message-Id: 1476438636.844e58113fce2f07abd8567c5fbefcc255a09867.johu@gentoo
1 commit: 844e58113fce2f07abd8567c5fbefcc255a09867
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 09:50:36 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 09:50:36 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=844e5811
7
8 kde-plasma/plasma-mediacenter: Remove non-existing branch
9
10 Package-Manager: portage-2.3.2
11
12 .../plasma-mediacenter-5.8.49.9999.ebuild | 48 ----------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.8.49.9999.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.8.49.9999.ebuild
16 deleted file mode 100644
17 index 6798ea4..0000000
18 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.8.49.9999.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="forceoptional"
28 -inherit kde5
29 -
30 -DESCRIPTION="Unified media experience for any device capable of running KDE Plasma"
31 -KEYWORDS=""
32 -IUSE="semantic-desktop"
33 -
34 -DEPEND="
35 - $(add_frameworks_dep kactivities)
36 - $(add_frameworks_dep kconfig)
37 - $(add_frameworks_dep kcoreaddons)
38 - $(add_frameworks_dep kdeclarative)
39 - $(add_frameworks_dep kguiaddons)
40 - $(add_frameworks_dep ki18n)
41 - $(add_frameworks_dep kio)
42 - $(add_frameworks_dep kservice)
43 - $(add_frameworks_dep plasma)
44 - $(add_qt_dep qtdbus)
45 - $(add_qt_dep qtdeclarative)
46 - $(add_qt_dep qtgui)
47 - $(add_qt_dep qtnetwork)
48 - $(add_qt_dep qtxml)
49 - media-libs/taglib
50 - semantic-desktop? (
51 - $(add_frameworks_dep baloo)
52 - $(add_frameworks_dep kfilemetadata)
53 - )
54 -"
55 -RDEPEND="${DEPEND}
56 - $(add_plasma_dep plasma-workspace)
57 - $(add_qt_dep qtmultimedia 'qml')
58 - !media-video/plasma-mediacenter
59 -"
60 -
61 -src_configure() {
62 - local mycmakeargs=(
63 - $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
64 - $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
65 - )
66 -
67 - kde5_src_configure
68 -}