diff options
author | Johannes Huber <johu@gentoo.org> | 2016-10-14 09:59:40 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-10-14 10:22:22 +0200 |
commit | 743e84d6a370cd8ad771b20caab43c55eb1a6bb7 (patch) | |
tree | 9fb50cff3396ca298e2c51f981f8cdb2021ede9f /kde-plasma/plasma-mediacenter | |
parent | net-irc/hexchat: Minor correction to the previous commit. (diff) | |
download | gentoo-743e84d6a370cd8ad771b20caab43c55eb1a6bb7.tar.gz gentoo-743e84d6a370cd8ad771b20caab43c55eb1a6bb7.tar.bz2 gentoo-743e84d6a370cd8ad771b20caab43c55eb1a6bb7.zip |
kde-plasma: Remove KDE Plasma 5.6.5
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-plasma/plasma-mediacenter')
-rw-r--r-- | kde-plasma/plasma-mediacenter/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.5.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/plasma-mediacenter/Manifest b/kde-plasma/plasma-mediacenter/Manifest index 5c0e4c5deabf..1bf84276b446 100644 --- a/kde-plasma/plasma-mediacenter/Manifest +++ b/kde-plasma/plasma-mediacenter/Manifest @@ -1,3 +1,2 @@ -DIST plasma-mediacenter-5.6.5.tar.xz 174360 SHA256 8620f70e66455fbc404719bfd6d94d5f662584bde00102466986cd0d31fedc14 SHA512 98add893e4626cd1fb75962ea88669d9e7986c7f5574171c21c82d9de4951cb8c96f502dd459bfca45b22ca6380402ba6b7e4e09ec8aa540ffbbe7c4c6335045 WHIRLPOOL 8bdad8393e5cfc28afccef1f344fe7354864726667df408798d7245b639f9c9d8c6aa4826e4f6a123f1bf6c15fd796cef905e818565be45e584873a42fedaa5b DIST plasma-mediacenter-5.7.3.tar.xz 162060 SHA256 59aa14f24f213e720e5bcc6f861e3f553c28f6c21290a95fda2e0b4fc28db75c SHA512 c3dd5d87b340c93beba1b588b54ffae8cef804c0559dcabc49d72a8a8165337e410668622f9b8b6622e44723afebc70b92a9e7be534b19792cf40d0f85aeb118 WHIRLPOOL 980c5d1ec338381b04c1fdb89dafb58523fa698c64e2d7807fdc6b7b07f296efd13fdfd53cc58d46aec3db8314cc34330c675e2ce47a8afecf1c58cf8010aa88 DIST plasma-mediacenter-5.7.5.tar.xz 162076 SHA256 dd0df7dbc3e51ec4e329a6365c25b2b2e3d6e4dd7fd8e0aa916f3f9559a863bf SHA512 47a5b015364a1ffd1fd1b1dd3720e5ae8ebc38e4aee03e55d042c6b9aeea2579e1b7a31f1b0fcef74c4c19c470c7a380694d9c93624a75337eb58080f5b8d09b WHIRLPOOL be95dbb31046495d1cfca4f21417b1766ccd622308b60653cc1e46b8e4d17a9474b0dd8fac523a3b4f2a821936314a202490edc29ad9883f4edd60c9a09fddfb diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.5.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.5.ebuild deleted file mode 100644 index 873ca8efd140..000000000000 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.6.5.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 Plasma" -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 -} |