jer 14/06/19 19:24:06 Modified: wireshark-1.12.0_rc2.ebuild ChangeLog Log: Add va_list patch by Steev Klimaszewski (bug #513860). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild?r1=1.1&r2=1.2 Index: wireshark-1.12.0_rc2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wireshark-1.12.0_rc2.ebuild 14 Jun 2014 00:43:19 -0000 1.1 +++ wireshark-1.12.0_rc2.ebuild 19 Jun 2014 19:24:06 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild,v 1.1 2014/06/14 00:43:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild,v 1.2 2014/06/19 19:24:06 jer Exp $ EAPI=5 inherit autotools eutils fcaps qt4-r2 user @@ -80,7 +80,8 @@ epatch \ "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \ "${FILESDIR}"/${PN}-1.11.0-oldlibs.patch \ - "${FILESDIR}"/${PN}-1.11.3-gtk-deprecated-warnings.patch + "${FILESDIR}"/${PN}-1.11.3-gtk-deprecated-warnings.patch \ + "${FILESDIR}"/${PN}-1.12.0_rc2-va_list.patch # Qt5 support is broken since the build system does not determine # properly which `moc' it ought to use 1.626 net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.626&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.626&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.625&r2=1.626 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.625 retrieving revision 1.626 diff -u -r1.625 -r1.626 --- ChangeLog 17 Jun 2014 14:14:48 -0000 1.625 +++ ChangeLog 19 Jun 2014 19:24:06 -0000 1.626 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.625 2014/06/17 14:14:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.626 2014/06/19 19:24:06 jer Exp $ + + 19 Jun 2014; Jeroen Roovers <[email protected]> wireshark-1.12.0_rc2.ebuild, + +files/wireshark-1.12.0_rc2-va_list.patch: + Add va_list patch by Steev Klimaszewski (bug #513860). 17 Jun 2014; Tobias Klausmann <[email protected]> wireshark-1.8.15.ebuild: Stable on alpha, bug #513094
