bicatali 14/03/27 18:51:54 Modified: root-5.34.18-r1.ebuild ChangeLog Log: Uncomment inadvertently commented out user and group creation (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.3 sci-physics/root/root-5.34.18-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild?r1=1.2&r2=1.3 Index: root-5.34.18-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- root-5.34.18-r1.ebuild 27 Mar 2014 03:40:44 -0000 1.2 +++ root-5.34.18-r1.ebuild 27 Mar 2014 18:51:54 -0000 1.3 @@ -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/sci-physics/root/root-5.34.18-r1.ebuild,v 1.2 2014/03/27 03:40:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v 1.3 2014/03/27 18:51:54 bicatali Exp $ EAPI=5 @@ -128,8 +128,8 @@ elog "EXTRA_ECONF=\"--enable-srp --with-srp-libdir=${EROOT%/}/usr/$(get_libdir)\"" echo - #enewgroup rootd - #enewuser rootd -1 -1 /var/spool/rootd rootd + enewgroup rootd + enewuser rootd -1 -1 /var/spool/rootd rootd use minimal && return 1.131 sci-physics/root/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 27 Mar 2014 03:40:44 -0000 1.130 +++ ChangeLog 27 Mar 2014 18:51:54 -0000 1.131 @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.130 2014/03/27 03:40:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.131 2014/03/27 18:51:54 bicatali Exp $ + + 27 Mar 2014; Sébastien Fabbro <[email protected]> root-5.34.18-r1.ebuild: + Uncomment inadvertently commented out user and group creation 27 Mar 2014; Sébastien Fabbro <[email protected]> root-5.34.18-r1.ebuild: Finer sub-slotting necessary, bug #505358
