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 Jul 2021 17:20:13
Message-Id: 1625591850.8e46cfed6e1bb317c4a0867c2af3decfdac919b6.asturm@gentoo
1 commit: 8e46cfed6e1bb317c4a0867c2af3decfdac919b6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 17:03:48 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 17:17:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e46cfed
7
8 kde-plasma/plasma-systemmonitor: drop 5.22.2*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-systemmonitor/Manifest | 1 -
13 .../plasma-systemmonitor-5.22.2.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 888b3391084..332c08f0bff 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.21.5.tar.xz 124792 BLAKE2B 47c55bd7ceb31c7128676e539d7c48325db68b49bcbee0a4d73cd61ed1360500e7765ed2d5d01bde542bfb74e7b6db26158c6b281aa1e65a5ba450595117777a SHA512 f21db1dc9428b9f97b4b012ae481738f7aa96c9080f35870c8a8f2dfed582b937507fd626723dbd60e66656d78984bda24279c77548d65efd847e15374b024f0
22 -DIST plasma-systemmonitor-5.22.2.tar.xz 134000 BLAKE2B 7572d5631a59d2b0d51183c8c6a3baf29e19dce68f61a85a9c3d0ef846c94b2a5288a64e4777348ee7dec255c375ba5cf2a66e03d16868b8617a400d7f6af02f SHA512 c2564d1273ae7b94c2a366f494cf387b19316622d7698997ad325e1454eecbd6917481d8320e9c93eb4dbc027e9e0a2b04dacc72a975e741f20cb69a36882dcc
23 DIST plasma-systemmonitor-5.22.3.tar.xz 134032 BLAKE2B 5fb9d70695ba9487ecf63df5ee15d62c66620db24504b319ae24711c7fd80d18d73a3d866bd572ca6c442270852ffe84349e59fc890ad6f4cb722c9d654b0a44 SHA512 71e815356ddeeb5ce4ef90c0e3a7b343446005b96e42b4b256095bfcf861d354764d9d1b2a0b6f4f09c484852116bf70607ce9bbc0b1fcbc5e608daa39bc181a
24
25 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.2.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.2.ebuild
26 deleted file mode 100644
27 index 58e0044c829..00000000000
28 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.2.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PVCUT=$(ver_cut 1-3)
37 -KFMIN=5.82.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 ~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 -"