jer 15/04/13 05:00:01 Modified: ChangeLog wireshark-99999999.ebuild Log: Fix variables in wireshark.pc (bug #546126). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.709 net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.709&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.709&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.708&r2=1.709 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.708 retrieving revision 1.709 diff -u -r1.708 -r1.709 --- ChangeLog 11 Apr 2015 00:46:45 -0000 1.708 +++ ChangeLog 13 Apr 2015 05:00:01 -0000 1.709 @@ -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.708 2015/04/11 00:46:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.709 2015/04/13 05:00:01 jer Exp $ + + 13 Apr 2015; Jeroen Roovers <[email protected]> wireshark-99999999.ebuild, + files/wireshark-99999999-pkgconfig.patch: + Fix variables in wireshark.pc (bug #546126). 11 Apr 2015; Jeroen Roovers <[email protected]> wireshark-1.12.4.ebuild, wireshark-1.99.5.ebuild, wireshark-99999999.ebuild, 1.11 net-analyzer/wireshark/wireshark-99999999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?r1=1.10&r2=1.11 Index: wireshark-99999999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- wireshark-99999999.ebuild 11 Apr 2015 00:46:45 -0000 1.10 +++ wireshark-99999999.ebuild 13 Apr 2015 05:00:01 -0000 1.11 @@ -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-99999999.ebuild,v 1.10 2015/04/11 00:46:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v 1.11 2015/04/13 05:00:01 jer Exp $ EAPI=5 inherit autotools eutils fcaps git-r3 multilib qmake-utils qt4-r2 user @@ -98,7 +98,6 @@ "${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.99.0.1975-gcc_option.patch \ "${FILESDIR}"/${PN}-1.99.0.1975-sse4_2.patch \ "${FILESDIR}"/${PN}-1.99.0-qt5.patch \ "${FILESDIR}"/${PN}-99999999-pkgconfig.patch
