diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-10-03 17:57:24 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-10-03 17:57:24 +0000 |
commit | c870c27e2c9107f73635394366396854c111e52d (patch) | |
tree | 2f1341622ce2bcb5643902c8a714b1ecfba0ea8f | |
parent | fix bug 338853 (diff) | |
download | gentoo-2-c870c27e2c9107f73635394366396854c111e52d.tar.gz gentoo-2-c870c27e2c9107f73635394366396854c111e52d.tar.bz2 gentoo-2-c870c27e2c9107f73635394366396854c111e52d.zip |
Added latest version.
(Portage version: 2.1.9.13/cvs/Linux x86_64)
-rw-r--r-- | sys-boot/yaboot-static/ChangeLog | 8 | ||||
-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" } |