From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 598BA139359 for ; Fri, 24 Jul 2015 05:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54400E0879; Fri, 24 Jul 2015 05:44:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C831DE0879 for ; Fri, 24 Jul 2015 05:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFC743408DD for ; Fri, 24 Jul 2015 05:44:37 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id 6B87BBF; Fri, 24 Jul 2015 05:44:36 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.12.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wireshark-1.12.6.ebuild ChangeLog X-VCS-Directories: net-analyzer/wireshark X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150724054436.6B87BBF@oystercatcher.gentoo.org> Date: Fri, 24 Jul 2015 05:44:36 +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: d4a71ddd-fc59-4ec3-817d-c4f4dcd36beb X-Archives-Hash: 3abf0d471fc9409ba40cffc77d2dd4ef jer 15/07/24 05:44:36 Modified: wireshark-1.12.6.ebuild ChangeLog Log: With USE=qt5, make sure we discover the correct RCC (bug #555638). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.13 net-analyzer/wireshark/wireshark-1.12.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.6.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.6.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.6.ebuild?r1=1.12&r2=1.13 Index: wireshark-1.12.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.6.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- wireshark-1.12.6.ebuild 22 Jul 2015 15:32:49 -0000 1.12 +++ wireshark-1.12.6.ebuild 24 Jul 2015 05:44:36 -0000 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.6.ebuild,v 1.12 2015/07/22 15:32:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.6.ebuild,v 1.13 2015/07/24 05:44:36 jer Exp $ EAPI=5 inherit autotools eutils fcaps flag-o-matic multilib qmake-utils qt4-r2 user @@ -97,7 +97,8 @@ "${FILESDIR}"/${PN}-1.99.0-qt5.patch \ "${FILESDIR}"/${PN}-1.99.1-sbc.patch \ "${FILESDIR}"/${PN}-1.12.5-cross-compile.patch \ - "${FILESDIR}"/${PN}-1.99.7-qt-pie.patch + "${FILESDIR}"/${PN}-1.99.7-qt-pie.patch \ + "${FILESDIR}"/${PN}-1.12.6-rcc.patch epatch_user 1.740 net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.740&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.740&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.739&r2=1.740 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.739 retrieving revision 1.740 diff -u -r1.739 -r1.740 --- ChangeLog 22 Jul 2015 17:34:09 -0000 1.739 +++ ChangeLog 24 Jul 2015 05:44:36 -0000 1.740 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.739 2015/07/22 17:34:09 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.740 2015/07/24 05:44:36 jer Exp $ + + 24 Jul 2015; Jeroen Roovers wireshark-1.12.6.ebuild, + +files/wireshark-1.12.6-rcc.patch: + With USE=qt5, make sure we discover the correct RCC (bug #555638). 22 Jul 2015; Mikle Kolyada -wireshark-1.12.4.ebuild: Drop old insecure version