Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: ChangeLog grub-0.97-r10.ebuild
Date: Thu, 02 Sep 2010 21:18:14
Message-Id: 20100902211809.C99D020051@flycatcher.gentoo.org
1 robbat2 10/09/02 21:18:09
2
3 Modified: ChangeLog grub-0.97-r10.ebuild
4 Log:
5 Bug #330745: Grub needs executable stack. No version bump yet, new revbump with patchset coming in a few days.
6
7 (Portage version: 2.2_rc71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.144 sys-boot/grub/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.144&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.144&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.143&r2=1.144
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
19 retrieving revision 1.143
20 retrieving revision 1.144
21 diff -p -w -b -B -u -u -r1.143 -r1.144
22 --- ChangeLog 24 Aug 2010 22:52:09 -0000 1.143
23 +++ ChangeLog 2 Sep 2010 21:18:09 -0000 1.144
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-boot/grub
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.143 2010/08/24 22:52:09 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.144 2010/09/02 21:18:09 robbat2 Exp $
29 +
30 + 02 Sep 2010; Robin H. Johnson <robbat2@g.o> grub-0.97-r10.ebuild:
31 + Bug #330745: Grub needs executable stack. No version bump yet, new revbump
32 + with patchset coming in a few days.
33
34 24 Aug 2010; Mike Frysinger <vapier@g.o> grub-9999.ebuild:
35 Redo autotool generation now that upstream uses python/autogen #334333.
36
37
38
39 1.5 sys-boot/grub/grub-0.97-r10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?r1=1.4&r2=1.5
44
45 Index: grub-0.97-r10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -p -w -b -B -u -u -r1.4 -r1.5
51 --- grub-0.97-r10.ebuild 31 Jul 2010 22:26:42 -0000 1.4
52 +++ grub-0.97-r10.ebuild 2 Sep 2010 21:18:09 -0000 1.5
53 @@ -1,13 +1,13 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.4 2010/07/31 22:26:42 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.5 2010/09/02 21:18:09 robbat2 Exp $
58
59 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
60 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
61 # we never updated any of the source code (it still all wants menu.lst),
62 # and there is no indication that upstream is making the transition.
63
64 -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info
65 +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils
66
67 PATCHVER="1.10" # Should match the revision ideally
68 DESCRIPTION="GNU GRUB Legacy boot loader"
69 @@ -158,6 +158,9 @@ src_install() {
70 doexe nbgrub pxegrub stage2/stage2.netboot || die "netboot install"
71 fi
72
73 + # bug 330745
74 + pax-mark -m "${D}"/sbin/grub
75 +
76 dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
77 newdoc docs/menu.lst grub.conf.sample
78 dodoc "${FILESDIR}"/grub.conf.gentoo