From: Jeroen Roovers Date: Sun, 22 Jan 2017 12:13:52 +0000 (+0100) Subject: net-analyzer/wireshark: EAPI=6, Drop IUSE=qt4. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1bd5bcd19f91a6268d4dbbb3d6c3c0c2d3421ff0;p=gentoo.git net-analyzer/wireshark: EAPI=6, Drop IUSE=qt4. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/net-analyzer/wireshark/wireshark-2.2.3-r1.ebuild b/net-analyzer/wireshark/wireshark-2.2.3-r1.ebuild new file mode 100644 index 000000000000..05996ad82fee --- /dev/null +++ b/net-analyzer/wireshark/wireshark-2.2.3-r1.ebuild @@ -0,0 +1,259 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools eutils fcaps flag-o-matic multilib qmake-utils user + +DESCRIPTION="A network protocol analyzer formerly known as ethereal" +HOMEPAGE="http://www.wireshark.org/" +SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE=" + adns androiddump +caps ciscodump cpu_flags_x86_sse4_2 crypt doc doc-pdf + geoip +gtk kerberos lua +netlink +pcap portaudio +qt5 sbc selinux smi + libssh randpkt randpktdump sshdump ssl tfshark zlib +" +REQUIRED_USE=" + ciscodump? ( libssh ) + sshdump? ( libssh ) + ssl? ( crypt ) +" + +S=${WORKDIR}/${P/_/} + +CDEPEND=" + >=dev-libs/glib-2.14:2 + netlink? ( dev-libs/libnl:3 ) + adns? ( >=net-dns/c-ares-1.5 ) + crypt? ( dev-libs/libgcrypt:0 ) + caps? ( sys-libs/libcap ) + geoip? ( dev-libs/geoip ) + gtk? ( + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/pango + x11-misc/xdg-utils + ) + kerberos? ( virtual/krb5 ) + libssh? ( >=net-libs/libssh-0.6 ) + lua? ( >=dev-lang/lua-5.1:* ) + pcap? ( net-libs/libpcap ) + portaudio? ( media-libs/portaudio ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + media-libs/speex + x11-misc/xdg-utils + ) + sbc? ( media-libs/sbc ) + smi? ( net-libs/libsmi ) + ssl? ( net-libs/gnutls:= ) + zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) +" +# We need perl for `pod2html`. The rest of the perl stuff is to block older +# and broken installs. #455122 +DEPEND=" + ${CDEPEND} + dev-lang/perl + !