Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub-static: ChangeLog grub-static-0.97-r10.ebuild
Date: Thu, 24 Feb 2011 09:22:28
Message-Id: 20110224092218.5E39A20054@flycatcher.gentoo.org
1 robbat2 11/02/24 09:22:18
2
3 Modified: ChangeLog grub-static-0.97-r10.ebuild
4 Log:
5 Provide advanced option for hanno to help with system rescues.
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 sys-boot/grub-static/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -p -w -b -B -u -u -r1.28 -r1.29
22 --- ChangeLog 21 Feb 2011 19:46:16 -0000 1.28
23 +++ ChangeLog 24 Feb 2011 09:22:18 -0000 1.29
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-boot/grub-static
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.28 2011/02/21 19:46:16 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.29 2011/02/24 09:22:18 robbat2 Exp $
29 +
30 + 24 Feb 2011; Robin H. Johnson <robbat2@g.o>
31 + grub-static-0.97-r10.ebuild:
32 + Provide advanced option for hanno to help with system rescues.
33
34 21 Feb 2011; Markos Chandras <hwoarang@g.o>
35 grub-static-0.97-r10.ebuild:
36
37
38
39 1.5 sys-boot/grub-static/grub-static-0.97-r10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild?r1=1.4&r2=1.5
44
45 Index: grub-static-0.97-r10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -p -w -b -B -u -u -r1.4 -r1.5
51 --- grub-static-0.97-r10.ebuild 21 Feb 2011 19:46:16 -0000 1.4
52 +++ grub-static-0.97-r10.ebuild 24 Feb 2011 09:22:18 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v 1.4 2011/02/21 19:46:16 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v 1.5 2011/02/24 09:22:18 robbat2 Exp $
58
59 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
60 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
61 @@ -39,7 +39,9 @@ pkg_setup() {
62
63 src_install() {
64 cp -a "${WORKDIR}"/* "${D}"/
65 + if [[ -z "${I_KNOW_WHAT_I_AM_DOING}" ]]; then
66 run_test_grub "${D}"/sbin/grub && einfo "New grub can run on your system, good!"
67 + fi
68 }
69
70 run_test_grub() {