diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 13:35:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 13:35:52 +0100 |
commit | a4b2163a320b523a4c51a61cc9d03a3c04331e80 (patch) | |
tree | bb1f643596da20b7a2ff2988a117d397804fc8b3 /kde-plasma/ksysguard | |
parent | app-emacs/gnuserv: Remove old. (diff) | |
download | gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.tar.gz gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.tar.bz2 gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.zip |
kde-plasma: Drop KDE Plasma 5.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r-- | kde-plasma/ksysguard/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-5.12.1.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest index 00c5012a8e62..c7092283088a 100644 --- a/kde-plasma/ksysguard/Manifest +++ b/kde-plasma/ksysguard/Manifest @@ -1,3 +1,2 @@ DIST ksysguard-5.11.5.tar.xz 502228 BLAKE2B 49e82c26ea1c032e8e036e509c6a46c5da409f4092679a623bc26342f34ffa90d96306fb5638b1fe5a4edafe6f48af6ee12876286788b11145c00c1a32765edb SHA512 62af21b0d911abac5b66ccddeb0180c08199c0cfd8807d461fcfe444105ce7912efb5b8286e7f4955e97cb537edc32f046d646e82ecfc2d61ec39b2a53ed4d93 -DIST ksysguard-5.12.1.tar.xz 486224 BLAKE2B 5eb72fd7303ce3157147eaf4d02148da36a4c0fa235b9cf3ba2134da8368cb77da4fda501f44eafceceb6cb372e49ecac0bb1eaaa64948a3aa903736b03d9afb SHA512 5a263ec8df6b7703864ce8f5c17f9e34aa8752e076ee5746ee9148dbf54e2705be8c782c8077493c5bb0fd7e49abbd3c2606b64dd34e787b6a52adae97f76996 DIST ksysguard-5.12.2.tar.xz 486832 BLAKE2B 575766d8f603d12df764c49df8b2ce3bfc804dfa808257381863026fdb0f5fd6e8d943f7e764aee8c594151c4b63e91412fc90d610318cf167dfc2d8dd4300f1 SHA512 19c4f18845b6e8103630469986f2316e50883ef68014a3221a6772d15a359c64b93dcd4874d4d927fcf8acdf884bc801f2a01f27cb95a176cec1605b50b5b670 diff --git a/kde-plasma/ksysguard/ksysguard-5.12.1.ebuild b/kde-plasma/ksysguard/ksysguard-5.12.1.ebuild deleted file mode 100644 index 5e2260a85627..000000000000 --- a/kde-plasma/ksysguard/ksysguard-5.12.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 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 -} |