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: Tue, 30 Nov 2010 06:51:00
Message-Id: 20101130065034.EB47920054@flycatcher.gentoo.org
1 robbat2 10/11/30 06:50:34
2
3 Modified: ChangeLog grub-0.97-r10.ebuild
4 Log:
5 Document how to create the grub-static distfiles.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.147 sys-boot/grub/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.147&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.147&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.146&r2=1.147
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
19 retrieving revision 1.146
20 retrieving revision 1.147
21 diff -p -w -b -B -u -u -r1.146 -r1.147
22 --- ChangeLog 7 Oct 2010 04:22:11 -0000 1.146
23 +++ ChangeLog 30 Nov 2010 06:50:34 -0000 1.147
24 @@ -1,6 +1,9 @@
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.146 2010/10/07 04:22:11 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.147 2010/11/30 06:50:34 robbat2 Exp $
29 +
30 + 30 Nov 2010; Robin H. Johnson <robbat2@g.o> grub-0.97-r10.ebuild:
31 + Document how to create the grub-static distfiles.
32
33 07 Oct 2010; Mike Frysinger <vapier@g.o> grub-9999.ebuild:
34 Add help2man to DEPEND for a pages #339839 by Eric Thibodeau.
35
36
37
38 1.7 sys-boot/grub/grub-0.97-r10.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?r1=1.6&r2=1.7
43
44 Index: grub-0.97-r10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -p -w -b -B -u -u -r1.6 -r1.7
50 --- grub-0.97-r10.ebuild 2 Sep 2010 21:19:37 -0000 1.6
51 +++ grub-0.97-r10.ebuild 30 Nov 2010 06:50:34 -0000 1.7
52 @@ -1,12 +1,19 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.6 2010/09/02 21:19:37 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.7 2010/11/30 06:50:34 robbat2 Exp $
57
58 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
59 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
60 # we never updated any of the source code (it still all wants menu.lst),
61 # and there is no indication that upstream is making the transition.
62
63 +# If you need to roll a new grub-static distfile, here is how.
64 +# - Robin H. Johnson <robbat2@g.o> - 29 Nov 2010
65 +# USE='static -ncurses -netboot -custom-cflags' \
66 +# GRUB_STATIC_PACKAGE_BUILDING=1 ebuild \
67 +# grub-${PVR}.ebuild package && \
68 +# cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
69 +
70 inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils
71
72 PATCHVER="1.10" # Should match the revision ideally