Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-1.99-r2.ebuild ChangeLog grub-9999.ebuild
Date: Tue, 06 Sep 2011 15:32:19
Message-Id: 20110906153200.1027B2004C@flycatcher.gentoo.org
1 scarabeus 11/09/06 15:32:00
2
3 Modified: grub-1.99-r2.ebuild ChangeLog grub-9999.ebuild
4 Log:
5 Do not show qa warnings about exec. Fixes bug #381041.
6
7 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-boot/grub/grub-1.99-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: grub-1.99-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- grub-1.99-r2.ebuild 4 Sep 2011 09:17:44 -0000 1.1
23 +++ grub-1.99-r2.ebuild 6 Sep 2011 15:31:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.1 2011/09/04 09:17:44 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.2 2011/09/06 15:31:59 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -83,6 +83,11 @@
33 bin/grub2-mkimage
34 "
35
36 +QA_WX_LOAD="
37 + lib*/grub2/*/kernel.img
38 + lib*/grub2/*/setjmp.mod
39 +"
40 +
41 grub_run_phase() {
42 local phase=$1
43 local platform=$2
44
45
46
47 1.165 sys-boot/grub/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.165&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.165&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.164&r2=1.165
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
56 retrieving revision 1.164
57 retrieving revision 1.165
58 diff -u -r1.164 -r1.165
59 --- ChangeLog 4 Sep 2011 09:17:44 -0000 1.164
60 +++ ChangeLog 6 Sep 2011 15:31:59 -0000 1.165
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sys-boot/grub
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.164 2011/09/04 09:17:44 scarabeus Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.165 2011/09/06 15:31:59 scarabeus Exp $
66 +
67 + 06 Sep 2011; Tomáš Chvátal <scarabeus@g.o> grub-1.99-r2.ebuild,
68 + grub-9999.ebuild:
69 + Do not show qa warnings about exec. Fixes bug #381041.
70
71 *grub-1.99-r2 (04 Sep 2011)
72
73
74
75
76 1.41 sys-boot/grub/grub-9999.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.41&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.41&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.40&r2=1.41
81
82 Index: grub-9999.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
85 retrieving revision 1.40
86 retrieving revision 1.41
87 diff -u -r1.40 -r1.41
88 --- grub-9999.ebuild 31 Aug 2011 11:27:51 -0000 1.40
89 +++ grub-9999.ebuild 6 Sep 2011 15:31:59 -0000 1.41
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.40 2011/08/31 11:27:51 alexxy Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.41 2011/09/06 15:31:59 scarabeus Exp $
95
96 EAPI=4
97
98 @@ -83,6 +83,11 @@
99 bin/grub2-mkimage
100 "
101
102 +QA_WX_LOAD="
103 + lib*/grub2/*/kernel.img
104 + lib*/grub2/*/setjmp.mod
105 +"
106 +
107 grub_run_phase() {
108 local phase=$1
109 local platform=$2