Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-1.98.ebuild ChangeLog grub-9999.ebuild
Date: Tue, 06 Jul 2010 00:41:26
Message-Id: 20100706004118.6A1452CE14@corvid.gentoo.org
1 vapier 10/07/06 00:41:18
2
3 Modified: grub-1.98.ebuild ChangeLog grub-9999.ebuild
4 Log:
5 Rename grub-install manpage and grub2-set-default script for USE=multislot #288877 by pyon.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sys-boot/grub/grub-1.98.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.98.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.98.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.98.ebuild?r1=1.3&r2=1.4
14
15 Index: grub-1.98.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- grub-1.98.ebuild 6 Jul 2010 00:33:33 -0000 1.3
22 +++ grub-1.98.ebuild 6 Jul 2010 00:41:18 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v 1.3 2010/07/06 00:33:33 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.98.ebuild,v 1.4 2010/07/06 00:41:18 vapier Exp $
28
29 # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch
30
31 @@ -80,6 +80,8 @@
32 if use multislot ; then
33 sed -i "s:grub-install:grub2-install:" "${D}"/sbin/grub-install || die
34 mv "${D}"/sbin/grub{,2}-install || die
35 + mv "${D}"/sbin/grub{,2}-set-default || die
36 + mv "${D}"/usr/share/man/man8/grub{,2}-install.8 || die
37 mv "${D}"/usr/share/info/grub{,2}.info || die
38 fi
39 }
40
41
42
43 1.137 sys-boot/grub/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.137&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.137&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.136&r2=1.137
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
52 retrieving revision 1.136
53 retrieving revision 1.137
54 diff -u -r1.136 -r1.137
55 --- ChangeLog 6 Jul 2010 00:33:33 -0000 1.136
56 +++ ChangeLog 6 Jul 2010 00:41:18 -0000 1.137
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-boot/grub
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.136 2010/07/06 00:33:33 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.137 2010/07/06 00:41:18 vapier Exp $
62 +
63 + 06 Jul 2010; Mike Frysinger <vapier@g.o> grub-1.98.ebuild,
64 + grub-9999.ebuild:
65 + Rename grub-install manpage and grub2-set-default script for USE=multislot
66 + #288877 by pyon.
67
68 06 Jul 2010; Mike Frysinger <vapier@g.o> grub-1.98.ebuild,
69 +files/grub-1.99-genkernel.patch, grub-9999.ebuild:
70
71
72
73 1.22 sys-boot/grub/grub-9999.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.22&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.22&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.21&r2=1.22
78
79 Index: grub-9999.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
82 retrieving revision 1.21
83 retrieving revision 1.22
84 diff -u -r1.21 -r1.22
85 --- grub-9999.ebuild 6 Jul 2010 00:33:33 -0000 1.21
86 +++ grub-9999.ebuild 6 Jul 2010 00:41:18 -0000 1.22
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.21 2010/07/06 00:33:33 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.22 2010/07/06 00:41:18 vapier Exp $
92
93 # XXX: need to implement a grub.conf migration in pkg_postinst before we ~arch
94
95 @@ -81,6 +81,8 @@
96 if use multislot ; then
97 sed -i "s:grub-install:grub2-install:" "${D}"/sbin/grub-install || die
98 mv "${D}"/sbin/grub{,2}-install || die
99 + mv "${D}"/sbin/grub{,2}-set-default || die
100 + mv "${D}"/usr/share/man/man8/grub{,2}-install.8 || die
101 mv "${D}"/usr/share/info/grub{,2}.info || die
102 fi
103 }