vapier      15/03/17 06:41:31

  Modified:             gcc-4.7.0.ebuild gcc-4.7.2-r1.ebuild
                        gcc-4.7.3-r1.ebuild gcc-4.7.4.ebuild
                        gcc-4.7.1.ebuild ChangeLog
  Log:
  Mask out the x32 patches all the time #543578.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.15                 sys-devel/gcc/gcc-4.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?r1=1.14&r2=1.15

Index: gcc-4.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gcc-4.7.0.ebuild    24 Oct 2014 00:23:04 -0000      1.14
+++ gcc-4.7.0.ebuild    17 Mar 2015 06:41:31 -0000      1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.14 
2014/10/24 00:23:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.15 
2015/03/17 06:41:31 vapier Exp $
 
 EAPI="2"
 
@@ -40,10 +40,8 @@
                EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch"
        fi
 
-       # drop the x32 stuff once 4.7 goes stable
-       if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; 
then
-               EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
-       fi
+       # drop the x32 stuff in the next patchset #543578
+       EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
 
        toolchain_src_prepare
 



1.11                 sys-devel/gcc/gcc-4.7.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild?r1=1.10&r2=1.11

Index: gcc-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gcc-4.7.2-r1.ebuild 24 Oct 2014 00:23:04 -0000      1.10
+++ gcc-4.7.2-r1.ebuild 17 Mar 2015 06:41:31 -0000      1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.10 
2014/10/24 00:23:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.11 
2015/03/17 06:41:31 vapier Exp $
 
 EAPI="2"
 
@@ -40,10 +40,8 @@
                EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch"
        fi
 
-       # drop the x32 stuff once 4.7 goes stable
-       if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; 
then
-               EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
-       fi
+       # drop the x32 stuff in the next patchset #543578
+       EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
 
        toolchain_src_prepare
 



1.21                 sys-devel/gcc/gcc-4.7.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild?r1=1.20&r2=1.21

Index: gcc-4.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gcc-4.7.3-r1.ebuild 24 Oct 2014 00:23:04 -0000      1.20
+++ gcc-4.7.3-r1.ebuild 17 Mar 2015 06:41:31 -0000      1.21
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.20 
2014/10/24 00:23:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.21 
2015/03/17 06:41:31 vapier Exp $
 
 EAPI="2"
 
@@ -40,10 +40,8 @@
                EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch"
        fi
 
-       # drop the x32 stuff once 4.7 goes stable
-       if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; 
then
-               EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
-       fi
+       # drop the x32 stuff in the next patchset #543578
+       EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
 
        toolchain_src_prepare
 



1.6                  sys-devel/gcc/gcc-4.7.4.ebuild

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

Index: gcc-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gcc-4.7.4.ebuild    24 Oct 2014 00:23:04 -0000      1.5
+++ gcc-4.7.4.ebuild    17 Mar 2015 06:41:31 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.4.ebuild,v 1.5 
2014/10/24 00:23:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.4.ebuild,v 1.6 
2015/03/17 06:41:31 vapier Exp $
 
 EAPI="4"
 
@@ -40,10 +40,8 @@
                EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch"
        fi
 
-       # drop the x32 stuff once 4.7 goes stable
-       if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; 
then
-               EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
-       fi
+       # drop the x32 stuff in the next patchset #543578
+       EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
 
        toolchain_src_prepare
 



1.16                 sys-devel/gcc/gcc-4.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild?r1=1.15&r2=1.16

Index: gcc-4.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gcc-4.7.1.ebuild    24 Oct 2014 00:23:04 -0000      1.15
+++ gcc-4.7.1.ebuild    17 Mar 2015 06:41:31 -0000      1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v 1.15 
2014/10/24 00:23:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v 1.16 
2015/03/17 06:41:31 vapier Exp $
 
 EAPI="2"
 
@@ -40,10 +40,8 @@
                EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch"
        fi
 
-       # drop the x32 stuff once 4.7 goes stable
-       if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; 
then
-               EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
-       fi
+       # drop the x32 stuff in the next patchset #543578
+       EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
 
        toolchain_src_prepare
 



1.1052               sys-devel/gcc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1052&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1052&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1051&r2=1.1052

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1051
retrieving revision 1.1052
diff -u -r1.1051 -r1.1052
--- ChangeLog   13 Mar 2015 19:59:30 -0000      1.1051
+++ ChangeLog   17 Mar 2015 06:41:31 -0000      1.1052
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1051 2015/03/13 
19:59:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1052 2015/03/17 
06:41:31 vapier Exp $
+
+  17 Mar 2015; Mike Frysinger <[email protected]> gcc-4.7.0.ebuild,
+  gcc-4.7.1.ebuild, gcc-4.7.2-r1.ebuild, gcc-4.7.3-r1.ebuild, gcc-4.7.4.ebuild:
+  Mask out the x32 patches all the time #543578.
 
   13 Mar 2015; Mike Frysinger <[email protected]> -gcc-4.5.1-r1.ebuild,
   -gcc-4.5.2.ebuild, -gcc-4.5.3-r2.ebuild, -gcc-4.6.0.ebuild,




Reply via email to