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 E897B138334 for ; Sun, 29 Sep 2019 11:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D90BE08A6; Sun, 29 Sep 2019 11:08:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EB244E08A6 for ; Sun, 29 Sep 2019 11:08:38 +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 D171834B66B for ; Sun, 29 Sep 2019 11:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D314F801 for ; Sun, 29 Sep 2019 11:08:35 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1569755311.08dc74318b59387663a3ea097691ce8fff710283.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/metadata.xml net-analyzer/wireshark/wireshark-3.1.0.ebuild net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 08dc74318b59387663a3ea097691ce8fff710283 X-VCS-Branch: master Date: Sun, 29 Sep 2019 11:08:35 +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: 3db26e74-a666-4d50-85e8-d2ca9febb152 X-Archives-Hash: 27b999bfe69137afc5aaeadb6de4d1de commit: 08dc74318b59387663a3ea097691ce8fff710283 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 29 11:06:27 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 29 11:08:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08dc7431 net-analyzer/wireshark: USE=plugin_ifdemo => USE=plugin-ifdemo Package-Manager: Portage-2.3.76, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/695070 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/wireshark/metadata.xml | 2 +- net-analyzer/wireshark/wireshark-3.1.0.ebuild | 6 +++--- net-analyzer/wireshark/wireshark-99999999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 3e0355cd9cc..1dfc66edc73 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -45,7 +45,7 @@ be exported to XML, PostScript®, CSV, or plain text. Use dev-libs/libnl Use net-libs/nghttp2 for HTTP/2 support Use net-libs/libpcap for network packet capturing (build dumpcap, rawshark) -Install plugin interface demo +Install plugin interface demo Install plugins Install randpkt, a utility for creating pcap trace files full of random packets Install randpktdump, an extcap interface to provide access to the random packet generator (randpkt) diff --git a/net-analyzer/wireshark/wireshark-3.1.0.ebuild b/net-analyzer/wireshark/wireshark-3.1.0.ebuild index e489d3494c1..e19be1f83c4 100644 --- a/net-analyzer/wireshark/wireshark-3.1.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.1.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="" IUSE=" adns androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc dpauxmon +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap - +minizip +netlink nghttp2 +plugins plugin_ifdemo +pcap +qt5 +randpkt + +minizip +netlink nghttp2 +plugins plugin-ifdemo +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark +udpdump zlib " @@ -82,7 +82,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-wireshark ) " REQUIRED_USE=" - plugin_ifdemo? ( plugins ) + plugin-ifdemo? ( plugins ) " PATCHES=( "${FILESDIR}"/${PN}-2.4-androiddump.patch @@ -163,7 +163,7 @@ src_configure() { -DENABLE_NGHTTP2=$(usex nghttp2) -DENABLE_PCAP=$(usex pcap) -DENABLE_PLUGINS=$(usex plugins) - -DENABLE_PLUGIN_IFDEMO=$(usex plugin_ifdemo) + -DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo) -DENABLE_SBC=$(usex sbc) -DENABLE_SMI=$(usex smi) -DENABLE_SNAPPY=$(usex snappy) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 97001a17890..5fb0f378528 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -15,7 +15,7 @@ KEYWORDS="" IUSE=" adns androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc dpauxmon +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap - +minizip +netlink nghttp2 +plugins plugin_ifdemo +pcap +qt5 +randpkt + +minizip +netlink nghttp2 +plugins plugin-ifdemo +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark +udpdump zlib " @@ -82,7 +82,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-wireshark ) " REQUIRED_USE=" - plugin_ifdemo? ( plugins ) + plugin-ifdemo? ( plugins ) " PATCHES=( "${FILESDIR}"/${PN}-2.4-androiddump.patch @@ -163,7 +163,7 @@ src_configure() { -DENABLE_NGHTTP2=$(usex nghttp2) -DENABLE_PCAP=$(usex pcap) -DENABLE_PLUGINS=$(usex plugins) - -DENABLE_PLUGIN_IFDEMO=$(usex plugin_ifdemo) + -DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo) -DENABLE_SBC=$(usex sbc) -DENABLE_SMI=$(usex smi) -DENABLE_SNAPPY=$(usex snappy)