summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-16 05:51:10 +0000
commite173739fea5550d425430267e0baac0e205e646e (patch)
tree89352223bb78056b2d5bd142611a723fb181d33c /sys-apps/yaboot
parentfix keywords, sparc please check (diff)
downloadhistorical-e173739fea5550d425430267e0baac0e205e646e.tar.gz
historical-e173739fea5550d425430267e0baac0e205e646e.tar.bz2
historical-e173739fea5550d425430267e0baac0e205e646e.zip
more ppc keywords
Diffstat (limited to 'sys-apps/yaboot')
-rw-r--r--sys-apps/yaboot/files/digest-yaboot-1.3.61
-rw-r--r--sys-apps/yaboot/yaboot-1.3.6.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/yaboot/files/digest-yaboot-1.3.6 b/sys-apps/yaboot/files/digest-yaboot-1.3.6
deleted file mode 100644
index 7e74a7e4fb28..000000000000
--- a/sys-apps/yaboot/files/digest-yaboot-1.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec0f90359fd567c183e5a21f97a53133 yaboot-1.3.6.tar.gz 242702
diff --git a/sys-apps/yaboot/yaboot-1.3.6.ebuild b/sys-apps/yaboot/yaboot-1.3.6.ebuild
deleted file mode 100644
index ad08e841b881..000000000000
--- a/sys-apps/yaboot/yaboot-1.3.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Id: yaboot-1.3.6.ebuild,v 1.3 2002/07/14 19:20:20 aliz Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="PPC Bootloader"
-SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
-HOMEPAGE="http://penguinppc.org/projects/yaboot/"
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-DEPEND="sys-apps/powerpc-utils sys-apps/hfsutils"
-
-MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man'
-
-src_compile() {
- export -n CFLAGS
- export -n CXXFLAGS
- emake ${MAKEOPTS} || die
-}
-
-src_install () {
- make ROOT=${D} ${MAKEOPTS} install || die
-}