diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 06:23:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 06:23:14 +0000 |
commit | b4d0a39e989261c7cfd7d819724fe62de4d4bb8a (patch) | |
tree | e4bb68f26beefca7ca8c7e836bc24b02eca63df6 /sys-apps/yaboot | |
parent | removed older ebuilds and use epatch (diff) | |
download | historical-b4d0a39e989261c7cfd7d819724fe62de4d4bb8a.tar.gz historical-b4d0a39e989261c7cfd7d819724fe62de4d4bb8a.tar.bz2 historical-b4d0a39e989261c7cfd7d819724fe62de4d4bb8a.zip |
use epatch instead
Diffstat (limited to 'sys-apps/yaboot')
-rw-r--r-- | sys-apps/yaboot/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/yaboot/yaboot-1.3.10.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/yaboot/ChangeLog b/sys-apps/yaboot/ChangeLog index f29f9d97149d..d66c5908ac07 100644 --- a/sys-apps/yaboot/ChangeLog +++ b/sys-apps/yaboot/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/yaboot # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yaboot/ChangeLog,v 1.13 2003/02/26 20:18:54 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yaboot/ChangeLog,v 1.14 2003/03/11 06:23:14 seemant Exp $ *yaboot-1.3.10 (26 Feb 2003) + 10 Mar 2003; Seemant Kulleen <seemant@gentoo.org> yaboot-1.3.10.ebuild: + use epatch instead + 26 Feb 2003; Mark Guertin <gerk@gentoo.org> yaboot-1.3.10.ebuild files/digest-yaboot-1.3.10 files/yabootconfig-1.3.10.patch : New yaboot version, fixes up ofpath issues upstream, also has support for latest powermac machines. Important fixes, set as ppc diff --git a/sys-apps/yaboot/yaboot-1.3.10.ebuild b/sys-apps/yaboot/yaboot-1.3.10.ebuild index f9e141b3b67a..c6f6f3a7e4cd 100644 --- a/sys-apps/yaboot/yaboot-1.3.10.ebuild +++ b/sys-apps/yaboot/yaboot-1.3.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yaboot/yaboot-1.3.10.ebuild,v 1.1 2003/02/26 20:18:54 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yaboot/yaboot-1.3.10.ebuild,v 1.2 2003/03/11 06:23:14 seemant Exp $ + +inherit eutils S=${WORKDIR}/${P} DESCRIPTION="PPC Bootloader" @@ -23,7 +25,7 @@ src_compile() { export -n CFLAGS export -n CXXFLAGS # dual boot patch - patch -p0 < ${FILESDIR}/yabootconfig-${PV}.patch || die "patch failed" + epatch ${FILESDIR}/yabootconfig-${PV}.patch emake ${MAKEOPTS} || die } |