diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-04 01:10:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-04 01:10:17 +0000 |
commit | 70cff8534f11598c4c4edaa34be021c573a8f2b0 (patch) | |
tree | ccbaa0cf09cb818d395d27aebd1c17dfadbd5088 /sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild | |
parent | Marking dclib-0.3.11 ppc64 for bug 202615 (diff) | |
download | gentoo-2-70cff8534f11598c4c4edaa34be021c573a8f2b0.tar.gz gentoo-2-70cff8534f11598c4c4edaa34be021c573a8f2b0.tar.bz2 gentoo-2-70cff8534f11598c4c4edaa34be021c573a8f2b0.zip |
Creating yaboot-static-1.3.14
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild')
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild new file mode 100644 index 000000000000..7020c2550ebf --- /dev/null +++ b/sys-boot/yaboot-static/yaboot-static-1.3.14.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 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.1 2008/01/04 01:10:17 ranger Exp $ + +inherit eutils + +DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" + +HOMEPAGE="http://penguinppc.org/projects/yaboot/" +SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~ppc64" +IUSE="ibm" +DEPEND="!sys-boot/yaboot + sys-apps/powerpc-utils" +RDEPEND="!ibm? ( sys-fs/hfsutils ) + !ibm? ( sys-fs/hfsplusutils )" +PROVIDE="virtual/bootloader" + +src_unpack() { + unpack ${A} +} + +src_install() { + # don't blow away the user's old conf file + mv ${WORKDIR}/etc/yaboot.conf ${WORKDIR}/etc/yaboot.conf.unconfigured + cp -pPR ${WORKDIR}/* ${D}/ +} |