diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-18 15:26:11 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-18 15:26:11 +0000 |
commit | 3e0f86b1d595b44294c9d30a4f6459d871258c76 (patch) | |
tree | d9c3dfffcfdc7f272e89658bbeb7c7d9db5d0c89 /sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-3e0f86b1d595b44294c9d30a4f6459d871258c76.tar.gz gentoo-2-3e0f86b1d595b44294c9d30a4f6459d871258c76.tar.bz2 gentoo-2-3e0f86b1d595b44294c9d30a4f6459d871258c76.zip |
new version, better pmac support, bug #57487
Diffstat (limited to 'sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild')
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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}/ + } + |