diff options
author | 2012-02-24 15:18:55 +0000 | |
---|---|---|
committer | 2012-02-24 15:18:55 +0000 | |
commit | 8d154104ac446b1a95e081e712e4dcf5940f2518 (patch) | |
tree | 90b9d75730fc8bfd1f8458e2365704c731347aca /sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild | |
parent | x86 stable wrt bug #400329 (diff) | |
download | gentoo-2-8d154104ac446b1a95e081e712e4dcf5940f2518.tar.gz gentoo-2-8d154104ac446b1a95e081e712e4dcf5940f2518.tar.bz2 gentoo-2-8d154104ac446b1a95e081e712e4dcf5940f2518.zip |
Version bump.
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild')
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild deleted file mode 100644 index 0ce4dcea423d..000000000000 --- a/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 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.16.ebuild,v 1.2 2011/04/10 14:24:22 ulm 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" -IUSE="ibm" -DEPEND="!sys-boot/yaboot - sys-apps/powerpc-utils" -RDEPEND="!ibm? ( sys-fs/hfsutils - sys-fs/hfsplusutils - sys-fs/mac-fdisk )" - -src_install() { - cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed" -} |