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 4E978138359 for ; Fri, 4 Sep 2020 08:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AA92E0839; Fri, 4 Sep 2020 08:43:46 +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 63903E0839 for ; Fri, 4 Sep 2020 08:43:46 +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 7EF22340CCB for ; Fri, 4 Sep 2020 08:43:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3835F344 for ; Fri, 4 Sep 2020 08:43:44 +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: <1599167385.c79a2aa7d170c657696989213ecb6d28f63ee4ae.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: c79a2aa7d170c657696989213ecb6d28f63ee4ae X-VCS-Branch: master Date: Fri, 4 Sep 2020 08:43:44 +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: e3694350-10f1-410a-a299-186baeb07877 X-Archives-Hash: fd2b5351555b557aed286814412d0a50 commit: c79a2aa7d170c657696989213ecb6d28f63ee4ae Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 3 14:01:49 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 3 21:09:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c79a2aa7 kde-plasma/ksysguard: Switch IUSE=pcap -> network and update DEPENDs Upstream commit 8dce7285990a8930612d1d834a178ab714ecbd71 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/ksysguard/ksysguard-9999.ebuild | 10 ++++++---- kde-plasma/ksysguard/metadata.xml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/kde-plasma/ksysguard/ksysguard-9999.ebuild b/kde-plasma/ksysguard/ksysguard-9999.ebuild index b099cf39cf..6fbf9105e6 100644 --- a/kde-plasma/ksysguard/ksysguard-9999.ebuild +++ b/kde-plasma/ksysguard/ksysguard-9999.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" SLOT="5" KEYWORDS="" -IUSE="lm-sensors networkmanager pcap" +IUSE="lm-sensors +network networkmanager" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -38,11 +38,12 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-plasma/libksysguard-${PVCUT}:5 lm-sensors? ( sys-apps/lm-sensors:= ) - networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) - pcap? ( + network? ( + dev-libs/libnl:3 net-libs/libpcap sys-libs/libcap ) + networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) " RDEPEND="${DEPEND}" @@ -50,7 +51,8 @@ src_configure() { local mycmakeargs=( $(cmake_use_find_package lm-sensors Sensors) $(cmake_use_find_package networkmanager KF5NetworkManagerQt) - $(cmake_use_find_package pcap libpcap) + $(cmake_use_find_package network libpcap) + $(cmake_use_find_package network NL) ) ecm_src_configure diff --git a/kde-plasma/ksysguard/metadata.xml b/kde-plasma/ksysguard/metadata.xml index 199b56ee01..4e1b25bdbe 100644 --- a/kde-plasma/ksysguard/metadata.xml +++ b/kde-plasma/ksysguard/metadata.xml @@ -6,7 +6,7 @@ Gentoo KDE Project + Enable per-process network statistic collection using dev-libs/libnl Enable improved backend for Network statistics using kde-frameworks/networkmanager-qt - Enable per-process network statistic collection using net-libs/libpcap