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-9999.ebuild grub-2.00.ebuild ChangeLog
Date: Fri, 29 Jun 2012 22:44:04
Message-Id: 20120629220615.C98632004B@flycatcher.gentoo.org
1 floppym 12/06/29 22:06:15
2
3 Modified: grub-9999.ebuild grub-2.00.ebuild ChangeLog
4 Log:
5 Extend workaround for sandbox bug 404013.
6
7 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.74 sys-boot/grub/grub-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.73&r2=1.74
15
16 Index: grub-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- grub-9999.ebuild 29 Jun 2012 15:34:20 -0000 1.73
23 +++ grub-9999.ebuild 29 Jun 2012 22:06:15 -0000 1.74
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-9999.ebuild,v 1.73 2012/06/29 15:34:20 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.74 2012/06/29 22:06:15 floppym Exp $
29
30 EAPI=4
31
32 @@ -242,9 +242,11 @@
33 local i
34
35 use custom-cflags || unset CFLAGS CPPFLAGS LDFLAGS
36 - use libzfs && addpredict /etc/dfs
37 use static && append-ldflags -static
38
39 + # Sandbox bug 404013.
40 + use libzfs && addpredict /etc/dfs:/dev/zfs
41 +
42 for i in ${GRUB_ENABLED_PLATFORMS}; do
43 grub_run_phase ${FUNCNAME} ${i}
44 done
45
46
47
48 1.8 sys-boot/grub/grub-2.00.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00.ebuild?rev=1.8&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00.ebuild?rev=1.8&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00.ebuild?r1=1.7&r2=1.8
53
54 Index: grub-2.00.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00.ebuild,v
57 retrieving revision 1.7
58 retrieving revision 1.8
59 diff -u -r1.7 -r1.8
60 --- grub-2.00.ebuild 29 Jun 2012 15:34:20 -0000 1.7
61 +++ grub-2.00.ebuild 29 Jun 2012 22:06:15 -0000 1.8
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00.ebuild,v 1.7 2012/06/29 15:34:20 floppym Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00.ebuild,v 1.8 2012/06/29 22:06:15 floppym Exp $
67
68 EAPI=4
69
70 @@ -242,9 +242,11 @@
71 local i
72
73 use custom-cflags || unset CFLAGS CPPFLAGS LDFLAGS
74 - use libzfs && addpredict /etc/dfs
75 use static && append-ldflags -static
76
77 + # Sandbox bug 404013.
78 + use libzfs && addpredict /etc/dfs:/dev/zfs
79 +
80 for i in ${GRUB_ENABLED_PLATFORMS}; do
81 grub_run_phase ${FUNCNAME} ${i}
82 done
83
84
85
86 1.223 sys-boot/grub/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.223&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.223&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.222&r2=1.223
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
95 retrieving revision 1.222
96 retrieving revision 1.223
97 diff -u -r1.222 -r1.223
98 --- ChangeLog 29 Jun 2012 16:21:21 -0000 1.222
99 +++ ChangeLog 29 Jun 2012 22:06:15 -0000 1.223
100 @@ -1,6 +1,10 @@
101 # ChangeLog for sys-boot/grub
102 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.222 2012/06/29 16:21:21 floppym Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.223 2012/06/29 22:06:15 floppym Exp $
105 +
106 + 29 Jun 2012; Mike Gilbert <floppym@g.o> grub-2.00.ebuild,
107 + grub-9999.ebuild:
108 + Extend workaround for sandbox bug 404013.
109
110 29 Jun 2012; Mike Gilbert <floppym@g.o> grub-0.97-r12.ebuild:
111 grub-0.97 does not actually install files in /usr/lib, so don't copy that