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 F2644138334 for ; Thu, 19 Sep 2019 15:47:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10108E0917; Thu, 19 Sep 2019 15:47:55 +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 EC33AE0917 for ; Thu, 19 Sep 2019 15:47:54 +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 0E2A734B3DD for ; Thu, 19 Sep 2019 15:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A967FD for ; Thu, 19 Sep 2019 15:47:50 +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: <1568884407.5d85d8e5195a12fec29cb7fa1cf8f83f7a2b8625.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 kde-plasma/ksysguard/metadata.xml X-VCS-Directories: kde-plasma/ksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d85d8e5195a12fec29cb7fa1cf8f83f7a2b8625 X-VCS-Branch: master Date: Thu, 19 Sep 2019 15:47:50 +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: 26665bcb-38d5-49de-8960-1f0655e7ddf3 X-Archives-Hash: cf9f2eedda07922b9cd16d468f2676c6 commit: 5d85d8e5195a12fec29cb7fa1cf8f83f7a2b8625 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 19 09:12:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 19 09:13:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5d85d8e5 kde-plasma/ksysguard: Add USE caps for per-process network stats Upstream commit 064688415a1e6db98a3fa20690320596a4f6d3da Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/ksysguard/ksysguard-9999.ebuild | 7 ++++++- kde-plasma/ksysguard/metadata.xml | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kde-plasma/ksysguard/ksysguard-9999.ebuild b/kde-plasma/ksysguard/ksysguard-9999.ebuild index ca16702aa2..c2feefdcf7 100644 --- a/kde-plasma/ksysguard/ksysguard-9999.ebuild +++ b/kde-plasma/ksysguard/ksysguard-9999.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" KEYWORDS="" -IUSE="lm-sensors" +IUSE="caps lm-sensors" DEPEND=" $(add_frameworks_dep kcompletion) @@ -32,12 +32,17 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + caps? ( + net-libs/libpcap + sys-libs/libcap + ) lm-sensors? ( sys-apps/lm-sensors:= ) " RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( + $(cmake-utils_use_find_package caps Libcap) $(cmake-utils_use_find_package lm-sensors Sensors) ) diff --git a/kde-plasma/ksysguard/metadata.xml b/kde-plasma/ksysguard/metadata.xml index 2fdbf33d96..97bc6f608b 100644 --- a/kde-plasma/ksysguard/metadata.xml +++ b/kde-plasma/ksysguard/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable capabilities support for per-process network usage stats +