summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-06 21:39:09 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-06 21:47:05 +0200
commit7924dfb68fae3010a6c5c396c2b52234f060c4e2 (patch)
treed60ca520e428e1500b828ec37b4ea90d0940311b /kde-plasma/plasma-mediacenter
parentkde-plasma: Version bump KDE Plasma 5.6.2 (diff)
downloadgentoo-7924dfb68fae3010a6c5c396c2b52234f060c4e2.tar.gz
gentoo-7924dfb68fae3010a6c5c396c2b52234f060c4e2.tar.bz2
gentoo-7924dfb68fae3010a6c5c396c2b52234f060c4e2.zip
kde-plasma: Remove KDE Plasma 5.6.1
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-plasma/plasma-mediacenter')
-rw-r--r--kde-plasma/plasma-mediacenter/Manifest1
-rw-r--r--kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.1.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/plasma-mediacenter/Manifest b/kde-plasma/plasma-mediacenter/Manifest
index 001e7b2a6431..cb394f1895ff 100644
--- a/kde-plasma/plasma-mediacenter/Manifest
+++ b/kde-plasma/plasma-mediacenter/Manifest
@@ -1,3 +1,2 @@
DIST plasma-mediacenter-5.5.5.tar.xz 161388 SHA256 1231f770032a445b3285765112024bb75e1f47791f58136cb932b92e95c63dfa SHA512 cf02cedb251e891ed479241a3ac3f25934454b9296e1fd795271d0e6e25da02c39e311b229faba19a458cfefb0191bb3edef3f90a6c3437daf1e597123601f96 WHIRLPOOL 90910e67f068b465fbb388009d614f24f3922708ccf86cb18d238dcf90755fbffdb3fea57ccaf9314dc48a21c77ace932fbb15552712de8e7f026f1c7020cf34
-DIST plasma-mediacenter-5.6.1.tar.xz 174344 SHA256 f6c8804bd814bbdac0cee45c7dfc9df0fff5dbd4ed49741d9987ba31c7569033 SHA512 90f8ec0e459052663e3b0d87d337dca7b4fe24bc9866d675c29e6c6c2e0f3c676820cf90624ec08d279c50b98bc5672d55a75729b488dca0b3da740d8e58d0d4 WHIRLPOOL 9587141e015a5eb69f4a51778d57676595e4626fd1163d6b40f8253cb76cd7319317632754f33053ad7e9fe18049eedf52fb8443e8000ffc95a75e2a6c7487f7
DIST plasma-mediacenter-5.6.2.tar.xz 174356 SHA256 a672db9e4ee0caa421b9023ff043b12a1a625d7908f6632cec1be6b4139b8e47 SHA512 809cc162dd78b0b1622eb3a6cc077c58847edd8302dd518d75b39221e2737e5b930c4cc8ec222cf9953e228c9eab63d8450f8fda0a82335feac4adfe03e02bf5 WHIRLPOOL b4ea751ea6ffbef7396de972dd5ff6a568cd01c28b1eadf530d59cffd8d1e367131d9baa4e7561accae7d79ed89f79344e6ec737583e60d80b6b3f04aa65e343
diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.1.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.1.ebuild
deleted file mode 100644
index b1b0d084431d..000000000000
--- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Unified media experience for any device capable of running KDE"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="semantic-desktop"
-
-DEPEND="
- $(add_frameworks_dep kactivities)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxml)
- media-libs/taglib
- semantic-desktop? (
- $(add_frameworks_dep baloo)
- $(add_frameworks_dep kfilemetadata)
- )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- $(add_qt_dep qtmultimedia 'qml')
- !media-video/plasma-mediacenter
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
- $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
- )
-
- kde5_src_configure
-}