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 6057F139082 for ; Fri, 23 Dec 2016 20:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D6D4E0BC2; Fri, 23 Dec 2016 20:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08BABE0BC2 for ; Fri, 23 Dec 2016 20:59:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83FB8340806 for ; Fri, 23 Dec 2016 20:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F021E300 for ; Fri, 23 Dec 2016 20:59:34 +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: <1482526773.57fd3e443c10d76d00a060e627c38bc6be93b2c8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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: 57fd3e443c10d76d00a060e627c38bc6be93b2c8 X-VCS-Branch: master Date: Fri, 23 Dec 2016 20:59:34 +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-Archives-Salt: d93e95c6-9149-4d69-9ed4-c7deea98ff8c X-Archives-Hash: 5a6b7e3ccc88676b7df9b2cc1198b2e0 commit: 57fd3e443c10d76d00a060e627c38bc6be93b2c8 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Dec 23 20:58:52 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Dec 23 20:59:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fd3e44 net-analyzer/wireshark: Drop Qt4. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/wireshark/wireshark-99999999.ebuild | 26 +++++------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index e62bacc..87ee793 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit autotools eutils fcaps flag-o-matic git-r3 multilib qmake-utils qt4-r2 user +inherit autotools eutils fcaps flag-o-matic git-r3 multilib qmake-utils user DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="http://www.wireshark.org/" @@ -14,11 +14,10 @@ SLOT="0/${PV}" KEYWORDS="" IUSE=" adns androiddump +caps ciscodump cpu_flags_x86_sse4_2 crypt doc doc-pdf - geoip +gtk kerberos lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi + geoip +gtk kerberos lua +netlink +pcap portaudio +qt5 sbc selinux smi libssh randpkt randpktdump sshdump ssl tfshark zlib " REQUIRED_USE=" - ?? ( qt4 qt5 ) ciscodump? ( libssh ) sshdump? ( libssh ) ssl? ( crypt ) @@ -42,11 +41,6 @@ CDEPEND=" lua? ( >=dev-lang/lua-5.1:* ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4[accessibility] - x11-misc/xdg-utils - ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -85,7 +79,6 @@ DEPEND=" RDEPEND=" ${CDEPEND} gtk? ( virtual/freedesktop-icon-theme ) - qt4? ( virtual/freedesktop-icon-theme ) qt5? ( virtual/freedesktop-icon-theme ) selinux? ( sec-policy/selinux-wireshark ) " @@ -126,20 +119,16 @@ src_configure() { fi # Enable wireshark binary with any supported GUI toolkit (bug #473188) - if use gtk || use qt4 || use qt5; then + if use gtk || use qt5; then myconf+=( "--enable-wireshark" ) else myconf+=( "--disable-wireshark" ) fi - if ! use qt4 && ! use qt5; then + if ! use qt5; then myconf+=( "--with-qt=no" ) fi - if use qt4; then - export QT_MIN_VERSION=4.6.0 - fi - if use qt5; then export QT_MIN_VERSION=5.3.0 append-cxxflags -fPIC -DPIC @@ -176,11 +165,6 @@ src_configure() { $(use_with zlib) \ $(usex cpu_flags_x86_sse4_2 --enable-sse4_2 '') \ $(usex netlink --with-libnl=3 --without-libnl) \ - $(usex qt4 --with-qt=4 '') \ - $(usex qt4 LRELEASE=$(qt4_get_bindir)/lrelease '') \ - $(usex qt4 MOC=$(qt4_get_bindir)/moc '') \ - $(usex qt4 RCC=$(qt4_get_bindir)/rcc '') \ - $(usex qt4 UIC=$(qt4_get_bindir)/uic '') \ $(usex qt5 --with-qt=5 '') \ $(usex qt5 LRELEASE=$(qt5_get_bindir)/lrelease '') \ $(usex qt5 MOC=$(qt5_get_bindir)/moc '') \ @@ -243,7 +227,7 @@ src_install() { insinto /usr/include/wiretap doins wiretap/wtap.h - if use gtk || use qt4 || use qt5; then + if use gtk || use qt5; then local c d for c in hi lo; do for d in 16 32 48; do