Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-mediacenter/
Date: Fri, 14 Oct 2016 10:15:01
Message-Id: 1476439242.be53f01f2c1d7ae0534083bd617fccb47993511f.johu@gentoo
1 commit: be53f01f2c1d7ae0534083bd617fccb47993511f
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 10:00:42 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 10:00:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be53f01f
7
8 kde-plasma/plasma-mediacenter: Remove 5.7.3
9
10 Package-Manager: portage-2.3.2
11
12 kde-plasma/plasma-mediacenter/Manifest | 1 -
13 .../plasma-mediacenter-5.7.3.ebuild | 48 ----------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/kde-plasma/plasma-mediacenter/Manifest b/kde-plasma/plasma-mediacenter/Manifest
17 index 1bf8427..964139f 100644
18 --- a/kde-plasma/plasma-mediacenter/Manifest
19 +++ b/kde-plasma/plasma-mediacenter/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-mediacenter-5.7.3.tar.xz 162060 SHA256 59aa14f24f213e720e5bcc6f861e3f553c28f6c21290a95fda2e0b4fc28db75c SHA512 c3dd5d87b340c93beba1b588b54ffae8cef804c0559dcabc49d72a8a8165337e410668622f9b8b6622e44723afebc70b92a9e7be534b19792cf40d0f85aeb118 WHIRLPOOL 980c5d1ec338381b04c1fdb89dafb58523fa698c64e2d7807fdc6b7b07f296efd13fdfd53cc58d46aec3db8314cc34330c675e2ce47a8afecf1c58cf8010aa88
22 DIST plasma-mediacenter-5.7.5.tar.xz 162076 SHA256 dd0df7dbc3e51ec4e329a6365c25b2b2e3d6e4dd7fd8e0aa916f3f9559a863bf SHA512 47a5b015364a1ffd1fd1b1dd3720e5ae8ebc38e4aee03e55d042c6b9aeea2579e1b7a31f1b0fcef74c4c19c470c7a380694d9c93624a75337eb58080f5b8d09b WHIRLPOOL be95dbb31046495d1cfca4f21417b1766ccd622308b60653cc1e46b8e4d17a9474b0dd8fac523a3b4f2a821936314a202490edc29ad9883f4edd60c9a09fddfb
23
24 diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.3.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.3.ebuild
25 deleted file mode 100644
26 index a4b5a85..00000000
27 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.3.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=6
35 -
36 -KDE_TEST="forceoptional"
37 -inherit kde5
38 -
39 -DESCRIPTION="Unified media experience for any device capable of running KDE Plasma"
40 -KEYWORDS="~amd64 ~arm ~x86"
41 -IUSE="semantic-desktop"
42 -
43 -DEPEND="
44 - $(add_frameworks_dep kactivities)
45 - $(add_frameworks_dep kconfig)
46 - $(add_frameworks_dep kcoreaddons)
47 - $(add_frameworks_dep kdeclarative)
48 - $(add_frameworks_dep kguiaddons)
49 - $(add_frameworks_dep ki18n)
50 - $(add_frameworks_dep kio)
51 - $(add_frameworks_dep kservice)
52 - $(add_frameworks_dep plasma)
53 - $(add_qt_dep qtdbus)
54 - $(add_qt_dep qtdeclarative)
55 - $(add_qt_dep qtgui)
56 - $(add_qt_dep qtnetwork)
57 - $(add_qt_dep qtxml)
58 - media-libs/taglib
59 - semantic-desktop? (
60 - $(add_frameworks_dep baloo)
61 - $(add_frameworks_dep kfilemetadata)
62 - )
63 -"
64 -RDEPEND="${DEPEND}
65 - $(add_plasma_dep plasma-workspace)
66 - $(add_qt_dep qtmultimedia 'qml')
67 - !media-video/plasma-mediacenter
68 -"
69 -
70 -src_configure() {
71 - local mycmakeargs=(
72 - $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
73 - $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
74 - )
75 -
76 - kde5_src_configure
77 -}