summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2006-09-29 17:52:27 +0000
committerCHTEKK <CHTEKK@localhost>2006-09-29 17:52:27 +0000
commit6ec8eae8e796a82535d16e1c97ad9a5aba68bcdf (patch)
tree81b30c8a97cf6334717cf096b32fb8aec832dc83
parentAdd missing patches. (diff)
downloadchtekk-6ec8eae8e796a82535d16e1c97ad9a5aba68bcdf.tar.gz
chtekk-6ec8eae8e796a82535d16e1c97ad9a5aba68bcdf.tar.bz2
chtekk-6ec8eae8e796a82535d16e1c97ad9a5aba68bcdf.zip
Add grub 0.93 back for myself, 0.96 didn't work.
svn path=/; revision=12
-rw-r--r--apps/distfiles/grub-static-0.93.20030118.tbz2bin0 -> 706129 bytes
-rw-r--r--apps/sys-boot/grub-static/Manifest8
-rw-r--r--apps/sys-boot/grub-static/files/digest-grub-static-0.93.200301183
-rw-r--r--apps/sys-boot/grub-static/grub-static-0.93.20030118.ebuild18
4 files changed, 29 insertions, 0 deletions
diff --git a/apps/distfiles/grub-static-0.93.20030118.tbz2 b/apps/distfiles/grub-static-0.93.20030118.tbz2
new file mode 100644
index 0000000..4f7ac39
--- /dev/null
+++ b/apps/distfiles/grub-static-0.93.20030118.tbz2
Binary files differ
diff --git a/apps/sys-boot/grub-static/Manifest b/apps/sys-boot/grub-static/Manifest
new file mode 100644
index 0000000..4d5e01b
--- /dev/null
+++ b/apps/sys-boot/grub-static/Manifest
@@ -0,0 +1,8 @@
+DIST grub-static-0.93.20030118.tbz2 706129 RMD160 8299b9cf8c06e754e34f782af6e56eb0f6221306 SHA1 f405d6e80b58d9e622c559064d0f1614461436b7 SHA256 ece06c72091884279574271f27ab3c79de6f4dbfa9e8316c2b3b8bc81d11d56a
+EBUILD grub-static-0.93.20030118.ebuild 559 RMD160 afae7c4072606aeff99f222854513014a45ab216 SHA1 ba76582344aab6aaa783e07b2efc5bb5a5bb71f3 SHA256 6f23df0b2a73006779608e5d6315c4be5835c4dae63a249c5ce6de5aae36b869
+MD5 364a7b7c4e3c229b6417931c0d5f47e8 grub-static-0.93.20030118.ebuild 559
+RMD160 afae7c4072606aeff99f222854513014a45ab216 grub-static-0.93.20030118.ebuild 559
+SHA256 6f23df0b2a73006779608e5d6315c4be5835c4dae63a249c5ce6de5aae36b869 grub-static-0.93.20030118.ebuild 559
+MD5 ab70980fa062e23ec740430b504dc8f9 files/digest-grub-static-0.93.20030118 271
+RMD160 a045c52e29ea298de00dff80a358dc1762ac06b5 files/digest-grub-static-0.93.20030118 271
+SHA256 fc76fbd085d298c6c54b583536a53d16e1bfce79dc1e8bfda4c3485aac33fed8 files/digest-grub-static-0.93.20030118 271
diff --git a/apps/sys-boot/grub-static/files/digest-grub-static-0.93.20030118 b/apps/sys-boot/grub-static/files/digest-grub-static-0.93.20030118
new file mode 100644
index 0000000..2fa6e69
--- /dev/null
+++ b/apps/sys-boot/grub-static/files/digest-grub-static-0.93.20030118
@@ -0,0 +1,3 @@
+MD5 db3bf0ccf7f59d38bcd93f981ada88e7 grub-static-0.93.20030118.tbz2 706129
+RMD160 8299b9cf8c06e754e34f782af6e56eb0f6221306 grub-static-0.93.20030118.tbz2 706129
+SHA256 ece06c72091884279574271f27ab3c79de6f4dbfa9e8316c2b3b8bc81d11d56a grub-static-0.93.20030118.tbz2 706129
diff --git a/apps/sys-boot/grub-static/grub-static-0.93.20030118.ebuild b/apps/sys-boot/grub-static/grub-static-0.93.20030118.ebuild
new file mode 100644
index 0000000..867df4b
--- /dev/null
+++ b/apps/sys-boot/grub-static/grub-static-0.93.20030118.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/sys-boot/grub-static/Attic/grub-static-0.93.20030118.ebuild,v 1.5 2006/09/16 11:13:15 blubb dead $
+
+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}/
+}