summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-06-11 13:22:58 +0000
committerSimon Stelling <blubb@gentoo.org>2006-06-11 13:22:58 +0000
commit8265b9e2a6b625bf8259b627521d1258eb0a5be3 (patch)
treec6c61c4149b967ef332b4272032f381a86d7b5e1 /sys-boot
parentFix for bug #135970. (diff)
downloadgentoo-2-8265b9e2a6b625bf8259b627521d1258eb0a5be3.tar.gz
gentoo-2-8265b9e2a6b625bf8259b627521d1258eb0a5be3.tar.bz2
gentoo-2-8265b9e2a6b625bf8259b627521d1258eb0a5be3.zip
version bump
(Portage version: 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.963
-rw-r--r--sys-boot/grub-static/grub-static-0.93.20030118.ebuild4
-rw-r--r--sys-boot/grub-static/grub-static-0.96.ebuild18
4 files changed, 30 insertions, 3 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog
index 96ad1d044f3d..08b42c072b70 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.4 2006/02/15 02:52:08 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.5 2006/06/11 13:22:58 blubb Exp $
+
+*grub-static-0.96 (11 Jun 2006)
+
+ 11 Jun 2006; Simon Stelling <blubb@gentoo.org>
+ grub-static-0.93.20030118.ebuild, +grub-static-0.96.ebuild:
+ clean up KEYWORDS and bump to amore recent version
15 Feb 2006; Olivier Crête <tester@gentoo.org>
grub-static-0.93.20030118.ebuild:
diff --git a/sys-boot/grub-static/files/digest-grub-static-0.96 b/sys-boot/grub-static/files/digest-grub-static-0.96
new file mode 100644
index 000000000000..ce0aef1b4823
--- /dev/null
+++ b/sys-boot/grub-static/files/digest-grub-static-0.96
@@ -0,0 +1,3 @@
+MD5 d57edaae807f262e54e0317fcc22a285 grub-static-0.96.tbz2 1448
+RMD160 a6f6b9dce6f329798b219bac4aec8638ee7f3a1b grub-static-0.96.tbz2 1448
+SHA256 b45adad262b5fd29e8110d0a01160408139f06005ced0b84739101c48fbc0465 grub-static-0.96.tbz2 1448
diff --git a/sys-boot/grub-static/grub-static-0.93.20030118.ebuild b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild
index 2ef73b1594c1..bf1814024f02 100644
--- a/sys-boot/grub-static/grub-static-0.93.20030118.ebuild
+++ b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild
@@ -1,6 +1,6 @@
# 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.93.20030118.ebuild,v 1.3 2006/02/15 02:52:08 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.93.20030118.ebuild,v 1.4 2006/06/11 13:22:58 blubb Exp $
DESCRIPTION="Static GNU GRUB boot loader"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/grub/"
SRC_URI="mirror://gentoo/grub-static-${PVR}.tbz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 -ppc -sparc -alpha -mips -hppa"
+KEYWORDS="-* amd64 ~x86"
IUSE=""
DEPEND="!sys-boot/grub"
PROVIDE="virtual/bootloader"
diff --git a/sys-boot/grub-static/grub-static-0.96.ebuild b/sys-boot/grub-static/grub-static-0.96.ebuild
new file mode 100644
index 000000000000..bcb24b85142d
--- /dev/null
+++ b/sys-boot/grub-static/grub-static-0.96.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.ebuild,v 1.1 2006/06/11 13:22:58 blubb Exp $
+
+DESCRIPTION="Static GNU GRUB boot loader"
+
+HOMEPAGE="http://www.gnu.org/software/grub/"
+SRC_URI="mirror://gentoo/grub-static-${PVR}.tbz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* amd64 ~x86"
+IUSE=""
+DEPEND="!sys-boot/grub"
+PROVIDE="virtual/bootloader"
+
+src_install() {
+ cp -a ${WORKDIR}/* ${D}/
+}