Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub-static: grub-static-0.97-r6.ebuild ChangeLog
Date: Tue, 28 Oct 2008 10:13:10
Message-Id: E1KulZU-00082r-19@stork.gentoo.org
1 angelos 08/10/28 10:13:08
2
3 Modified: grub-static-0.97-r6.ebuild ChangeLog
4 Log:
5 Added missing inherit eutils, bug 244706
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.3 sys-boot/grub-static/grub-static-0.97-r6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild?r1=1.2&r2=1.3
14
15 Index: grub-static-0.97-r6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- grub-static-0.97-r6.ebuild 28 Oct 2008 02:12:37 -0000 1.2
22 +++ grub-static-0.97-r6.ebuild 28 Oct 2008 10:13:07 -0000 1.3
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild,v 1.2 2008/10/28 02:12:37 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild,v 1.3 2008/10/28 10:13:07 angelos Exp $
28
29 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
30 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
31 # we never updated any of the source code (it still all wants menu.lst),
32 # and there is no indication that upstream is making the transition.
33
34 -inherit mount-boot
35 +inherit eutils mount-boot
36
37 PATCHVER="1.7" # Not used, just for tracking with main grub
38
39
40
41
42 1.16 sys-boot/grub-static/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub-static/ChangeLog?rev=1.16&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub-static/ChangeLog?rev=1.16&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub-static/ChangeLog?r1=1.15&r2=1.16
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v
51 retrieving revision 1.15
52 retrieving revision 1.16
53 diff -u -r1.15 -r1.16
54 --- ChangeLog 27 Oct 2008 10:50:08 -0000 1.15
55 +++ ChangeLog 28 Oct 2008 10:13:07 -0000 1.16
56 @@ -1,6 +1,10 @@
57 # ChangeLog for sys-boot/grub-static
58 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.15 2008/10/27 10:50:08 robbat2 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.16 2008/10/28 10:13:07 angelos Exp $
61 +
62 + 28 Oct 2008; Christoph Mende <angelos@g.o>
63 + grub-static-0.97-r6.ebuild:
64 + Added missing inherit eutils, bug 244706
65
66 *grub-static-0.97-r6 (27 Oct 2008)