From: Jeroen Roovers Date: Sun, 29 Sep 2019 11:06:27 +0000 (+0200) Subject: net-analyzer/wireshark: USE=plugin_ifdemo => USE=plugin-ifdemo X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=08dc74318b59387663a3ea097691ce8fff710283;p=gentoo.git 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 --- diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 3e0355cd9ccc..1dfc66edc73a 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 e489d3494c1a..e19be1f83c4d 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 97001a178907..5fb0f3785286 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)