From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A062513835B for ; Tue, 16 Feb 2021 14:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E68AE0928; Tue, 16 Feb 2021 14:39:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8952FE0928 for ; Tue, 16 Feb 2021 14:39:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 406553411C5 for ; Tue, 16 Feb 2021 14:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 710234F3 for ; Tue, 16 Feb 2021 14:39:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1613486244.07bcf1567ed72c81de83896e447c0190f240c4cb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-systemmonitor/Manifest kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.0.ebuild X-VCS-Directories: kde-plasma/plasma-systemmonitor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07bcf1567ed72c81de83896e447c0190f240c4cb X-VCS-Branch: master Date: Tue, 16 Feb 2021 14:39:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 738f5b64-7009-42d7-a8e3-95f35eec2798 X-Archives-Hash: c6b5022d7c37700ecc55e091ddad78ac commit: 07bcf1567ed72c81de83896e447c0190f240c4cb Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 16 09:59:22 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 14:37:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bcf156 kde-plasma/plasma-systemmonitor: 5.21.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-systemmonitor/Manifest | 1 + .../plasma-systemmonitor-5.21.0.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index ca084fcdee0..00727a921d3 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1 +1,2 @@ DIST plasma-systemmonitor-5.20.0.tar.xz 105596 BLAKE2B 93a5feb8fba244580e65b55633d803e14051b476f3ee5fde617285c61a84be7b22c5c09f4a14e0e7b9b3c88a45868c9f8c5c72e8cfd4488add192e9e1ceeb594 SHA512 56c6a5fe4646aaa2fc76c30f28362252308516b06132501efeb9905097a5c895250076b09ef2bdb7a9f4ad77435c622bd4b3f1ad5b69116f6654b3046829f2a0 +DIST plasma-systemmonitor-5.21.0.tar.xz 122720 BLAKE2B 1414fcc592f30010a73be9e22f52fc1e548d0d1534bbbcfa2546770964ea9b673cc35433d77195793b4dcba55da835fc938273bc75257f0e8f33022a9140c34a SHA512 146354b49065b31f7df56bd890c965a84a401efba9446d36356d672aae7fa531ec330a4f4521e29ab7cc7ce4d043c99d2ad8ed5afbe98b3e6c51a81e0821a9a8 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.0.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.0.ebuild new file mode 100644 index 00000000000..abb5050abba --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-3) +KFMIN=5.78.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="New version of KSysGuard built on top of the new KStats daemon and using QML" +HOMEPAGE="https://invent.kde.org/plasma/plasma-systemmonitor" + +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/kglobalaccel-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-plasma/libksysguard-${PVCUT}:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + >=kde-frameworks/kquickcharts-${KFMIN}:5 + >=kde-plasma/ksysguard-${PVCUT}:5 +"