jer 14/03/25 13:55:42 Modified: asapm-3.1-r1.ebuild ChangeLog Log: Fix some compiler warnings. (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 x11-plugins/asapm/asapm-3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild?r1=1.1&r2=1.2 Index: asapm-3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- asapm-3.1-r1.ebuild 23 Mar 2014 17:32:23 -0000 1.1 +++ asapm-3.1-r1.ebuild 25 Mar 2014 13:55:42 -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/x11-plugins/asapm/asapm-3.1-r1.ebuild,v 1.1 2014/03/23 17:32:23 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1-r1.ebuild,v 1.2 2014/03/25 13:55:42 jer Exp $ EAPI=5 @@ -26,7 +26,7 @@ } src_prepare() { - epatch "${FILESDIR}/${P}-ldflags.patch" + epatch "${FILESDIR}"/${P}-{ldflags,include}.patch } src_install() { 1.21 x11-plugins/asapm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 23 Mar 2014 17:32:23 -0000 1.20 +++ ChangeLog 25 Mar 2014 13:55:42 -0000 1.21 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/asapm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.20 2014/03/23 17:32:23 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.21 2014/03/25 13:55:42 jer Exp $ + + 25 Mar 2014; Jeroen Roovers <[email protected]> asapm-3.1-r1.ebuild, + +files/asapm-3.1-include.patch: + Fix some compiler warnings. *asapm-3.1-r1 (23 Mar 2014)
