From 855460449379abdc9c33dc1dabc833ef13e5192c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 4 Jan 2017 12:44:32 +0000 Subject: net-analyzer/wireshark: Explicitely depend on media-libs/speex with USE=qt5 Configure checks for speex presents when using QT and automatically uses it without control via USE. This results in 'preserved libs' when removing speex Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher --- net-analyzer/wireshark/metadata.xml | 44 ++++++++++++------------ net-analyzer/wireshark/wireshark-2.2.3.ebuild | 3 +- net-analyzer/wireshark/wireshark-99999999.ebuild | 3 +- 3 files changed, 26 insertions(+), 24 deletions(-) (limited to 'net-analyzer/wireshark') diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index b539ed354f3e..b72cb57da065 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -1,11 +1,11 @@ - -netmon@gentoo.org -Gentoo network monitoring and analysis project - - + + netmon@gentoo.org + Gentoo network monitoring and analysis project + + Wireshark is the world's foremost network protocol analyzer, and is the de facto (and often de jure) standard across many industries and educational institutions. Wireshark has a rich feature set which includes 1) deep @@ -27,21 +27,21 @@ intuitive analysis, 12) output can be exported to XML, PostScript®, CSV, or plain text - -Use the GNU net-dns/c-ares library to resolve DNS names -Install androiddump, an extcap interface to capture from Android devices -Install ciscodump, extcap interface to capture from a remote Cisco router -Use dev-libs/libgcrypt to decrypt traffic -Build documentation in pdf format (US and a4 paper sizes) -Use net-libs/libssh (for sshdump) -Use dev-libs/libnl -Use net-libs/libpcap for network packet capturing (build dumpcap, rawshark) -Build the wireshark executable with an experimental Qt UI instead of GTK+. -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) -Use media-libs/sbc for playing back SBC encoded packets -Use net-libs/libsmi to resolve numeric OIDs into human readable format -Install sshdump, an extcap interface to capture from a remote host through SSH -Install tfshark, a terminal-based version of the FileShark capability - + + Use the GNU net-dns/c-ares library to resolve DNS names + Install androiddump, an extcap interface to capture from Android devices + Install ciscodump, extcap interface to capture from a remote Cisco router + Use dev-libs/libgcrypt to decrypt traffic + Build documentation in pdf format (US and a4 paper sizes) + Use net-libs/libssh (for sshdump) + Use dev-libs/libnl + Use net-libs/libpcap for network packet capturing (build dumpcap, rawshark) + Build the wireshark executable with an experimental Qt UI instead of GTK+. + 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) + Use media-libs/sbc for playing back SBC encoded packets + Use net-libs/libsmi to resolve numeric OIDs into human readable format + Install sshdump, an extcap interface to capture from a remote host through SSH + Install tfshark, a terminal-based version of the FileShark capability + diff --git a/net-analyzer/wireshark/wireshark-2.2.3.ebuild b/net-analyzer/wireshark/wireshark-2.2.3.ebuild index 86dcffcd766a..e550ae2b51cf 100644 --- a/net-analyzer/wireshark/wireshark-2.2.3.ebuild +++ b/net-analyzer/wireshark/wireshark-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -55,6 +55,7 @@ CDEPEND=" dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 + media-libs/speex x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 87ee793f9b90..671d50cce76f 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -47,6 +47,7 @@ CDEPEND=" dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 + media-libs/speex x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) -- cgit v1.2.3-65-gdbad