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 356AF13835D for ; Fri, 14 May 2021 12:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72DE4E088B; Fri, 14 May 2021 12:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5A823E088B for ; Fri, 14 May 2021 12:09:04 +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 6101A33BDD0 for ; Fri, 14 May 2021 12:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C1A178B 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: <1620985249.33cc375531e90c0b54d73bd26d9877a8363a6fa0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/ksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/ksysguard/ksysguard-9999.ebuild X-VCS-Directories: kde-plasma/ksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 33cc375531e90c0b54d73bd26d9877a8363a6fa0 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: 35cf1475-ccaf-4e2d-9387-ffd0ba956a6c X-Archives-Hash: 9f6170ae2d0a8f04552d5fafe012a6b6 commit: 33cc375531e90c0b54d73bd26d9877a8363a6fa0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 13 18:10:40 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 14 09:40:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=33cc3755 kde-plasma/ksysguard: Add HOMEPAGE now that it is on its own Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/ksysguard/ksysguard-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/ksysguard/ksysguard-9999.ebuild b/kde-plasma/ksysguard/ksysguard-9999.ebuild index dc704fe680..a5a86cabfe 100644 --- a/kde-plasma/ksysguard/ksysguard-9999.ebuild +++ b/kde-plasma/ksysguard/ksysguard-9999.ebuild @@ -11,7 +11,8 @@ QTMIN=5.15.2 VIRTUALX_REQUIRED="test" inherit ecm kde.org -DESCRIPTION="Network-enabled task manager and system monitor" +DESCRIPTION="Network-enabled resource usage monitor" +HOMEPAGE="https://apps.kde.org/ksysguard/ https://userbase.kde.org/KSysGuard" LICENSE="GPL-2+" SLOT="5"