diff options
Diffstat (limited to 'sys-boot/yaboot-static/yaboot-static-1.0.ebuild')
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild b/sys-boot/yaboot-static/yaboot-static-1.0.ebuild deleted file mode 100644 index 2da9c6777bf4..000000000000 --- a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 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.0.ebuild,v 1.5 2005/08/24 09:25:33 corsair 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() { - cp -pPR ${WORKDIR}/* ${D}/ - } - |