diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-23 19:57:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-23 19:57:13 +0200 |
commit | f2deb97b5fc0fa195501faec71576f59d5003ec3 (patch) | |
tree | 6a4f516796fbfe22de9dd2f01e93c9148bc5fe30 /kde-plasma/ksysguard | |
parent | kde-plasma/libkworkspace: Add ~arm64 keyword (diff) | |
download | gentoo-f2deb97b5fc0fa195501faec71576f59d5003ec3.tar.gz gentoo-f2deb97b5fc0fa195501faec71576f59d5003ec3.tar.bz2 gentoo-f2deb97b5fc0fa195501faec71576f59d5003ec3.zip |
kde-plasma: Drop KDE Plasma 5.14.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r-- | kde-plasma/ksysguard/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-5.14.1.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest index faef569200ad..6105a9d433c7 100644 --- a/kde-plasma/ksysguard/Manifest +++ b/kde-plasma/ksysguard/Manifest @@ -1,4 +1,3 @@ DIST ksysguard-5.12.7.tar.xz 496904 BLAKE2B da069b522a5f4de685f7b5421fc427026f7bff892e9aee30bad4713717f4864edf0a8314066fc97749fb5e712944c07e29d95ac26afb8f4a05a81104f7844e2f SHA512 745958c74914d9b21373919b0e54cf7d1dd0621769aa8a480bac924862c494c68c86fa36c019fb13d71d8d86c8d923161290ef9a967b98c1182df88da63bbb35 DIST ksysguard-5.13.5.tar.xz 497776 BLAKE2B 15daec09221993a9c5f39845a3cd168d01ee9a367020312507ac96615722fdf0e5244b3130dd5f09905db8a95b7ddf5df58cdada64a1e291c069f1b58912e684 SHA512 3df272468c6ea1a1211fd9f1e40bab5be8cdff8cb02556999cde8dde81042d6a0d8ad3958faf507323d7770f6dc2631d9ceba7ade796f8927719ce4a8659ca21 -DIST ksysguard-5.14.1.tar.xz 501576 BLAKE2B 45c38b005d9fedcf9f28561813a15500afd8a0e3014bcd74fd91dc1cb72bc2d73d763b5c46be2f08bb54b9706f518961db00d8aa6c309fdc253e5cad08f4c26d SHA512 be763f76691716cc80c758bbc288f4c857c72dd53d84340f57482149cf2166eff3a941e7048ebe235acd07445031a4cb66853fa197e3768ac71de887307047b7 DIST ksysguard-5.14.2.tar.xz 499208 BLAKE2B 7c1034313fb73831ec6f670fd77f35a3a438519aad6a3cd44a05da085e7ed868d741e77715fbb54b5863c685b2f04c0da05104e83ce62a6240356f3d2e8339e2 SHA512 506db81ee9bad037a3f41fe2956040c1a890981bf38895a3e7a0b85323ba066cbd2ec1753c1b913026640cd81f6cf7b1dc03db17a22065a177b61b1efe9e6e8b diff --git a/kde-plasma/ksysguard/ksysguard-5.14.1.ebuild b/kde-plasma/ksysguard/ksysguard-5.14.1.ebuild deleted file mode 100644 index 4b2349e1b061..000000000000 --- a/kde-plasma/ksysguard/ksysguard-5.14.1.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 -} |