vapier      15/05/17 04:09:05

  Modified:             yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
                        yaboot-1.3.14-r2.ebuild ChangeLog
  Removed:              yaboot-1.3.17-r1.ebuild yaboot-1.3.17.ebuild
  Log:
  Switch `export -n` to `unset`, and also clear CPPFLAGS & LDFLAGS.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?r1=1.5&r2=1.6

Index: yaboot-1.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-1.3.16.ebuild        22 May 2011 07:48:57 -0000      1.5
+++ yaboot-1.3.16.ebuild        17 May 2015 04:09:05 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.5 
2011/05/22 07:48:57 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.6 
2015/05/17 04:09:05 vapier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -37,8 +37,7 @@
 }
 
 src_compile() {
-       export -n CFLAGS
-       export -n CXXFLAGS
+       unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
        [ -n "$(tc-getCC)" ] || CC="gcc"
        emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
 }



1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?r1=1.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaboot-1.3.17-r2.ebuild     20 Jun 2012 13:54:25 -0000      1.2
+++ yaboot-1.3.17-r2.ebuild     17 May 2015 04:09:05 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.2 2012/06/20 13:54:25 josejx Exp $
+# $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 $
 
 EAPI=2
 
@@ -48,8 +48,7 @@
 }
 
 src_compile() {
-       export -n CFLAGS
-       export -n CXXFLAGS
+       unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
        [ -n "$(tc-getCC)" ] || CC="gcc"
        emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die
 }



1.5                  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.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?r1=1.4&r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yaboot-1.3.14-r2.ebuild     10 Apr 2011 14:23:30 -0000      1.4
+++ yaboot-1.3.14-r2.ebuild     17 May 2015 04:09:05 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.4 2011/04/10 14:23:30 ulm Exp $
+# $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 $
 
 inherit eutils toolchain-funcs
 
@@ -18,8 +18,7 @@
                                 sys-fs/mac-fdisk )"
 
 src_compile() {
-       export -n CFLAGS
-       export -n CXXFLAGS
+       unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
        [ -n "$(tc-getCC)" ] || CC="gcc"
        # dual boot patch
        epatch "${FILESDIR}/yabootconfig-1.3.13.patch"



1.45                 sys-boot/yaboot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   20 Jun 2012 13:54:25 -0000      1.44
+++ ChangeLog   17 May 2015 04:09:05 -0000      1.45
@@ -1,6 +1,11 @@
 # ChangeLog for sys-boot/yaboot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.44 2012/06/20 
13:54:25 josejx Exp $
+# 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 $
+
+  17 May 2015; Mike Frysinger <[email protected]> -yaboot-1.3.17-r1.ebuild,
+  -yaboot-1.3.17.ebuild, yaboot-1.3.14-r2.ebuild, yaboot-1.3.16.ebuild,
+  yaboot-1.3.17-r2.ebuild:
+  Switch `export -n` to `unset`, and also clear CPPFLAGS & LDFLAGS.
 
   20 Jun 2012; Joseph Jezak <[email protected]> yaboot-1.3.17-r2.ebuild,
   files/yaboot-stubfuncs.patch:




Reply via email to