voyageur 15/01/22 09:24:32 Modified: ChangeLog windowmaker-0.95.6.ebuild Log: Backport webp detection patch from upstream, thanks Charlie Gehlin <[email protected]> in bug #537240 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.151 x11-wm/windowmaker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.151&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?rev=1.151&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/ChangeLog?r1=1.150&r2=1.151 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- ChangeLog 21 Jan 2015 09:59:33 -0000 1.150 +++ ChangeLog 22 Jan 2015 09:24:32 -0000 1.151 @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/windowmaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.150 2015/01/21 09:59:33 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.151 2015/01/22 09:24:32 voyageur Exp $ + + 22 Jan 2015; Bernard Cafarelli <[email protected]> + windowmaker-0.95.6.ebuild, +files/windowmaker-0.95.6-webp_detection.patch: + Backport webp detection patch from upstream, thanks Charlie Gehlin + <[email protected]> in bug #537240 21 Jan 2015; Bernard Cafarelli <[email protected]> windowmaker-0.92.0-r11.ebuild, -windowmaker-0.95.3-r1.ebuild, 1.4 x11-wm/windowmaker/windowmaker-0.95.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild?r1=1.3&r2=1.4 Index: windowmaker-0.95.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- windowmaker-0.95.6.ebuild 21 Jan 2015 09:59:33 -0000 1.3 +++ windowmaker-0.95.6.ebuild 22 Jan 2015 09:24:32 -0000 1.4 @@ -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/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.3 2015/01/21 09:59:33 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.95.6.ebuild,v 1.4 2015/01/22 09:24:32 voyageur Exp $ EAPI=5 inherit autotools eutils @@ -45,6 +45,8 @@ done; epatch "${FILESDIR}"/${PN}-0.95.3-fix_underlinking.patch + epatch "${FILESDIR}"/${P}-webp_detection.patch + eautoreconf }
