summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-09 20:16:51 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-09 20:42:23 +0100
commit4eea621fcbebca17e65d37591d2de3ec634372e8 (patch)
tree91a023e160057e5767d9661449d878d5b8c435ff /kde-plasma/ksysguard
parentnet-wireless/broadcom-sta: Fix download links. (diff)
downloadgentoo-4eea621fcbebca17e65d37591d2de3ec634372e8.tar.gz
gentoo-4eea621fcbebca17e65d37591d2de3ec634372e8.tar.bz2
gentoo-4eea621fcbebca17e65d37591d2de3ec634372e8.zip
kde-plasma: Remove KDE Plasma 5.7.5
Package-Manager: portage-2.3.3
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r--kde-plasma/ksysguard/Manifest1
-rw-r--r--kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch40
-rw-r--r--kde-plasma/ksysguard/ksysguard-5.7.5.ebuild50
3 files changed, 0 insertions, 91 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest
index 0bd37df731d2..188e082d62b2 100644
--- a/kde-plasma/ksysguard/Manifest
+++ b/kde-plasma/ksysguard/Manifest
@@ -1,4 +1,3 @@
DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
-DIST ksysguard-5.7.5.tar.xz 487508 SHA256 4767872c282ffade3f113b9aeca95f0ec4d70fa7c3e8ef14e12ab341004a3e2d SHA512 b882d57d0fe5fc36d8d9d56819a3a9d002df1e60ec324e61ac9cc30f933b737658270a47c9482985724d8cac8c2c582ad494ac870df6e2c2ac9213966bf3ae21 WHIRLPOOL 3ae8b03e2666b69d6aea0043f5cc16dd7e90d1f7bcdb89e2c8ae42014630f80fd068d9271e6612e991cb4190ba9086fda7c1f9a0ab0d217e0d06576d709defe6
DIST ksysguard-5.8.3.tar.xz 487732 SHA256 ed9bccff28f62aadf201ab6c88f35eda997bd1ccc2d4c3d259216af740753528 SHA512 2fa7251c1be8bc1dcd77530d4cdcba32227116bbdcda05e61c0e911a9a82ae2d73eb8316cc80fc9fb5f0015fde1f5c997ba2f7676d765e2750e95bb14bb89682 WHIRLPOOL 391b4b2d7665f4d3e358fe7754e3d68c24c145fb24e644c9490c53c2a68ebb13ef769e07f11b1a519c737707bc7028c8266878aa98b6f0cf41baf7313e424f86
DIST ksysguard-5.8.4.tar.xz 495320 SHA256 63bb53b909081b56d3f1a278881dd56e8562828c03b6bdb833737f299818b2c2 SHA512 20c82f655d68c9eb017794a1b458a95588ded6e24b8984df774c3ed35e8b4df91f34310c87f3c715e7553e5f9c1950748c446710ed431abe6d89080cf0f2a02d WHIRLPOOL 6ea82664b2e878487605da5d14e8e6fe0f8821528f62454bd023fbae1227bf0c22e326daaebef44f913ea62441af7f9956613c77a7084ff73b88ea4362c2413c
diff --git a/kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch b/kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch
deleted file mode 100644
index afd980061026..000000000000
--- a/kde-plasma/ksysguard/files/ksysguard-5.6.5-gui.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 181202b59dcda03ec3f13de5a79336da4247c447 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka <kensington@gentoo.org>
-Date: Fri, 17 Jun 2016 05:42:23 +1000
-Subject: [PATCH] Remove Qt5WebKitWidgets dependency and build gui
- unconditionally.
-
-Summary: Qt5WebKitWidgets is not actually used anywhere.
-
-Reviewers: #plasma, sgaist
-
-Differential Revision: https://phabricator.kde.org/D1919
----
- CMakeLists.txt | 11 +----------
- 1 file changed, 1 insertion(+), 10 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 56aaafc..5ee0946 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -46,16 +46,7 @@ set_package_properties(Sensors PROPERTIES
- include_directories(${CMAKE_CURRENT_BINARY_DIR})
- configure_file(config-workspace.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-workspace.h)
-
--find_package(Qt5WebKitWidgets CONFIG)
--set_package_properties(Qt5WebKitWidgets PROPERTIES
-- URL "git://gitorious.org/qt/qtwebkit.git"
-- DESCRIPTION "Qt Webkit module (web browsing engine)"
-- TYPE OPTIONAL
-- PURPOSE "Used by the HTML-based GUI ksysguard library"
-- )
--if(Qt5WebKitWidgets_FOUND)
-- add_subdirectory( gui )
--endif()
-+add_subdirectory( gui )
-
- add_subdirectory( doc )
- add_subdirectory( pics )
---
-2.7.3
-
diff --git a/kde-plasma/ksysguard/ksysguard-5.7.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.7.5.ebuild
deleted file mode 100644
index adc9bd541eba..000000000000
--- a/kde-plasma/ksysguard/ksysguard-5.7.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Network-enabled task manager and system monitor"
-LICENSE="GPL-2+"
-KEYWORDS="amd64 ~arm x86"
-IUSE="lm_sensors"
-
-DEPEND="
- $(add_plasma_dep libksysguard)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kinit)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- lm_sensors? ( sys-apps/lm_sensors )
-"
-RDEPEND="${DEPEND}
- !kde-plasma/ksysguard:4
-"
-
-PATCHES=( "${FILESDIR}/${PN}-5.6.5-gui.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package lm_sensors Sensors)
- )
-
- kde5_src_configure
-}