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, 07 Aug 2022 15:51:58
Message-Id: 1659886988.922958305b56bd97eaa97ce0d4e2c045413c14fa.asturm@gentoo
1 commit: 922958305b56bd97eaa97ce0d4e2c045413c14fa
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 20:01:29 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 15:43:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92295830
7
8 kde-plasma/plasma-systemmonitor: drop 5.24.5
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-systemmonitor/Manifest | 1 -
13 .../plasma-systemmonitor-5.24.5.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 7561bbb51338..151b3abb2f3b 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.5.tar.xz 151824 BLAKE2B dfc6bc0dfe6815879eaed6686f52f108ce3e9a84f76899afffac255c97e36dd8afb4521d2dd8abad157306b1e0e02c874935e40e88aa2c187ce22f668c05b760 SHA512 b8c4a959eb587b25d8d503b3b2d05e6c8ced3b0cb146e08f0351f424962d059b70c8dd323d55b31ef903157b71bad6f20f969840a860ed25ebdafeb3db18489d
22 DIST plasma-systemmonitor-5.24.6.tar.xz 152124 BLAKE2B cc4680fac459176bf7b57d7d5efc0f37b7ca7cebaf66316d3fd3583a98247da3bffa4a9439bbf3fb46328ccc134b407c88479924e2a99ec7eed94910365496f2 SHA512 13cfc5b292d6dd7c204434730f6f4ee8bf9bc85c715ec604ad49a7703ff3a4ee76c6148bd21b86e10ef5727d1d477737cf3676deab8744e62a204de2102c92b4
23 DIST plasma-systemmonitor-5.25.4.tar.xz 159016 BLAKE2B a855a57edcebb2f00a887f95c37c7e4f43b189978c33a06102c6e8988c8bab4f46f64befad4158e3b56676c28002e7b8a58ecb8be1307fd7a3b8bc09d505bdc3 SHA512 482e9582fe3076773eb4230522b3c78f1ad14d27681ba0ed2c8e64de3d4b58c498bd66e7793fe964d5fdbbfc6224576029f96d05bf143111b255357a21b9856f
24
25 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.5.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.5.ebuild
26 deleted file mode 100644
27 index ed93a083cd93..000000000000
28 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.24.5.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.90.0
38 -QTMIN=5.15.2
39 -inherit ecm 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 ~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 -"