jer 15/04/13 17:29:19 Modified: wireshark-1.12.4.ebuild ChangeLog Log: Drop pkgconfig patch for stable. Add indirection to PLUGIN_INSTALL_DIR. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.12 net-analyzer/wireshark/wireshark-1.12.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild?r1=1.11&r2=1.12 Index: wireshark-1.12.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- wireshark-1.12.4.ebuild 11 Apr 2015 00:46:45 -0000 1.11 +++ wireshark-1.12.4.ebuild 13 Apr 2015 17:29:19 -0000 1.12 @@ -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.4.ebuild,v 1.11 2015/04/11 00:46:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.4.ebuild,v 1.12 2015/04/13 17:29:19 jer Exp $ EAPI=5 inherit autotools eutils fcaps multilib qmake-utils qt4-r2 user @@ -95,8 +95,7 @@ "${FILESDIR}"/${PN}-1.11.0-oldlibs.patch \ "${FILESDIR}"/${PN}-1.11.3-gtk-deprecated-warnings.patch \ "${FILESDIR}"/${PN}-1.99.0-qt5.patch \ - "${FILESDIR}"/${PN}-1.99.1-sbc.patch \ - "${FILESDIR}"/${PN}-1.12.4-pkgconfig.patch + "${FILESDIR}"/${PN}-1.99.1-sbc.patch epatch_user 1.710 net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.710&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.710&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.709&r2=1.710 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.709 retrieving revision 1.710 diff -u -r1.709 -r1.710 --- ChangeLog 13 Apr 2015 05:00:01 -0000 1.709 +++ ChangeLog 13 Apr 2015 17:29:19 -0000 1.710 @@ -1,6 +1,11 @@ # 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.709 2015/04/13 05:00:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.710 2015/04/13 17:29:19 jer Exp $ + + 13 Apr 2015; Jeroen Roovers <[email protected]> wireshark-1.12.4.ebuild, + -files/wireshark-1.12.4-pkgconfig.patch, + files/wireshark-99999999-pkgconfig.patch: + Drop pkgconfig patch for stable. Add indirection to PLUGIN_INSTALL_DIR. 13 Apr 2015; Jeroen Roovers <[email protected]> wireshark-99999999.ebuild, files/wireshark-99999999-pkgconfig.patch:
