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-0.97-r12.ebuild ChangeLog
Date: Sat, 02 Jun 2012 06:37:49
Message-Id: 20120602063734.95CE22004B@flycatcher.gentoo.org
1 vapier 12/06/02 06:37:34
2
3 Modified: grub-0.97-r12.ebuild ChangeLog
4 Log:
5 Expand insns for creating grub-static binpkg so it runs more smoothly.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-boot/grub/grub-0.97-r12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild?r1=1.1&r2=1.2
15
16 Index: grub-0.97-r12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- grub-0.97-r12.ebuild 31 May 2012 00:06:01 -0000 1.1
23 +++ grub-0.97-r12.ebuild 2 Jun 2012 06:37:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild,v 1.1 2012/05/31 00:06:01 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r12.ebuild,v 1.2 2012/06/02 06:37:34 vapier Exp $
29
30 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
31 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
32 @@ -9,10 +9,12 @@
33
34 # If you need to roll a new grub-static distfile, here is how.
35 # - Robin H. Johnson <robbat2@g.o> - 29 Nov 2010
36 +# FEATURES='-noauto -noinfo -nodoc -noman -splitdebug nostrip' \
37 # USE='static -ncurses -netboot -custom-cflags' \
38 -# GRUB_STATIC_PACKAGE_BUILDING=1 ebuild \
39 -# grub-${PVR}.ebuild package && \
40 -# cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
41 +# PORTAGE_COMPRESS=true GRUB_STATIC_PACKAGE_BUILDING=1 ebuild \
42 +# grub-${PVR}.ebuild clean package && \
43 +# qtbz2 -s -j ${PKGDIR}/${CAT}/${PF}.tbz2 && \
44 +# mv ${PF}.tar.bz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
45
46 inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils
47
48
49
50
51 1.208 sys-boot/grub/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.208&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.208&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.207&r2=1.208
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
60 retrieving revision 1.207
61 retrieving revision 1.208
62 diff -u -r1.207 -r1.208
63 --- ChangeLog 31 May 2012 00:06:01 -0000 1.207
64 +++ ChangeLog 2 Jun 2012 06:37:34 -0000 1.208
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sys-boot/grub
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.207 2012/05/31 00:06:01 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.208 2012/06/02 06:37:34 vapier Exp $
70 +
71 + 02 Jun 2012; Mike Frysinger <vapier@g.o> grub-0.97-r12.ebuild:
72 + Expand insns for creating grub-static binpkg so it runs more smoothly.
73
74 *grub-0.97-r12 (31 May 2012)