Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-mediacenter/
Date: Wed, 24 Aug 2016 13:32:17
Message-Id: 1472038027.02527be53b6e97b6017e6c63f05d27a89fc39e83.kensington@gentoo
1 commit: 02527be53b6e97b6017e6c63f05d27a89fc39e83
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 24 11:27:07 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 11:27:07 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=02527be5
7
8 kde-plasma/plasma-mediacenter: No more 5.7 release
9
10 Package-Manager: portage-2.2.28
11
12 .../plasma-mediacenter-5.7.49.9999.ebuild | 48 ----------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.49.9999.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.49.9999.ebuild
16 deleted file mode 100644
17 index 6798ea4..0000000
18 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.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 -}