summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-05-17 13:14:10 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-17 13:14:22 +0200
commitee1405e186eb2e04a53a6da6b955e4edd1ead273 (patch)
tree5ea3e243d18b01060e48a56749686b1c4f348ede /kde-plasma/ksysguard
parentdev-db/pgadmin3: Fix build issues with x11-libs/wxGTK (diff)
downloadgentoo-ee1405e186eb2e04a53a6da6b955e4edd1ead273.tar.gz
gentoo-ee1405e186eb2e04a53a6da6b955e4edd1ead273.tar.bz2
gentoo-ee1405e186eb2e04a53a6da6b955e4edd1ead273.zip
kde-plasma: Remove KDE Plasma 5.6.3
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r--kde-plasma/ksysguard/Manifest1
-rw-r--r--kde-plasma/ksysguard/ksysguard-5.6.3.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest
index 5b221a7b3bab..ddcd6650b3a4 100644
--- a/kde-plasma/ksysguard/Manifest
+++ b/kde-plasma/ksysguard/Manifest
@@ -1,3 +1,2 @@
DIST ksysguard-5.5.5.tar.xz 481544 SHA256 b5747ca71a6a91ae5358e540ffdb03b4978ba1bc7b42cacec36a0d39a72b0b08 SHA512 743227b542f843e59486bec800d6492c4c4059516bc1d0cda9a165c8b24fdf95f260940e98935d114847138da8c14e9012156ebc98d02d48979d950f401415af WHIRLPOOL dd0a6c477d97bba2f53c21a941897570cb8d97d7742201b55883d5bab469ed2e2f9cca78f2ef1c036bef19aa480de13b714f1bef678e4222ab85df96a0d8323d
-DIST ksysguard-5.6.3.tar.xz 615740 SHA256 2b19203cc4406c729af2d6e95930b742ae1dd5998550673035924ab0f5e5006e SHA512 5f47004b2f5e28b1c99cbf7196765d227e40d59706db972b77e14a6c240e4958d6bd6b9d3097864704bc61639001cfdc16bdc33024d007a95035b542244cf83d WHIRLPOOL a41b9b10970499ff4f38ea5edf5c1260b1817b7e691f042dbb8c217bff38f3b82e7fbb30ab1809e118518e42c4a5d0dea077356bc08c7ae964e98dbf4731d19f
DIST ksysguard-5.6.4.tar.xz 615600 SHA256 81dd907744208f5519e0b10ab482c21aa2d7752218271221d09ba2a626e10300 SHA512 091cd0de56f16a6fef35d69c02ee1b1f84d1e473d316f9d381eff9ec4f4e850deea642757dea511c1eb79ea4615aa403380d736dd8b948652fdbd730fcebc133 WHIRLPOOL cf137156b163b1f45472398852a6b5a694edb43f407ba759bc1adb6cf30471b3aa0ffd01a65bca019b1e9c7c9a9d303c56787f85bef511f1d70ebb4b1803bf5d
diff --git a/kde-plasma/ksysguard/ksysguard-5.6.3.ebuild b/kde-plasma/ksysguard/ksysguard-5.6.3.ebuild
deleted file mode 100644
index 3639b03c52ee..000000000000
--- a/kde-plasma/ksysguard/ksysguard-5.6.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_HANDBOOK="true"
-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 kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(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-base/ksysguard:4
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package lm_sensors Sensors)
- )
-
- kde5_src_configure
-}