Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-0.97-r12.ebuild ChangeLog
Date: Fri, 29 Jun 2012 16:21:32
Message-Id: 20120629162121.E8BFB2004B@flycatcher.gentoo.org
1 floppym 12/06/29 16:21:21
2
3 Modified: grub-0.97-r12.ebuild ChangeLog
4 Log:
5 grub-0.97 does not actually install files in /usr/lib, so don't copy that directory's content to /boot/grub.
6
7 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-boot/grub/grub-0.97-r12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild?r1=1.2&r2=1.3
15
16 Index: grub-0.97-r12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- grub-0.97-r12.ebuild 2 Jun 2012 06:37:34 -0000 1.2
23 +++ grub-0.97-r12.ebuild 29 Jun 2012 16:21:21 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild,v 1.2 2012/06/02 06:37:34 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild,v 1.3 2012/06/29 16:21:21 floppym Exp $
29
30 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
31 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
32 @@ -215,10 +215,9 @@
33 ebeep
34 fi
35
36 - einfo "Copying files from /lib/grub, /usr/lib/grub and /usr/share/grub to ${dir}"
37 + einfo "Copying files from /lib/grub and /usr/share/grub to ${dir}"
38 for x in \
39 "${ROOT}"/lib*/grub/*/* \
40 - "${ROOT}"/usr/lib*/grub/*/* \
41 "${ROOT}"/usr/share/grub/* ; do
42 [[ -f ${x} ]] && cp -p "${x}" "${dir}"/
43 done
44
45
46
47 1.222 sys-boot/grub/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.222&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.222&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.221&r2=1.222
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
56 retrieving revision 1.221
57 retrieving revision 1.222
58 diff -u -r1.221 -r1.222
59 --- ChangeLog 29 Jun 2012 15:34:20 -0000 1.221
60 +++ ChangeLog 29 Jun 2012 16:21:21 -0000 1.222
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sys-boot/grub
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.221 2012/06/29 15:34:20 floppym Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.222 2012/06/29 16:21:21 floppym Exp $
66 +
67 + 29 Jun 2012; Mike Gilbert <floppym@g.o> grub-0.97-r12.ebuild:
68 + grub-0.97 does not actually install files in /usr/lib, so don't copy that
69 + directory's content to /boot/grub.
70
71 29 Jun 2012; Mike Gilbert <floppym@g.o> grub-2.00.ebuild,
72 grub-9999.ebuild: