diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-01-31 16:00:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-01-31 16:00:27 +0000 |
commit | 1db00cc6e94b90c08090bb5b8c406622946c4ae5 (patch) | |
tree | c34bf820c2809fb7e08ed5564df2a25cf759516f /kde-plasma/ksysguard | |
parent | 693cc9b6e847a01c1bb692153021aaf9fb0fab25 (diff) |
gentoo resync 31.01.2019
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r-- | kde-plasma/ksysguard/Manifest | 4 | ||||
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-5.14.3.ebuild | 47 | ||||
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-5.14.5.ebuild | 2 |
3 files changed, 2 insertions, 51 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest index 4bd9ef06ce77..690383b8f149 100644 --- a/kde-plasma/ksysguard/Manifest +++ b/kde-plasma/ksysguard/Manifest @@ -1,5 +1,3 @@ -DIST ksysguard-5.14.3.tar.xz 501720 BLAKE2B b3b4ef98ba78c3c30fa76b6914ed93d5a002b1806fc59ad778b27082eb39acdafb68f815743f88cf4d43a4c10cc2de4070603ae5ee18d93a25e7299f0cd0839e SHA512 aa1d2007ffe0b4ad30e3e54a98cb56980d7666a36c879039952a2e589fe054ee773d3b495fbf3605777ed616e90f6f959ade3768e874f45f44223666b398de25 DIST ksysguard-5.14.5.tar.xz 501624 BLAKE2B 1d2a19d268653768affce6c746340fc1ab3e5f77cca939e6ec58f9e4285d51bffb0026f65489db54d43799df95983288d6d59d38c52aec2f63f3d668b94757db SHA512 fb04538b500f3d3dd0a3f6fa1a0adf1d3a72e2647bb48eebff8fac2c00d5f3a1de18cf4ea35bb6daa210976514bfe3d8adf8a6785d279535b0e2b4b82f25ba67 -EBUILD ksysguard-5.14.3.ebuild 1142 BLAKE2B 1ae2650c7333856eb2231fd390bf2cad08e44fb0a38fe1a65672c33c057cef95b29da5e66e1cfb50d57017a03d3e58cbb18d5a63e451c0483ed5a31f94a180c7 SHA512 2a16fb1c69e2111accf48b77d5db3b9e02acfd5d56e98cf605fb8362430f2de311d190cee56b3a23af14ec2f146b3935056b1d55f5d87934f3b2953018310000 -EBUILD ksysguard-5.14.5.ebuild 1144 BLAKE2B 25121a3474d3fa43875cb7f0613b19124531a1b59d437a386f1849b6f14b86aeaebf8d408d4c4d938da43746aef5b183c9738192e83ca8c97877d540001401f8 SHA512 736d6b2990b79b2442266cfae71b2eb88e9625c26b4bce9f06490f5324ff7e9c6ee2da5f7e5a5807507eea2b58aab6dde503875867041dc95a19ac34828cab86 +EBUILD ksysguard-5.14.5.ebuild 1142 BLAKE2B 03c5148c869848e145454cca90e93791b321c08f775d5d8bd24b49bafa4480cbb290f20ecfd8d1844499e99ea146e920d29de6045bcad0a20ecb97d6d0d96980 SHA512 f99138d99689281768de1645a4695aa0f4ea840952d86558f08434dfeb93a4fef30457dc1fa6546af37c0c455e95df8fce4a33d67114724a5304fe1e5a2d4453 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-plasma/ksysguard/ksysguard-5.14.3.ebuild b/kde-plasma/ksysguard/ksysguard-5.14.3.ebuild deleted file mode 100644 index 580334a6de12..000000000000 --- a/kde-plasma/ksysguard/ksysguard-5.14.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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 -} diff --git a/kde-plasma/ksysguard/ksysguard-5.14.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.14.5.ebuild index 9e4106a07d7f..55711f6e7839 100644 --- a/kde-plasma/ksysguard/ksysguard-5.14.5.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.14.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="lm_sensors" DEPEND=" |