summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-11-30 06:50:34 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-11-30 06:50:34 +0000
commitf51d881aeb09307a0c6dbd0c231a8194719ca964 (patch)
tree26779e1c5db5ee3d9185cdf4579cb6791824a253 /sys-boot
parentRemove old. Drop useless autotools inherit. (diff)
downloadgentoo-2-f51d881aeb09307a0c6dbd0c231a8194719ca964.tar.gz
gentoo-2-f51d881aeb09307a0c6dbd0c231a8194719ca964.tar.bz2
gentoo-2-f51d881aeb09307a0c6dbd0c231a8194719ca964.zip
Document how to create the grub-static distfiles.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/ChangeLog5
-rw-r--r--sys-boot/grub/grub-0.97-r10.ebuild9
2 files changed, 12 insertions, 2 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog
index 66d6df2a2ed0..37e8efad5bc8 100644
--- a/sys-boot/grub/ChangeLog
+++ b/sys-boot/grub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/grub
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.146 2010/10/07 04:22:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.147 2010/11/30 06:50:34 robbat2 Exp $
+
+ 30 Nov 2010; Robin H. Johnson <robbat2@gentoo.org> grub-0.97-r10.ebuild:
+ Document how to create the grub-static distfiles.
07 Oct 2010; Mike Frysinger <vapier@gentoo.org> grub-9999.ebuild:
Add help2man to DEPEND for a pages #339839 by Eric Thibodeau.
diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild
index b79a43c6d711..dfb671030cd0 100644
--- a/sys-boot/grub/grub-0.97-r10.ebuild
+++ b/sys-boot/grub/grub-0.97-r10.ebuild
@@ -1,12 +1,19 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.6 2010/09/02 21:19:37 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.7 2010/11/30 06:50:34 robbat2 Exp $
# XXX: we need to review menu.lst vs grub.conf handling. We've been converting
# all systems to grub.conf (and symlinking menu.lst to grub.conf), but
# we never updated any of the source code (it still all wants menu.lst),
# and there is no indication that upstream is making the transition.
+# If you need to roll a new grub-static distfile, here is how.
+# - Robin H. Johnson <robbat2@gentoo.org> - 29 Nov 2010
+# USE='static -ncurses -netboot -custom-cflags' \
+# GRUB_STATIC_PACKAGE_BUILDING=1 ebuild \
+# grub-${PVR}.ebuild package && \
+# cp -f ${PKGDIR}/${CAT}/${PF}.tbz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
+
inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils
PATCHVER="1.10" # Should match the revision ideally