summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-10-29 00:21:40 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-10-29 00:21:40 +0000
commit295266033b35533bc3d2855ec64d497e00498e08 (patch)
treec1f92e876eb5c874440ec6c6e89ff75b890b5017 /sys-boot
parentBump. Now with gecko-sharp lovin' (Manifest recommit) (diff)
downloadgentoo-2-295266033b35533bc3d2855ec64d497e00498e08.tar.gz
gentoo-2-295266033b35533bc3d2855ec64d497e00498e08.tar.bz2
gentoo-2-295266033b35533bc3d2855ec64d497e00498e08.zip
tc-getCCified
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/yaboot/ChangeLog7
-rw-r--r--sys-boot/yaboot/yaboot-1.3.10-r1.ebuild4
-rw-r--r--sys-boot/yaboot/yaboot-1.3.10-r2.ebuild8
-rw-r--r--sys-boot/yaboot/yaboot-1.3.10.ebuild4
-rw-r--r--sys-boot/yaboot/yaboot-1.3.11-r1.ebuild8
-rw-r--r--sys-boot/yaboot/yaboot-1.3.11.ebuild8
-rw-r--r--sys-boot/yaboot/yaboot-1.3.12-r1.ebuild8
-rw-r--r--sys-boot/yaboot/yaboot-1.3.12.ebuild8
8 files changed, 30 insertions, 25 deletions
diff --git a/sys-boot/yaboot/ChangeLog b/sys-boot/yaboot/ChangeLog
index 382683e463f8..fc6e6a87b545 100644
--- a/sys-boot/yaboot/ChangeLog
+++ b/sys-boot/yaboot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-boot/yaboot
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.11 2004/09/03 19:48:01 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.12 2004/10/29 00:21:40 lu_zero Exp $
+
+ 29 Oct 2004; Luca Barbato <lu_zero@gentoo.org> yaboot-1.3.10-r1.ebuild,
+ yaboot-1.3.10-r2.ebuild, yaboot-1.3.10.ebuild, yaboot-1.3.11-r1.ebuild,
+ yaboot-1.3.11.ebuild, yaboot-1.3.12-r1.ebuild, yaboot-1.3.12.ebuild:
+ Moved to toolchain-funcs tc-getCC
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
yaboot-1.3.11-r1.ebuild, yaboot-1.3.12.ebuild:
diff --git a/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild b/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild
index 99e4a89f1fa3..52ff9d085ae4 100644
--- a/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild,v 1.5 2004/07/15 02:52:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild,v 1.6 2004/10/29 00:21:40 lu_zero Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
diff --git a/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild b/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild
index 6a33a43cbf85..e9bf022285c5 100644
--- a/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild,v 1.5 2004/07/15 02:52:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild,v 1.6 2004/10/29 00:21:40 lu_zero Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
@@ -24,10 +24,10 @@ MAKEOPTS='PREFIX=/usr MANDIR=share/man'
src_compile() {
export -n CFLAGS
export -n CXXFLAGS
- [ -n "${CC}" ] || CC="gcc"
+ [ -n "$(tc-getCC)" ] || CC="gcc"
# dual boot patch
epatch ${FILESDIR}/yabootconfig-${PV}.patch
- emake ${MAKEOPTS} CC="${CC}" || die
+ emake ${MAKEOPTS} CC="$(tc-getCC)" || die
}
src_install() {
diff --git a/sys-boot/yaboot/yaboot-1.3.10.ebuild b/sys-boot/yaboot/yaboot-1.3.10.ebuild
index 4a2bcc9fce5f..d9fe0d2e88dc 100644
--- a/sys-boot/yaboot/yaboot-1.3.10.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.10.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10.ebuild,v 1.5 2004/07/15 02:52:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10.ebuild,v 1.6 2004/10/29 00:21:40 lu_zero Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
diff --git a/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild b/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild
index 31152fa9dba3..4cbd6be4280f 100644
--- a/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild,v 1.4 2004/09/03 19:48:01 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild,v 1.5 2004/10/29 00:21:40 lu_zero Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
@@ -24,13 +24,13 @@ MAKEOPTS='PREFIX=/usr MANDIR=share/man'
src_compile() {
export -n CFLAGS
export -n CXXFLAGS
- [ -n "${CC}" ] || CC="gcc"
+ [ -n "$(tc-getCC)" ] || CC="gcc"
# dual boot patch
epatch ${FILESDIR}/yabootconfig-${PV}.patch
epatch ${FILESDIR}/chrpfix.patch
#took from http://penguinppc.org/~eb/files/ofpath
epatch ${FILESDIR}/${P}-ofpath-fix.patch
- emake ${MAKEOPTS} CC="${CC}" || die
+ emake ${MAKEOPTS} CC="$(tc-getCC)" || die
}
src_install() {
diff --git a/sys-boot/yaboot/yaboot-1.3.11.ebuild b/sys-boot/yaboot/yaboot-1.3.11.ebuild
index 374f86296f69..10861b7cbd1c 100644
--- a/sys-boot/yaboot/yaboot-1.3.11.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.11.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11.ebuild,v 1.7 2004/07/15 02:52:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11.ebuild,v 1.8 2004/10/29 00:21:40 lu_zero Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
@@ -24,12 +24,12 @@ MAKEOPTS='PREFIX=/usr MANDIR=share/man'
src_compile() {
export -n CFLAGS
export -n CXXFLAGS
- [ -n "${CC}" ] || CC="gcc"
+ [ -n "$(tc-getCC)" ] || CC="gcc"
# dual boot patch
epatch ${FILESDIR}/yaboot-3.4.patch
epatch ${FILESDIR}/yabootconfig-${PV}.patch
epatch ${FILESDIR}/chrpfix.patch
- emake ${MAKEOPTS} CC="${CC}" || die
+ emake ${MAKEOPTS} CC="$(tc-getCC)" || die
}
src_install() {
diff --git a/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild b/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
index a55f4e5a350a..1f0dc80762cd 100644
--- a/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild,v 1.6 2004/07/15 02:52:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild,v 1.7 2004/10/29 00:21:40 lu_zero Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
@@ -36,13 +36,13 @@ pkg_setup() {
src_compile() {
export -n CFLAGS
export -n CXXFLAGS
- [ -n "${CC}" ] || CC="gcc"
+ [ -n "$(tc-getCC)" ] || CC="gcc"
# dual boot patch
epatch ${FILESDIR}/yabootconfig-${PV}.patch
epatch ${FILESDIR}/chrpfix.patch
epatch ${FILESDIR}/yaboot-3.4.patch
epatch ${FILESDIR}/yaboot-1.3.12-k2sata-ofpath.patch
- emake ${MAKEOPTS} CC="${CC}" || die
+ emake ${MAKEOPTS} CC="$(tc-getCC)" || die
}
src_install() {
diff --git a/sys-boot/yaboot/yaboot-1.3.12.ebuild b/sys-boot/yaboot/yaboot-1.3.12.ebuild
index c74a377d1aee..45e98bba8f8b 100644
--- a/sys-boot/yaboot/yaboot-1.3.12.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12.ebuild,v 1.5 2004/09/03 19:48:01 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12.ebuild,v 1.6 2004/10/29 00:21:40 lu_zero Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
@@ -24,11 +24,11 @@ MAKEOPTS='PREFIX=/usr MANDIR=share/man'
src_compile() {
export -n CFLAGS
export -n CXXFLAGS
- [ -n "${CC}" ] || CC="gcc"
+ [ -n "$(tc-getCC)" ] || CC="gcc"
# dual boot patch
epatch ${FILESDIR}/yabootconfig-${PV}.patch
epatch ${FILESDIR}/chrpfix.patch
- emake ${MAKEOPTS} CC="${CC}" || die
+ emake ${MAKEOPTS} CC="$(tc-getCC)" || die
}
src_install() {