vapier      15/05/17 04:12:42

  Modified:             yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
                        yaboot-1.3.14-r2.ebuild ChangeLog
  Log:
  Remove legacy CC setup -- always use tc-getCC.  Also make sure we respect LD.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.7                  sys-boot/yaboot/yaboot-1.3.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?r1=1.6&r2=1.7

Index: yaboot-1.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yaboot-1.3.16.ebuild        17 May 2015 04:09:05 -0000      1.6
+++ yaboot-1.3.16.ebuild        17 May 2015 04:12:42 -0000      1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.6 
2015/05/17 04:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.7 
2015/05/17 04:12:42 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -38,8 +38,7 @@
 
 src_compile() {
        unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-       [ -n "$(tc-getCC)" ] || CC="gcc"
-       emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
+       emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" || 
die
 }
 
 src_install() {



1.4                  sys-boot/yaboot/yaboot-1.3.17-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?r1=1.3&r2=1.4

Index: yaboot-1.3.17-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- yaboot-1.3.17-r2.ebuild     17 May 2015 04:09:05 -0000      1.3
+++ yaboot-1.3.17-r2.ebuild     17 May 2015 04:12:42 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.3 2015/05/17 04:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 
1.4 2015/05/17 04:12:42 vapier Exp $
 
 EAPI=2
 
@@ -49,8 +49,7 @@
 
 src_compile() {
        unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-       [ -n "$(tc-getCC)" ] || CC="gcc"
-       emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
+       emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" || 
die
 }
 
 src_install() {



1.6                  sys-boot/yaboot/yaboot-1.3.14-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?r1=1.5&r2=1.6

Index: yaboot-1.3.14-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-1.3.14-r2.ebuild     17 May 2015 04:09:05 -0000      1.5
+++ yaboot-1.3.14-r2.ebuild     17 May 2015 04:12:42 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.5 2015/05/17 04:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v 
1.6 2015/05/17 04:12:42 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -19,7 +19,6 @@
 
 src_compile() {
        unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
-       [ -n "$(tc-getCC)" ] || CC="gcc"
        # dual boot patch
        epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
        epatch "${FILESDIR}/chrpfix.patch"
@@ -30,7 +29,7 @@
                epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
        fi
        epatch "${FILESDIR}/sysfs-ofpath.patch"
-       emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
+       emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" LD="$(tc-getLD)" || 
die
 }
 
 src_install() {



1.46                 sys-boot/yaboot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   17 May 2015 04:09:05 -0000      1.45
+++ ChangeLog   17 May 2015 04:12:42 -0000      1.46
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/yaboot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.45 2015/05/17 
04:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.46 2015/05/17 
04:12:42 vapier Exp $
+
+  17 May 2015; Mike Frysinger <vap...@gentoo.org> yaboot-1.3.14-r2.ebuild,
+  yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild:
+  Remove legacy CC setup -- always use tc-getCC.  Also make sure we respect LD.
 
   17 May 2015; Mike Frysinger <vap...@gentoo.org> -yaboot-1.3.17-r1.ebuild,
   -yaboot-1.3.17.ebuild, yaboot-1.3.14-r2.ebuild, yaboot-1.3.16.ebuild,




Reply via email to