diff options
author | Johannes Huber <johu@gentoo.org> | 2016-10-14 12:00:42 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-10-14 12:00:42 +0200 |
commit | be53f01f2c1d7ae0534083bd617fccb47993511f (patch) | |
tree | 9666eebb12bc852e880e79fac5dd603fcc39b329 /kde-plasma | |
parent | app-admin/packagekit-qt: Version bump 0.9.6 (diff) | |
download | gentoo-be53f01f2c1d7ae0534083bd617fccb47993511f.tar.gz gentoo-be53f01f2c1d7ae0534083bd617fccb47993511f.tar.bz2 gentoo-be53f01f2c1d7ae0534083bd617fccb47993511f.zip |
kde-plasma/plasma-mediacenter: Remove 5.7.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-mediacenter/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.3.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/plasma-mediacenter/Manifest b/kde-plasma/plasma-mediacenter/Manifest index 1bf84276b446..964139fa566a 100644 --- a/kde-plasma/plasma-mediacenter/Manifest +++ b/kde-plasma/plasma-mediacenter/Manifest @@ -1,2 +1 @@ -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.7.3.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.3.ebuild deleted file mode 100644 index a4b5a8570515..000000000000 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.7.3.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 -} |