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-9999.ebuild ChangeLog grub-1.96.ebuild
Date: Wed, 31 Dec 2008 09:09:08
Message-Id: E1LHx4c-0000jF-IR@stork.gentoo.org
1 vapier 08/12/31 09:09:06
2
3 Modified: grub-9999.ebuild ChangeLog grub-1.96.ebuild
4 Log:
5 Drop multilib stuff as the binaries that run on the host system.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.4 sys-boot/grub/grub-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.3&r2=1.4
14
15 Index: grub-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- grub-9999.ebuild 30 Dec 2008 11:35:54 -0000 1.3
22 +++ grub-9999.ebuild 31 Dec 2008 09:09:06 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.3 2008/12/30 11:35:54 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.4 2008/12/31 09:09:06 vapier Exp $
28
29 inherit mount-boot eutils flag-o-matic toolchain-funcs
30
31 @@ -16,7 +16,7 @@
32 DESCRIPTION="GNU GRUB 2 boot loader"
33 HOMEPAGE="http://www.gnu.org/software/grub/"
34
35 -LICENSE="GPL-2"
36 +LICENSE="GPL-3"
37 use multislot && SLOT="2" || SLOT="0"
38 KEYWORDS=""
39 IUSE="custom-cflags multislot static"
40 @@ -29,7 +29,6 @@
41 QA_EXECSTACK="sbin/grub-probe sbin/grub-setup"
42
43 src_compile() {
44 - use amd64 && multilib_toolchain_setup x86
45 use custom-cflags || unset CFLAGS CPPFLAGS LDFLAGS
46 use static && append-ldflags -static
47
48
49
50
51 1.109 sys-boot/grub/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.109&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.109&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.108&r2=1.109
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
60 retrieving revision 1.108
61 retrieving revision 1.109
62 diff -u -r1.108 -r1.109
63 --- ChangeLog 30 Dec 2008 11:35:54 -0000 1.108
64 +++ ChangeLog 31 Dec 2008 09:09:06 -0000 1.109
65 @@ -1,6 +1,10 @@
66 # ChangeLog for sys-boot/grub
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.108 2008/12/30 11:35:54 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.109 2008/12/31 09:09:06 vapier Exp $
70 +
71 + 31 Dec 2008; Mike Frysinger <vapier@g.o> grub-1.96.ebuild,
72 + grub-9999.ebuild:
73 + Drop multilib stuff as the binaries that run on the host system.
74
75 30 Dec 2008; Mike Frysinger <vapier@g.o> metadata.xml,
76 grub-1.96.ebuild, grub-9999.ebuild:
77
78
79
80 1.9 sys-boot/grub/grub-1.96.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-1.96.ebuild?rev=1.9&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-1.96.ebuild?rev=1.9&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-1.96.ebuild?r1=1.8&r2=1.9
85
86 Index: grub-1.96.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.96.ebuild,v
89 retrieving revision 1.8
90 retrieving revision 1.9
91 diff -u -r1.8 -r1.9
92 --- grub-1.96.ebuild 30 Dec 2008 11:35:54 -0000 1.8
93 +++ grub-1.96.ebuild 31 Dec 2008 09:09:06 -0000 1.9
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.96.ebuild,v 1.8 2008/12/30 11:35:54 vapier Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.96.ebuild,v 1.9 2008/12/31 09:09:06 vapier Exp $
99
100 inherit mount-boot eutils flag-o-matic toolchain-funcs
101
102 @@ -16,7 +16,7 @@
103 DESCRIPTION="GNU GRUB 2 boot loader"
104 HOMEPAGE="http://www.gnu.org/software/grub/"
105
106 -LICENSE="GPL-2"
107 +LICENSE="GPL-3"
108 use multislot && SLOT="2" || SLOT="0"
109 KEYWORDS=""
110 IUSE="custom-cflags multislot static"
111 @@ -29,7 +29,6 @@
112 QA_EXECSTACK="sbin/grub-probe sbin/grub-setup"
113
114 src_compile() {
115 - use amd64 && multilib_toolchain_setup x86
116 use custom-cflags || unset CFLAGS CPPFLAGS LDFLAGS
117 use static && append-ldflags -static