vapier      14/10/17 17:49:53

  Modified:             gcc-4.1.2.ebuild gcc-4.3.6-r1.ebuild
                        gcc-3.4.6-r2.ebuild gcc-4.2.4-r1.ebuild
                        gcc-3.3.6-r1.ebuild ChangeLog
  Log:
  Drop $GCC_SPECS support in older versions.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D2E96200)

Revision  Changes    Path
1.39                 sys-devel/gcc/gcc-4.1.2.ebuild

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

Index: gcc-4.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gcc-4.1.2.ebuild    17 Oct 2014 17:47:45 -0000      1.38
+++ gcc-4.1.2.ebuild    17 Oct 2014 17:49:53 -0000      1.39
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.38 
2014/10/17 17:47:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.39 
2014/10/17 17:49:53 vapier Exp $
 
 EAPI="2"
 
@@ -26,8 +26,6 @@
 
        use vanilla && return 0
 
-       [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
-
        # Fix cross-compiling
        epatch "${FILESDIR}"/4.1.0/gcc-4.1.0-cross-compile.patch
 



1.17                 sys-devel/gcc/gcc-4.3.6-r1.ebuild

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

Index: gcc-4.3.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.6-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gcc-4.3.6-r1.ebuild 17 Oct 2014 17:47:45 -0000      1.16
+++ gcc-4.3.6-r1.ebuild 17 Oct 2014 17:49:53 -0000      1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.6-r1.ebuild,v 1.16 
2014/10/17 17:47:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.6-r1.ebuild,v 1.17 
2014/10/17 17:49:53 vapier Exp $
 
 EAPI="2"
 
@@ -39,6 +39,4 @@
        use vanilla && return 0
 
        sed -i 's/use_fixproto=yes/:/' gcc/config.gcc #PR33200
-
-       [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
 }



1.37                 sys-devel/gcc/gcc-3.4.6-r2.ebuild

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

Index: gcc-3.4.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gcc-3.4.6-r2.ebuild 17 Oct 2014 17:47:45 -0000      1.36
+++ gcc-3.4.6-r2.ebuild 17 Oct 2014 17:49:53 -0000      1.37
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.36 
2014/10/17 17:47:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.37 
2014/10/17 17:49:53 vapier Exp $
 
 EAPI="2"
 
@@ -30,9 +30,6 @@
 src_prepare() {
        toolchain_src_prepare
 
-       # misc patches that havent made it into a patch tarball yet
-       [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
-
        # Anything useful and objc will require libffi. Seriously. Lets just 
force
        # libffi to install with USE="objc", even though it normally only 
installs
        # if you attempt to build gcj.



1.18                 sys-devel/gcc/gcc-4.2.4-r1.ebuild

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

Index: gcc-4.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gcc-4.2.4-r1.ebuild 17 Oct 2014 17:47:45 -0000      1.17
+++ gcc-4.2.4-r1.ebuild 17 Oct 2014 17:49:53 -0000      1.18
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.17 
2014/10/17 17:47:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.18 
2014/10/17 17:49:53 vapier Exp $
 
 EAPI="2"
 
 PATCH_VER="1.3"
 UCLIBC_VER="1.0"
 
-inherit eutils toolchain
+inherit toolchain
 
 DESCRIPTION="The GNU Compiler Collection"
 
@@ -19,11 +19,3 @@
        ppc? ( >=${CATEGORY}/binutils-2.17 )
        ppc64? ( >=${CATEGORY}/binutils-2.17 )
        >=${CATEGORY}/binutils-2.15.94"
-
-src_prepare() {
-       toolchain_src_prepare
-
-       use vanilla && return 0
-
-       [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
-}



1.26                 sys-devel/gcc/gcc-3.3.6-r1.ebuild

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

Index: gcc-3.3.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gcc-3.3.6-r1.ebuild 19 Jan 2014 01:51:34 -0000      1.25
+++ gcc-3.3.6-r1.ebuild 17 Oct 2014 17:49:53 -0000      1.26
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.25 
2014/01/19 01:51:34 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.26 
2014/10/17 17:49:53 vapier Exp $
 
 EAPI="2"
 
@@ -30,9 +30,6 @@
                mv "${S}"/gcc-3.3.2/libstdc++-v3/config/locale/uclibc 
"${S}"/libstdc++-v3/config/locale/ || die
        fi
 
-       # misc patches that havent made it into a patch tarball yet
-       [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
-
        # Anything useful and objc will require libffi. Seriously. Lets just 
force
        # libffi to install with USE="objc", even though it normally only 
installs
        # if you attempt to build gcj.



1.1024               sys-devel/gcc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1023
retrieving revision 1.1024
diff -u -r1.1023 -r1.1024
--- ChangeLog   17 Oct 2014 17:47:45 -0000      1.1023
+++ ChangeLog   17 Oct 2014 17:49:53 -0000      1.1024
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1023 2014/10/17 
17:47:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1024 2014/10/17 
17:49:53 vapier Exp $
+
+  17 Oct 2014; Mike Frysinger <[email protected]> gcc-3.3.6-r1.ebuild,
+  gcc-3.4.6-r2.ebuild, gcc-4.1.2.ebuild, gcc-4.2.4-r1.ebuild,
+  gcc-4.3.6-r1.ebuild:
+  Drop $GCC_SPECS support in older versions.
 
   17 Oct 2014; Mike Frysinger <[email protected]>
   -files/3.4.4/gcc-3.4.4-softfloat.patch,




Reply via email to