bircoph 15/03/25 21:32:36 Modified: ChangeLog root-5.34.26.ebuild Log: Declare loop iterator as local. Signed-off-by: Andrew Savchenko <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565953B95372756C)
Revision Changes Path 1.139 sci-physics/root/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.139&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.139&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.138&r2=1.139 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- ChangeLog 17 Mar 2015 22:07:42 -0000 1.138 +++ ChangeLog 25 Mar 2015 21:32:36 -0000 1.139 @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.138 2015/03/17 22:07:42 bircoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.139 2015/03/25 21:32:36 bircoph Exp $ + + 25 Mar 2015; Andrew Savchenko <[email protected]> root-5.34.26.ebuild: + Declare loop iterator as local. 17 Mar 2015; Andrew Savchenko <[email protected]> root-5.34.26.ebuild, +files/root-5.34.26-ldflags.patch: 1.3 sci-physics/root/root-5.34.26.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.26.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.26.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.26.ebuild?r1=1.2&r2=1.3 Index: root-5.34.26.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- root-5.34.26.ebuild 17 Mar 2015 22:07:42 -0000 1.2 +++ root-5.34.26.ebuild 25 Mar 2015 21:32:36 -0000 1.3 @@ -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/sci-physics/root/root-5.34.26.ebuild,v 1.2 2015/03/17 22:07:42 bircoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.26.ebuild,v 1.3 2015/03/25 21:32:36 bircoph Exp $ EAPI=5 @@ -361,6 +361,7 @@ dodir /var/spool/rootd/{pub,tmp} fperms 1777 /var/spool/rootd/{pub,tmp} + local i for i in ${daemons}; do newinitd "${FILESDIR}"/${i}.initd ${i} newconfd "${FILESDIR}"/${i}.confd ${i}
