diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 21:50:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-29 23:21:36 +0100 |
commit | d3d3dfeb634261d4d22a9f791ca8038d0113b649 (patch) | |
tree | 4c594c797be393bab5a454c9e7d90532a0a22fcf /kde-plasma/ksysguard | |
parent | kde-plasma/plasma-workspace: Drop translations of Plasma session name (diff) | |
download | gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.gz gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.bz2 gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.zip |
kde-plasma: Drop KDE Plasma 5.17.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r-- | kde-plasma/ksysguard/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-5.17.1.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest index f66749f3176e..57b2dfe44907 100644 --- a/kde-plasma/ksysguard/Manifest +++ b/kde-plasma/ksysguard/Manifest @@ -1,3 +1,2 @@ DIST ksysguard-5.16.5.tar.xz 500304 BLAKE2B f2e5cb8dd43df8fc16365a0f263bd769e2b01e071ac8e4e49260aa7de5a6e63c70a95b87831a0b2910f523a37ba64d923a20b8e02866fbe8f0aac0f73d85ed7a SHA512 579175da2cc4d9255b36890b716e1f060106a24c609d4cd92accc38aa2c47bf9723e1a19dfa80678619db811b59b40c853655bf678c187d802e137978c3a970b -DIST ksysguard-5.17.1.tar.xz 515184 BLAKE2B d7c9c36d4ff662c87dc35327f828fef9532dfdb9572b92d2c1910d9846b4913e7bd2f6367708c844e849934a7180e4944dc9e5c0d5dfc79eb7ad08c99e9ea6c6 SHA512 8cf095e76fb4ad4f7c113521f84469f395bd0634b091d1a3fb729cee4c0b5ff934ac488cfb9e26ffff8a5ebba8e444109e2e0590868fc4a174e563fe1cfdd6cf DIST ksysguard-5.17.2.tar.xz 514500 BLAKE2B 2a8ef0b79d1af7645f5447bf105fd295dd1f1f5be9ef122d7ef0a6010cbb2b3b99710fae4dbc44e9ce2a910c87252f81e7eca9d03a79cdf2316743a14c8edc5e SHA512 449b01657843043b02409beed19aa8b287f57e33fd1445a169150d84f856953e3ae0fc6c963b3f50653695be690df3b19abec0153276ac7f31ab991d38076bb2 diff --git a/kde-plasma/ksysguard/ksysguard-5.17.1.ebuild b/kde-plasma/ksysguard/ksysguard-5.17.1.ebuild deleted file mode 100644 index 2f567178087a..000000000000 --- a/kde-plasma/ksysguard/ksysguard-5.17.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Network-enabled task manager and system monitor" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="caps lm-sensors" - -DEPEND=" - $(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_plasma_dep libksysguard '-minimal(-)') - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - caps? ( - net-libs/libpcap - sys-libs/libcap - ) - lm-sensors? ( sys-apps/lm-sensors:= ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package caps Libcap) - $(cmake-utils_use_find_package lm-sensors Sensors) - ) - - kde5_src_configure -} |