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: Thu, 16 Sep 2021 11:14:54
Message-Id: 1631790584.1f68ce017f233c2929fad203ebf9ad789e6e2b09.asturm@gentoo
1 commit: 1f68ce017f233c2929fad203ebf9ad789e6e2b09
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 11:59:37 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 11:09:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f68ce01
7
8 kde-plasma/plasma-systemmonitor: drop 5.21.5*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-systemmonitor/Manifest | 1 -
13 .../plasma-systemmonitor-5.21.5.ebuild | 41 ----------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
17 index e715445348e..0690977d377 100644
18 --- a/kde-plasma/plasma-systemmonitor/Manifest
19 +++ b/kde-plasma/plasma-systemmonitor/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-systemmonitor-5.21.5.tar.xz 124792 BLAKE2B 47c55bd7ceb31c7128676e539d7c48325db68b49bcbee0a4d73cd61ed1360500e7765ed2d5d01bde542bfb74e7b6db26158c6b281aa1e65a5ba450595117777a SHA512 f21db1dc9428b9f97b4b012ae481738f7aa96c9080f35870c8a8f2dfed582b937507fd626723dbd60e66656d78984bda24279c77548d65efd847e15374b024f0
22 DIST plasma-systemmonitor-5.22.5.tar.xz 134624 BLAKE2B 728ce4b89405445cbe385da504fb026d0c310eb06d41a3c4ab5557b8d66d1ed000ba30334363e5a9975e7515595e1cd3dac493a01f1f1bb235df4b9cb3f6ba38 SHA512 4116be820038318022efe6d7460d7deef2983940dac7ab1949aa0c8d18473b15d9de41f21241c63342656b5871c1a2291daa3ff0d576849fa27177425419013c
23
24 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.5.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.5.ebuild
25 deleted file mode 100644
26 index 67759df28e4..00000000000
27 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.5.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PVCUT=$(ver_cut 1-3)
36 -KFMIN=5.82.0
37 -QTMIN=5.15.2
38 -inherit ecm kde.org
39 -
40 -DESCRIPTION="New version of KSysGuard built on top of the new KStats daemon and using QML"
41 -HOMEPAGE="https://invent.kde.org/plasma/plasma-systemmonitor"
42 -
43 -LICENSE="|| ( GPL-3 GPL-2 )"
44 -SLOT="5"
45 -KEYWORDS="amd64 ~arm arm64 ~ppc64 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/knewstuff-${KFMIN}:5
61 - >=kde-frameworks/kservice-${KFMIN}:5
62 - >=kde-plasma/libksysguard-${PVCUT}:5
63 -"
64 -RDEPEND="${DEPEND}
65 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
66 - >=kde-frameworks/kirigami-${KFMIN}:5
67 - >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
68 - >=kde-frameworks/kquickcharts-${KFMIN}:5
69 - >=kde-plasma/ksysguard-${PVCUT}:5
70 -"