summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/yaboot-static')
-rw-r--r--sys-boot/yaboot-static/ChangeLog8
-rw-r--r--sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild (renamed from sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild)10
2 files changed, 11 insertions, 7 deletions
diff --git a/sys-boot/yaboot-static/ChangeLog b/sys-boot/yaboot-static/ChangeLog
index 87452d30a205..0047e8423721 100644
--- a/sys-boot/yaboot-static/ChangeLog
+++ b/sys-boot/yaboot-static/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-boot/yaboot-static
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.22 2010/07/19 19:11:41 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.23 2010/10/03 17:57:24 josejx Exp $
+
+*yaboot-static-1.3.16 (03 Oct 2010)
+
+ 03 Oct 2010; Joseph Jezak <josejx@gentoo.org>
+ -yaboot-static-1.3.14.ebuild, +yaboot-static-1.3.16.ebuild:
+ Added latest version.
19 Jul 2010; Joseph Jezak <josejx@gentoo.org>
yaboot-static-1.3.14-r1.ebuild:
diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild
index a4f6a081b081..63ae9776b7af 100644
--- a/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild
+++ b/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 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.14.ebuild,v 1.4 2008/05/23 07:07:04 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild,v 1.1 2010/10/03 17:57:24 josejx Exp $
inherit eutils
DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
+### Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ppc64"
+KEYWORDS="-* ~ppc64"
IUSE="ibm"
DEPEND="!sys-boot/yaboot
sys-apps/powerpc-utils"
@@ -20,8 +21,5 @@ RDEPEND="!ibm? ( sys-fs/hfsutils
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" \
- || die "mv failed"
cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"
}