diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-02-15 22:26:22 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-02-15 22:26:22 +0000 |
commit | c4ff3f55d07e763d79f30407db49686943daf456 (patch) | |
tree | daae2d05d289f6a70a55b335459b8ef9b65285e2 /sys-boot/grub | |
parent | add cjk patch, mark 2.1.5 x86 (Manifest recommit) (diff) | |
download | gentoo-2-c4ff3f55d07e763d79f30407db49686943daf456.tar.gz gentoo-2-c4ff3f55d07e763d79f30407db49686943daf456.tar.bz2 gentoo-2-c4ff3f55d07e763d79f30407db49686943daf456.zip |
Added the grubsplash patch.
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/files/digest-grub-0.94 | 1 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.94.ebuild | 8 |
3 files changed, 11 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 3dabb7760a9a..b562166faa59 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.6 2004/02/02 22:30:42 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.7 2004/02/15 22:26:22 spock Exp $ + + 15 Feb 2004; Michal Januszewski <spock@gentoo.org> grub-0.94.ebuild: + Added the 'grubsplash' patch, closes #40827. *grub-0.94 (02 Feb 2004) diff --git a/sys-boot/grub/files/digest-grub-0.94 b/sys-boot/grub/files/digest-grub-0.94 index fef25cc3110f..6e16be87c678 100644 --- a/sys-boot/grub/files/digest-grub-0.94 +++ b/sys-boot/grub/files/digest-grub-0.94 @@ -1 +1,2 @@ MD5 299672a99cf59656e653d8ffd7851b56 grub-0.94.tar.gz 923518 +MD5 be1a9091b936e179990372201a3fdff6 grub-0.94-splash.patch.bz2 40177 diff --git a/sys-boot/grub/grub-0.94.ebuild b/sys-boot/grub/grub-0.94.ebuild index 14bfe013d34e..27cbd506e54a 100644 --- a/sys-boot/grub/grub-0.94.ebuild +++ b/sys-boot/grub/grub-0.94.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94.ebuild,v 1.3 2004/02/04 17:01:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94.ebuild,v 1.4 2004/02/15 22:26:22 spock Exp $ inherit mount-boot eutils flag-o-matic gcc DESCRIPTION="GNU GRUB boot loader" HOMEPAGE="http://www.gnu.org/software/grub/" -SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz" +SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz + http://dev.gentoo.org/~spock/portage/distfiles/${P}-splash.patch.bz2" LICENSE="GPL-2" SLOT="0" @@ -20,6 +21,9 @@ PROVIDE="virtual/bootloader" src_unpack() { unpack ${A} || die cd ${S} || die + + epatch ${WORKDIR}/${P}-splash.patch + # grub-0.93.20030118-gentoo.diff; <woodchip@gentoo.org> (18 Jan 2003) # -fixes from grub CVS pulled on 20030118 # -vga16 patches; mined from Debian's grub-0.93+cvs20030102-1.diff |