summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-06-13 16:04:38 +0000
committerSimon Stelling <blubb@gentoo.org>2006-06-13 16:04:38 +0000
commit47df04bedc74f07c8a9c3ed35122cc93e81858e9 (patch)
treee8c6efc7e6bb6cfdae7d6e8476bf89664163a45a /sys-boot
parentIgnore QA problems for google binaries, thanks to Jakub Moc <jakub@gentoo.org... (diff)
downloadhistorical-47df04bedc74f07c8a9c3ed35122cc93e81858e9.tar.gz
historical-47df04bedc74f07c8a9c3ed35122cc93e81858e9.tar.bz2
historical-47df04bedc74f07c8a9c3ed35122cc93e81858e9.zip
fix bug 136594
Package-Manager: portage-3387-svn
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub-static/ChangeLog8
-rw-r--r--sys-boot/grub-static/files/digest-grub-static-0.96-r13
-rw-r--r--sys-boot/grub-static/grub-static-0.96-r1.ebuild18
3 files changed, 28 insertions, 1 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog
index d3e66608c3e3..9ab131172882 100644
--- a/sys-boot/grub-static/ChangeLog
+++ b/sys-boot/grub-static/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-boot/grub-static
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.6 2006/06/12 14:00:35 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.7 2006/06/13 16:04:38 blubb Exp $
+
+*grub-static-0.96-r1 (13 Jun 2006)
+
+ 13 Jun 2006; Simon Stelling <blubb@gentoo.org> -grub-static-0.96.ebuild,
+ +grub-static-0.96-r1.ebuild:
+ fix bug 136594
12 Jun 2006; Olivier CrĂȘte <tester@gentoo.org>
files/digest-grub-static-0.96, Manifest:
diff --git a/sys-boot/grub-static/files/digest-grub-static-0.96-r1 b/sys-boot/grub-static/files/digest-grub-static-0.96-r1
new file mode 100644
index 000000000000..2dcefb3d0390
--- /dev/null
+++ b/sys-boot/grub-static/files/digest-grub-static-0.96-r1
@@ -0,0 +1,3 @@
+MD5 531b92252c41121c1db9181677ac25f1 grub-static-0.96.tar.bz2 859179
+RMD160 799759e6e4771527e5daf6dfbe7de647482229d4 grub-static-0.96.tar.bz2 859179
+SHA256 3ece8910e7954ca2c2cbebc4d05cfb22e73455f826508661a5b1a60481dcbd76 grub-static-0.96.tar.bz2 859179
diff --git a/sys-boot/grub-static/grub-static-0.96-r1.ebuild b/sys-boot/grub-static/grub-static-0.96-r1.ebuild
new file mode 100644
index 000000000000..ecd590500921
--- /dev/null
+++ b/sys-boot/grub-static/grub-static-0.96-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.96-r1.ebuild,v 1.1 2006/06/13 16:04:38 blubb Exp $
+
+DESCRIPTION="Static GNU GRUB boot loader"
+
+HOMEPAGE="http://www.gnu.org/software/grub/"
+SRC_URI="mirror://gentoo/grub-static-${PV}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+DEPEND="!sys-boot/grub"
+PROVIDE="virtual/bootloader"
+
+src_install() {
+ cp -a ${WORKDIR}/* ${D}/
+}