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 <[email protected]> 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 <[email protected]> -wireshark-1.12.4.ebuild: Drop old insecure version
