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, 08 Feb 2022 13:10:44
Message-Id: 1644325813.6bcfa94e74d18fc5c0d80b32fbac9ffa82fb6ae4.asturm@gentoo
1 commit: 6bcfa94e74d18fc5c0d80b32fbac9ffa82fb6ae4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 13:05:27 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 13:10:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcfa94e
7
8 kde-plasma/plasma-systemmonitor: drop 5.23.90*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-systemmonitor/Manifest | 1 -
13 .../plasma-systemmonitor-5.23.90.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 4307d51bd199..d23766eef23a 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.23.5.tar.xz 144876 BLAKE2B f424f44b07807360b59718e7894eb95e9832865431f6a875b3c32309ba2ff078c4a40a27268ec756c5465b0fdff6c2856e3f545cb17c7af6edc92305ac5cb83a SHA512 12e723d79917a2410e174c33f3e63018cabcbfc9f6795f82206075b8573f8aeec47b4708151cddd0a2f2cfed67da4743475f00d46a59c0eee03cdedc15e7a657
22 -DIST plasma-systemmonitor-5.23.90.tar.xz 149696 BLAKE2B 83c71db625b40b05300cd5cb644f8390a749f8f42c6fd0e7f38259bfd5d2dc173ddf2e2a17ad6bd189636e5be710d87262232d113ac2d358fcea93db55d24420 SHA512 9ac18b43f344d25e0da834e9fceff76b5180f193ba26a3613e61c53298ac074de05f68c67f236832924167cd58356f85bae77bc7996dc734cf9876fea6a7a0cf
23 DIST plasma-systemmonitor-5.24.0.tar.xz 150712 BLAKE2B 547d818a2be862c78a48bf28381df0375aacb0ce3926a82498fd39c833d8051fd9980aa9419bbc23910b114406d57eaba57c39de7a8e80bbb6f9295962b5e1ac SHA512 73827a683e4954231f60d6aadb42677105a2daa233ecbad8ec02b8f14ab80c3ae92a737777de46614cb4e0434a34701258b2ebbe60fa3bbe3f9584693afb3ad6
24
25 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.90.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.90.ebuild
26 deleted file mode 100644
27 index d39879f4df9c..000000000000
28 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.90.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 -"