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 E48DA1382C5 for ; Fri, 14 May 2021 12:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5BA4E087B; Fri, 14 May 2021 12:09:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 76B19E087F for ; Fri, 14 May 2021 12:09:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AFDFA335D5E for ; Fri, 14 May 2021 12:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A8D175F for ; Fri, 14 May 2021 12:09:00 +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: <1620929618.7049ec4a70a59ee79db28feb36e9d02b9461779a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-systemmonitor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild X-VCS-Directories: kde-plasma/plasma-systemmonitor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7049ec4a70a59ee79db28feb36e9d02b9461779a X-VCS-Branch: master Date: Fri, 14 May 2021 12:09:00 +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: 8da0a12d-8e74-4045-b52e-bc16e16a9bb1 X-Archives-Hash: 8499908a9d761994a000892f0fa28d1b commit: 7049ec4a70a59ee79db28feb36e9d02b9461779a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 13 17:14:40 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 13 18:13:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7049ec4a kde-plasma/plasma-systemmonitor: Update RDEPENDs, DESCRIPTION, HOMEPAGE kde-plasma/ksysguard out, kde-plasma/ksystemstats in. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild index 1a6df0ea9c..2175bcc464 100644 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild @@ -8,8 +8,8 @@ KFMIN=9999 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" +DESCRIPTION="Monitor system sensors, process information and other system resources" +HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="5" @@ -38,5 +38,5 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] >=kde-frameworks/kquickcharts-${KFMIN}:5 - >=kde-plasma/ksysguard-${PVCUT}:5 + >=kde-plasma/ksystemstats-${PVCUT}:5 "