summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-07-18 15:26:11 +0000
committerTom Gall <tgall@gentoo.org>2004-07-18 15:26:11 +0000
commit77a1e2825cfb751792c62381096ca60da2bed119 (patch)
tree669f9ee237f8a4dda1892c6963ddfe11eac9e278 /sys-boot/yaboot-static
parentversion bump (diff)
downloadhistorical-77a1e2825cfb751792c62381096ca60da2bed119.tar.gz
historical-77a1e2825cfb751792c62381096ca60da2bed119.tar.bz2
historical-77a1e2825cfb751792c62381096ca60da2bed119.zip
new version, better pmac support, bug #57487
Diffstat (limited to 'sys-boot/yaboot-static')
-rw-r--r--sys-boot/yaboot-static/ChangeLog9
-rw-r--r--sys-boot/yaboot-static/Manifest6
-rw-r--r--sys-boot/yaboot-static/files/digest-yaboot-static-1.3.121
-rw-r--r--sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild21
4 files changed, 33 insertions, 4 deletions
diff --git a/sys-boot/yaboot-static/ChangeLog b/sys-boot/yaboot-static/ChangeLog
index d8a36aaf43e5..2f80f4aa6d5c 100644
--- a/sys-boot/yaboot-static/ChangeLog
+++ b/sys-boot/yaboot-static/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for sys-boot/yaboot-static
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.3 2004/06/24 22:36:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.4 2004/07/18 15:26:11 tgall Exp $
+
+ 18 Jul 2004; Tom Gall <tgall@gentoo.org> yaboot-static-1.3.12.ebuild:
+ stable on ppc64, bug #57486
+
+*yaboot-static-1.3.12 (18 Jul 2004)
22 Mar 2004; Tom Gall <tgall@gentoo.org> yaboot-static-1.0.ebuild:
Initial bout of insanity
-*yaboot-static-1.0 (22 Mar 204)
+*yaboot-static-1.0 (22 Mar 2004)
diff --git a/sys-boot/yaboot-static/Manifest b/sys-boot/yaboot-static/Manifest
index df796928e96b..1b8ae75b7eb6 100644
--- a/sys-boot/yaboot-static/Manifest
+++ b/sys-boot/yaboot-static/Manifest
@@ -1,4 +1,6 @@
-MD5 22484e3e25da46fe8bc1329536fa6e26 yaboot-static-1.0.ebuild 566
-MD5 6c6e54c6d22bb4ac83df3015115567fa ChangeLog 349
+MD5 54d48fb898d24c928f26c9e3b87d435c ChangeLog 487
MD5 69ecfc38132856e44f6dc96092142c8e metadata.xml 158
+MD5 22484e3e25da46fe8bc1329536fa6e26 yaboot-static-1.0.ebuild 566
+MD5 26045cc2cf06160d55617f09875441ad yaboot-static-1.3.12.ebuild 681
MD5 37bdca0041d8a34b97afd57afff34334 files/digest-yaboot-static-1.0 67
+MD5 a3338822b410fb3fee44259cef3767dd files/digest-yaboot-static-1.3.12 70
diff --git a/sys-boot/yaboot-static/files/digest-yaboot-static-1.3.12 b/sys-boot/yaboot-static/files/digest-yaboot-static-1.3.12
new file mode 100644
index 000000000000..8af761af0bc2
--- /dev/null
+++ b/sys-boot/yaboot-static/files/digest-yaboot-static-1.3.12
@@ -0,0 +1 @@
+MD5 09951b47f36136be507939c21e3a9037 yaboot-static-1.3.12.tbz2 122688
diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild
new file mode 100644
index 000000000000..da6f026cb9f9
--- /dev/null
+++ b/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild,v 1.1 2004/07/18 15:26:11 tgall Exp $
+
+DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
+
+HOMEPAGE="http://penguinppc.org/projects/yaboot/"
+SRC_URI="mirror://gentoo/yaboot-static-${PVR}.tbz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="ppc64 -*"
+IUSE=""
+DEPEND="!sys-apps/yaboot"
+PROVIDE="virtual/bootloader"
+
+src_install() {
+ # don't blow away the user's old conf file
+ mv ${WORKDIR}/etc/yaboot.conf ${WORKDIR}/etc/yaboot.conf.unconfigured
+ cp -a ${WORKDIR}/* ${D}/
+ }
+