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-2.02_beta2.ebuild grub-9999-r1.ebuild ChangeLog
Date: Mon, 27 Jan 2014 02:50:48
Message-Id: 20140127025044.02D922004E@flycatcher.gentoo.org
1 floppym 14/01/27 02:50:43
2
3 Modified: grub-2.02_beta2.ebuild grub-9999-r1.ebuild
4 ChangeLog
5 Log:
6 Add support for the xen platform.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.2 sys-boot/grub/grub-2.02_beta2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?r1=1.1&r2=1.2
16
17 Index: grub-2.02_beta2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- grub-2.02_beta2.ebuild 24 Dec 2013 22:42:11 -0000 1.1
24 +++ grub-2.02_beta2.ebuild 27 Jan 2014 02:50:43 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.1 2013/12/24 22:42:11 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.2 2014/01/27 02:50:43 floppym Exp $
31
32 EAPI=5
33
34 @@ -58,7 +58,7 @@
35 # amd64, x86, ppc, ppc64:
36 ieee1275
37 # amd64, x86:
38 - coreboot multiboot efi-32 pc qemu
39 + coreboot multiboot efi-32 pc qemu xen
40 # amd64, ia64:
41 efi-64
42 )
43 @@ -89,6 +89,7 @@
44 sys-devel/bison
45 sys-apps/help2man
46 sys-apps/texinfo
47 + grub_platforms_xen? ( app-emulation/xen-tools )
48 static? (
49 app-arch/xz-utils[static-libs(+)]
50 truetype? (
51
52
53
54 1.11 sys-boot/grub/grub-9999-r1.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.11&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.11&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.10&r2=1.11
59
60 Index: grub-9999-r1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
63 retrieving revision 1.10
64 retrieving revision 1.11
65 diff -u -r1.10 -r1.11
66 --- grub-9999-r1.ebuild 24 Dec 2013 22:42:11 -0000 1.10
67 +++ grub-9999-r1.ebuild 27 Jan 2014 02:50:43 -0000 1.11
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2013 Gentoo Foundation
70 +# Copyright 1999-2014 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.10 2013/12/24 22:42:11 floppym Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.11 2014/01/27 02:50:43 floppym Exp $
74
75 EAPI=5
76
77 @@ -58,7 +58,7 @@
78 # amd64, x86, ppc, ppc64:
79 ieee1275
80 # amd64, x86:
81 - coreboot multiboot efi-32 pc qemu
82 + coreboot multiboot efi-32 pc qemu xen
83 # amd64, ia64:
84 efi-64
85 )
86 @@ -89,6 +89,7 @@
87 sys-devel/bison
88 sys-apps/help2man
89 sys-apps/texinfo
90 + grub_platforms_xen? ( app-emulation/xen-tools )
91 static? (
92 app-arch/xz-utils[static-libs(+)]
93 truetype? (
94
95
96
97 1.303 sys-boot/grub/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.303&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.303&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.302&r2=1.303
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
106 retrieving revision 1.302
107 retrieving revision 1.303
108 diff -u -r1.302 -r1.303
109 --- ChangeLog 7 Jan 2014 09:23:37 -0000 1.302
110 +++ ChangeLog 27 Jan 2014 02:50:43 -0000 1.303
111 @@ -1,6 +1,10 @@
112 # ChangeLog for sys-boot/grub
113 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.302 2014/01/07 09:23:37 polynomial-c Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.303 2014/01/27 02:50:43 floppym Exp $
116 +
117 + 27 Jan 2014; Mike Gilbert <floppym@g.o> grub-2.02_beta2.ebuild,
118 + grub-9999-r1.ebuild:
119 + Add support for the xen platform.
120
121 07 Jan 2014; Lars Wendler <polynomial-c@g.o> -grub-0.92-r1.ebuild,
122 -grub-0.94-r1.ebuild, -grub-0.96-r1.ebuild, -grub-0.96-r2.ebuild,