commit: 46d6900d9be30710c273548ebe5eab06cb050c74
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 04:52:23 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 15:16:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d6900d
net-analyzer/wireshark: IUSE=nghttp2 => IUSE=http2
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/wireshark/metadata.xml | 2 +-
net-analyzer/wireshark/wireshark-3.0.3.ebuild | 8 ++++----
net-analyzer/wireshark/wireshark-3.0.4.ebuild | 8 ++++----
net-analyzer/wireshark/wireshark-3.0.5.ebuild | 8 ++++----
net-analyzer/wireshark/wireshark-3.1.0.ebuild | 8 ++++----
net-analyzer/wireshark/wireshark-99999999.ebuild | 8 ++++----
6 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/net-analyzer/wireshark/metadata.xml
b/net-analyzer/wireshark/metadata.xml
index 1dfc66edc73..651879bc6f8 100644
--- a/net-analyzer/wireshark/metadata.xml
+++ b/net-analyzer/wireshark/metadata.xml
@@ -38,12 +38,12 @@ be exported to XML, PostScript®, CSV, or plain text.
<flag name="dpauxmon">Install dpauxmon, an external capture interface (extcap)
that captures DisplayPort AUX channel data from linux kernel drivers</flag>
<flag name="dumpcap">Install dumpcap, to dump network traffic from inside
wireshark</flag>
<flag name="editcap">Install editcap, to edit and/or translate the format of
capture files</flag>
+<flag name="http2">Use <pkg>net-libs/nghttp2</pkg> for HTTP/2 support</flag>
<flag name="libxml2">Use <pkg>dev-libs/libxml2</pkg> for handling XML
configuration in dissectors</flag>
<flag name="maxminddb">Use <pkg>dev-libs/libmaxminddb</pkg> for IP address
geolocation</flag>
<flag name="mergecap">Install mergecap, to merge two or more capture files
into one</flag>
<flag name="minizip">Build with zip file compression support</flag>
<flag name="netlink">Use <pkg>dev-libs/libnl</pkg></flag>
-<flag name="nghttp2">Use <pkg>net-libs/nghttp2</pkg> for HTTP/2 support</flag>
<flag name="pcap">Use <pkg>net-libs/libpcap</pkg> for network packet capturing
(build dumpcap, rawshark)</flag>
<flag name="plugin-ifdemo">Install plugin interface demo</flag>
<flag name="plugins">Install plugins</flag>
diff --git a/net-analyzer/wireshark/wireshark-3.0.3.ebuild
b/net-analyzer/wireshark/wireshark-3.0.3.ebuild
index 25bf89b8cfe..0fcd75a867a 100644
--- a/net-analyzer/wireshark/wireshark-3.0.3.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.0.3.ebuild
@@ -14,8 +14,8 @@ SLOT="0/${PV}"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc64 x86"
IUSE="
adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc
dpauxmon
- +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
- nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd
+ +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap
+ +netlink +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux
+sharkd
smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark
+udpdump zlib
"
@@ -29,13 +29,13 @@ CDEPEND="
bcg729? ( media-libs/bcg729 )
ciscodump? ( >=net-libs/libssh-0.6 )
filecaps? ( sys-libs/libcap )
+ http2? ( net-libs/nghttp2 )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
lz4? ( app-arch/lz4 )
maxminddb? ( dev-libs/libmaxminddb )
netlink? ( dev-libs/libnl:3 )
- nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -157,7 +157,7 @@ src_configure() {
-DENABLE_LUA=$(usex lua)
-DENABLE_LZ4=$(usex lz4)
-DENABLE_NETLINK=$(usex netlink)
- -DENABLE_NGHTTP2=$(usex nghttp2)
+ -DENABLE_NGHTTP2=$(usex http2)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_SBC=$(usex sbc)
-DENABLE_SMI=$(usex smi)
diff --git a/net-analyzer/wireshark/wireshark-3.0.4.ebuild
b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
index a2a6a43079c..61e8bd7a288 100644
--- a/net-analyzer/wireshark/wireshark-3.0.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
@@ -14,8 +14,8 @@ SLOT="0/${PV}"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc64 x86"
IUSE="
adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc
dpauxmon
- +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
- nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd
+ +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap
+ +netlink +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux
+sharkd
smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark
+udpdump zlib
"
@@ -29,13 +29,13 @@ CDEPEND="
bcg729? ( media-libs/bcg729 )
ciscodump? ( >=net-libs/libssh-0.6 )
filecaps? ( sys-libs/libcap )
+ http2? ( net-libs/nghttp2 )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
lz4? ( app-arch/lz4 )
maxminddb? ( dev-libs/libmaxminddb )
netlink? ( dev-libs/libnl:3 )
- nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -157,7 +157,7 @@ src_configure() {
-DENABLE_LUA=$(usex lua)
-DENABLE_LZ4=$(usex lz4)
-DENABLE_NETLINK=$(usex netlink)
- -DENABLE_NGHTTP2=$(usex nghttp2)
+ -DENABLE_NGHTTP2=$(usex http2)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_SBC=$(usex sbc)
-DENABLE_SMI=$(usex smi)
diff --git a/net-analyzer/wireshark/wireshark-3.0.5.ebuild
b/net-analyzer/wireshark/wireshark-3.0.5.ebuild
index e33cf0877e6..f4fbb9dc3bc 100644
--- a/net-analyzer/wireshark/wireshark-3.0.5.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.0.5.ebuild
@@ -14,8 +14,8 @@ SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
IUSE="
adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc
dpauxmon
- +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
- nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd
+ +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap
+ +netlink +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux
+sharkd
smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark
+udpdump zlib
"
@@ -29,13 +29,13 @@ CDEPEND="
bcg729? ( media-libs/bcg729 )
ciscodump? ( >=net-libs/libssh-0.6 )
filecaps? ( sys-libs/libcap )
+ http2? ( net-libs/nghttp2 )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
lz4? ( app-arch/lz4 )
maxminddb? ( dev-libs/libmaxminddb )
netlink? ( dev-libs/libnl:3 )
- nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -157,7 +157,7 @@ src_configure() {
-DENABLE_LUA=$(usex lua)
-DENABLE_LZ4=$(usex lz4)
-DENABLE_NETLINK=$(usex netlink)
- -DENABLE_NGHTTP2=$(usex nghttp2)
+ -DENABLE_NGHTTP2=$(usex http2)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_SBC=$(usex sbc)
-DENABLE_SMI=$(usex smi)
diff --git a/net-analyzer/wireshark/wireshark-3.1.0.ebuild
b/net-analyzer/wireshark/wireshark-3.1.0.ebuild
index e19be1f83c4..4d9324a7a9b 100644
--- a/net-analyzer/wireshark/wireshark-3.1.0.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.1.0.ebuild
@@ -14,8 +14,8 @@ SLOT="0/${PV}"
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
+ dpauxmon +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb
+ +mergecap +minizip +netlink +plugins plugin-ifdemo +pcap +qt5 +randpkt
+randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump
ssl
sdjournal +text2pcap tfshark +tshark +udpdump zlib
"
@@ -29,6 +29,7 @@ CDEPEND="
brotli? ( app-arch/brotli )
ciscodump? ( >=net-libs/libssh-0.6 )
filecaps? ( sys-libs/libcap )
+ http2? ( net-libs/nghttp2 )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
@@ -36,7 +37,6 @@ CDEPEND="
maxminddb? ( dev-libs/libmaxminddb )
minizip? ( sys-libs/zlib[minizip] )
netlink? ( dev-libs/libnl:3 )
- nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -160,7 +160,7 @@ src_configure() {
-DENABLE_LZ4=$(usex lz4)
-DENABLE_MINIZIP=$(usex minizip)
-DENABLE_NETLINK=$(usex netlink)
- -DENABLE_NGHTTP2=$(usex nghttp2)
+ -DENABLE_NGHTTP2=$(usex http2)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_PLUGINS=$(usex plugins)
-DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo)
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild
b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 5fb0f378528..7ecaa00c8ee 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -14,8 +14,8 @@ SLOT="0/${PV}"
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
+ dpauxmon +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb
+ +mergecap +minizip +netlink +plugins plugin-ifdemo +pcap +qt5 +randpkt
+randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump
ssl
sdjournal +text2pcap tfshark +tshark +udpdump zlib
"
@@ -29,6 +29,7 @@ CDEPEND="
brotli? ( app-arch/brotli )
ciscodump? ( >=net-libs/libssh-0.6 )
filecaps? ( sys-libs/libcap )
+ http2? ( net-libs/nghttp2 )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
@@ -36,7 +37,6 @@ CDEPEND="
maxminddb? ( dev-libs/libmaxminddb )
minizip? ( sys-libs/zlib[minizip] )
netlink? ( dev-libs/libnl:3 )
- nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -160,7 +160,7 @@ src_configure() {
-DENABLE_LZ4=$(usex lz4)
-DENABLE_MINIZIP=$(usex minizip)
-DENABLE_NETLINK=$(usex netlink)
- -DENABLE_NGHTTP2=$(usex nghttp2)
+ -DENABLE_NGHTTP2=$(usex http2)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_PLUGINS=$(usex plugins)
-DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo)