Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/
Date: Sun, 29 May 2022 20:44:23
Message-Id: 1653855864.5f171bc10b05ac582b48f992deca45afbda3c4ad.asturm@gentoo
1 commit: 5f171bc10b05ac582b48f992deca45afbda3c4ad
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 20:18:47 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 20:24:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f171bc1
7
8 kde-plasma/plasma-systemmonitor: Drop 5.24.4
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-systemmonitor/Manifest | 1 -
13 .../plasma-systemmonitor-5.24.4.ebuild | 42 ----------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
17 index 91042abfec56..5ef59576c3a7 100644
18 --- a/kde-plasma/plasma-systemmonitor/Manifest
19 +++ b/kde-plasma/plasma-systemmonitor/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-systemmonitor-5.24.4.tar.xz 151840 BLAKE2B d0c8f3ab7881650b9bf38218cfeff78fbba0194a6fee80d79649f8ec12136082d86ec6153aa91815d2916416a9d641fa1ab7533d0f75c372336bbe3ef5b62df1 SHA512 13d489865df36bbe9a1465d7efd5603442144492781d0a5102e395f80f50b31d0519953962a0c3b2b9ff199c05daf20e9d7828ae42ce2335714c31bb6ff9f2c1
22 DIST plasma-systemmonitor-5.24.5.tar.xz 151824 BLAKE2B dfc6bc0dfe6815879eaed6686f52f108ce3e9a84f76899afffac255c97e36dd8afb4521d2dd8abad157306b1e0e02c874935e40e88aa2c187ce22f668c05b760 SHA512 b8c4a959eb587b25d8d503b3b2d05e6c8ced3b0cb146e08f0351f424962d059b70c8dd323d55b31ef903157b71bad6f20f969840a860ed25ebdafeb3db18489d
23
24 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.4.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.4.ebuild
25 deleted file mode 100644
26 index ed93a083cd93..000000000000
27 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.4.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PVCUT=$(ver_cut 1-3)
36 -KFMIN=5.90.0
37 -QTMIN=5.15.2
38 -inherit ecm kde.org
39 -
40 -DESCRIPTION="Monitor system sensors, process information and other system resources"
41 -HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/"
42 -
43 -LICENSE="|| ( GPL-3 GPL-2 )"
44 -SLOT="5"
45 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
46 -IUSE=""
47 -
48 -DEPEND="
49 - >=dev-qt/qtdbus-${QTMIN}:5
50 - >=dev-qt/qtdeclarative-${QTMIN}:5
51 - >=dev-qt/qtgui-${QTMIN}:5
52 - >=dev-qt/qtwidgets-${QTMIN}:5
53 - >=kde-frameworks/kconfig-${KFMIN}:5
54 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
55 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
56 - >=kde-frameworks/kdeclarative-${KFMIN}:5
57 - >=kde-frameworks/kglobalaccel-${KFMIN}:5
58 - >=kde-frameworks/ki18n-${KFMIN}:5
59 - >=kde-frameworks/kio-${KFMIN}:5
60 - >=kde-frameworks/kitemmodels-${KFMIN}:5
61 - >=kde-frameworks/knewstuff-${KFMIN}:5
62 - >=kde-frameworks/kservice-${KFMIN}:5
63 - >=kde-plasma/libksysguard-${PVCUT}:5
64 -"
65 -RDEPEND="${DEPEND}
66 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
67 - >=kde-frameworks/kirigami-${KFMIN}:5
68 - >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
69 - >=kde-frameworks/kquickcharts-${KFMIN}:5
70 - >=kde-plasma/ksystemstats-${PVCUT}:5
71 -"