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: Tue, 06 Sep 2022 19:22:14
Message-Id: 1662492070.ea3e3736f9762bbb1e3cdf26387b01fb9cece437.asturm@gentoo
1 commit: ea3e3736f9762bbb1e3cdf26387b01fb9cece437
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 18:20:54 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 19:21:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3e3736
7
8 kde-plasma/plasma-systemmonitor: drop 5.25.4
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-systemmonitor/Manifest | 1 -
13 .../plasma-systemmonitor-5.25.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 693e27e4522f..0a70ee4754f0 100644
18 --- a/kde-plasma/plasma-systemmonitor/Manifest
19 +++ b/kde-plasma/plasma-systemmonitor/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plasma-systemmonitor-5.24.6.tar.xz 152124 BLAKE2B cc4680fac459176bf7b57d7d5efc0f37b7ca7cebaf66316d3fd3583a98247da3bffa4a9439bbf3fb46328ccc134b407c88479924e2a99ec7eed94910365496f2 SHA512 13cfc5b292d6dd7c204434730f6f4ee8bf9bc85c715ec604ad49a7703ff3a4ee76c6148bd21b86e10ef5727d1d477737cf3676deab8744e62a204de2102c92b4
22 -DIST plasma-systemmonitor-5.25.4.tar.xz 159016 BLAKE2B a855a57edcebb2f00a887f95c37c7e4f43b189978c33a06102c6e8988c8bab4f46f64befad4158e3b56676c28002e7b8a58ecb8be1307fd7a3b8bc09d505bdc3 SHA512 482e9582fe3076773eb4230522b3c78f1ad14d27681ba0ed2c8e64de3d4b58c498bd66e7793fe964d5fdbbfc6224576029f96d05bf143111b255357a21b9856f
23 DIST plasma-systemmonitor-5.25.5.tar.xz 159196 BLAKE2B 8278ee309b3dccb8a6d725aa4837a66687bd4851c9f042651bc6b766147fca018706b9511836e25bbf50fe125faa80d5d9eba9e299fac9d25682efbf64f5e4e9 SHA512 d36e3e345de56f6c9ad72c36f69747a63fe6c23bf4d33ad9a1ae2387f3df592370b817efa80ad8bf32f86330f8f9ba64e17b943a70c8a84c2340b92ed5037ed6
24
25 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.25.4.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.25.4.ebuild
26 deleted file mode 100644
27 index eac95d580d5c..000000000000
28 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.25.4.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PVCUT=$(ver_cut 1-3)
37 -KFMIN=5.95.0
38 -QTMIN=5.15.5
39 -inherit ecm plasma.kde.org
40 -
41 -DESCRIPTION="Monitor system sensors, process information and other system resources"
42 -HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/"
43 -
44 -LICENSE="|| ( GPL-3 GPL-2 )"
45 -SLOT="5"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
47 -IUSE=""
48 -
49 -DEPEND="
50 - >=dev-qt/qtdbus-${QTMIN}:5
51 - >=dev-qt/qtdeclarative-${QTMIN}:5
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=dev-qt/qtwidgets-${QTMIN}:5
54 - >=kde-frameworks/kconfig-${KFMIN}:5
55 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
56 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
57 - >=kde-frameworks/kdeclarative-${KFMIN}:5
58 - >=kde-frameworks/kglobalaccel-${KFMIN}:5
59 - >=kde-frameworks/ki18n-${KFMIN}:5
60 - >=kde-frameworks/kio-${KFMIN}:5
61 - >=kde-frameworks/kitemmodels-${KFMIN}:5
62 - >=kde-frameworks/knewstuff-${KFMIN}:5
63 - >=kde-frameworks/kservice-${KFMIN}:5
64 - >=kde-plasma/libksysguard-${PVCUT}:5
65 -"
66 -RDEPEND="${DEPEND}
67 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
68 - >=kde-frameworks/kirigami-${KFMIN}:5
69 - >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
70 - >=kde-frameworks/kquickcharts-${KFMIN}:5
71 - >=kde-plasma/ksystemstats-${PVCUT}:5
72 -"