summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:18:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:28:52 +0100
commit8bc47990177ccd70d44fb8daf7458d50cd80ecd7 (patch)
tree3fd42dfe69c80be3cbf85fb3db9adc4d6fe03902 /kde-plasma/ksysguard
parentapp-text/xindy: Drop old (diff)
downloadgentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.gz
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.bz2
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.zip
kde-plasma: Drop KDE Plasma 5.11.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r--kde-plasma/ksysguard/Manifest1
-rw-r--r--kde-plasma/ksysguard/ksysguard-5.11.4.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest
index 70a65a67a0b6..edf6ea566b8b 100644
--- a/kde-plasma/ksysguard/Manifest
+++ b/kde-plasma/ksysguard/Manifest
@@ -1,3 +1,2 @@
DIST ksysguard-5.10.5.tar.xz 486420 BLAKE2B b871dfe1c49ed46f532da03cc3888a16e24b6d607909d50dcfa551bbbb5df4004f5144585f6d06c508a7e2394396684a8bda56d37a36cb7642d0aa5275c7675c SHA512 ce94cca9a0b2b68355a650d0355d243c02ab0b551add1d4fd779e8baae90e2110d72e204c9515031d1faf028f4cdb752fa351e7404b7df356d65a2b37bc8856c
-DIST ksysguard-5.11.4.tar.xz 493816 BLAKE2B 9159dacbe19198cbf2d8800f4b7e9b0060a958f93d6cdff18a6382011c66ca2de428c106d9b22200b6df2ca88096e1ae8224f66203c46524ea296c147370e304 SHA512 9a330b4c357bd0f5a0f53bcdb9ac8ad1357cf0b0e2732e0f3ffda018346751669fe895695d3d34cbeb338b60ba527a9ddd8b57e52a66145b8fffc5dc8bd1f26f
DIST ksysguard-5.11.5.tar.xz 502228 BLAKE2B 49e82c26ea1c032e8e036e509c6a46c5da409f4092679a623bc26342f34ffa90d96306fb5638b1fe5a4edafe6f48af6ee12876286788b11145c00c1a32765edb SHA512 62af21b0d911abac5b66ccddeb0180c08199c0cfd8807d461fcfe444105ce7912efb5b8286e7f4955e97cb537edc32f046d646e82ecfc2d61ec39b2a53ed4d93
diff --git a/kde-plasma/ksysguard/ksysguard-5.11.4.ebuild b/kde-plasma/ksysguard/ksysguard-5.11.4.ebuild
deleted file mode 100644
index c7d1ee803356..000000000000
--- a/kde-plasma/ksysguard/ksysguard-5.11.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Network-enabled task manager and system monitor"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="lm_sensors"
-
-DEPEND="
- $(add_plasma_dep libksysguard '-minimal(-)')
- $(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
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package lm_sensors Sensors)
- )
-
- kde5_src_configure
-}