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 B2818138350 for ; Sun, 9 Feb 2020 13:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDBE1E083B; Sun, 9 Feb 2020 13:11:22 +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 AB3B3E083B for ; Sun, 9 Feb 2020 13:11:22 +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 288D734E824 for ; Sun, 9 Feb 2020 13:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961A8114 for ; Sun, 9 Feb 2020 13:11:19 +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: <1581253854.2703ff03912f2244df7d8fbfa01961b54407cb87.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksysguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/ksysguard/ksysguard-5.17.4.ebuild kde-plasma/ksysguard/ksysguard-5.17.5.ebuild kde-plasma/ksysguard/metadata.xml X-VCS-Directories: kde-plasma/ksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2703ff03912f2244df7d8fbfa01961b54407cb87 X-VCS-Branch: master Date: Sun, 9 Feb 2020 13:11:19 +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: 91692ede-7e85-4b35-9264-2efb9edfda3c X-Archives-Hash: c13126f0f0fcb522bf652a078c72eebe commit: 2703ff03912f2244df7d8fbfa01961b54407cb87 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 9 12:58:35 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 9 13:10:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2703ff03 kde-plasma/ksysguard: Rename USE caps -> pcap USE flag was not renamed as it should have been after a85841045 Reported-by: Fat-Zer gmail.com> Closes: https://bugs.gentoo.org/704726 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> (cherry picked from commit 37b978a1d8c50d7656524d6c678ac58e4ea72e32) kde-plasma/ksysguard/ksysguard-5.17.4.ebuild | 6 +++--- kde-plasma/ksysguard/ksysguard-5.17.5.ebuild | 6 +++--- kde-plasma/ksysguard/metadata.xml | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kde-plasma/ksysguard/ksysguard-5.17.4.ebuild b/kde-plasma/ksysguard/ksysguard-5.17.4.ebuild index 2fd49af949f..ec11cfccfdb 100644 --- a/kde-plasma/ksysguard/ksysguard-5.17.4.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.17.4.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" SLOT="5" KEYWORDS="amd64 ~arm arm64 x86" -IUSE="caps lm-sensors" +IUSE="lm-sensors pcap" DEPEND=" >=kde-frameworks/kcompletion-${KFMIN}:5 @@ -37,7 +37,7 @@ DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 - caps? ( + pcap? ( net-libs/libpcap sys-libs/libcap ) @@ -47,7 +47,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake_use_find_package caps libpcap) + $(cmake_use_find_package pcap libpcap) $(cmake_use_find_package lm-sensors Sensors) ) diff --git a/kde-plasma/ksysguard/ksysguard-5.17.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.17.5.ebuild index 82039e142cc..cf7942dbeb6 100644 --- a/kde-plasma/ksysguard/ksysguard-5.17.5.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.17.5.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" SLOT="5" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="caps lm-sensors" +IUSE="lm-sensors pcap" DEPEND=" >=kde-frameworks/kcompletion-${KFMIN}:5 @@ -37,7 +37,7 @@ DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 - caps? ( + pcap? ( net-libs/libpcap sys-libs/libcap ) @@ -47,7 +47,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake_use_find_package caps libpcap) + $(cmake_use_find_package pcap libpcap) $(cmake_use_find_package lm-sensors Sensors) ) diff --git a/kde-plasma/ksysguard/metadata.xml b/kde-plasma/ksysguard/metadata.xml index 2fdbf33d963..61d3b2c4170 100644 --- a/kde-plasma/ksysguard/metadata.xml +++ b/kde-plasma/ksysguard/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable per-process network statistic collection using net-libs/libpcap +