jer         14/09/17 08:20:33

  Modified:             kgcc64-4.2.4.ebuild kgcc64-4.1.2.ebuild
                        kgcc64-4.7.3.ebuild kgcc64-4.8.1.ebuild
                        kgcc64-4.3.5.ebuild kgcc64-4.6.3.ebuild
                        kgcc64-4.6.4.ebuild kgcc64-4.7.4.ebuild
                        kgcc64-4.5.4.ebuild kgcc64-4.4.5.ebuild
                        kgcc64-4.5.3.ebuild kgcc64-4.8.3.ebuild
                        kgcc64-3.4.6.ebuild kgcc64-4.4.6.ebuild
                        kgcc64-4.8.2.ebuild ChangeLog
  Removed:              kgcc64-4.7.2.ebuild kgcc64-4.3.3.ebuild
                        kgcc64-4.5.2.ebuild kgcc64-4.4.4.ebuild
  Log:
  EAPI bump (maybe bug #474358).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.8                  sys-devel/kgcc64/kgcc64-4.2.4.ebuild

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

Index: kgcc64-4.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kgcc64-4.2.4.ebuild 14 Nov 2012 17:03:04 -0000      1.7
+++ kgcc64-4.2.4.ebuild 17 Sep 2014 08:20:33 -0000      1.8
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v 1.7 
2012/11/14 17:03:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v 1.8 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.0"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.11                 sys-devel/kgcc64/kgcc64-4.1.2.ebuild

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

Index: kgcc64-4.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kgcc64-4.1.2.ebuild 3 Dec 2011 20:46:58 -0000       1.10
+++ kgcc64-4.1.2.ebuild 17 Sep 2014 08:20:33 -0000      1.11
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v 1.10 
2011/12/03 20:46:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v 1.11 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.0.1"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 
@@ -31,9 +33,8 @@
        !sys-devel/gcc-powerpc64
        !sys-devel/gcc-sparc64"
 
-src_unpack() {
-       toolchain_src_unpack
-
+src_prepare() {
+       toolchain_src_prepare
        # Fix cross-compiling
        epatch "${GCC_FILESDIR}"/4.1.0/gcc-4.1.0-cross-compile.patch
 }



1.4                  sys-devel/kgcc64/kgcc64-4.7.3.ebuild

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

Index: kgcc64-4.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kgcc64-4.7.3.ebuild 25 Sep 2013 14:28:36 -0000      1.3
+++ kgcc64-4.7.3.ebuild 17 Sep 2014 08:20:33 -0000      1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.3.ebuild,v 1.3 
2013/09/25 14:28:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.3.ebuild,v 1.4 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.3"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.2                  sys-devel/kgcc64/kgcc64-4.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.1.ebuild?r1=1.1&r2=1.2

Index: kgcc64-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kgcc64-4.8.1.ebuild 9 Oct 2013 23:08:12 -0000       1.1
+++ kgcc64-4.8.1.ebuild 17 Sep 2014 08:20:33 -0000      1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.1.ebuild,v 1.1 
2013/10/09 23:08:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.1.ebuild,v 1.2 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.2"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.3                  sys-devel/kgcc64/kgcc64-4.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.5.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.5.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.5.ebuild?r1=1.2&r2=1.3

Index: kgcc64-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kgcc64-4.3.5.ebuild 3 Dec 2011 20:46:58 -0000       1.2
+++ kgcc64-4.3.5.ebuild 17 Sep 2014 08:20:33 -0000      1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.5.ebuild,v 1.2 
2011/12/03 20:46:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.5.ebuild,v 1.3 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.1"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.4                  sys-devel/kgcc64/kgcc64-4.6.3.ebuild

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

Index: kgcc64-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kgcc64-4.6.3.ebuild 9 Jan 2013 13:33:40 -0000       1.3
+++ kgcc64-4.6.3.ebuild 17 Sep 2014 08:20:33 -0000      1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.3.ebuild,v 1.3 
2013/01/09 13:33:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.3.ebuild,v 1.4 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.9"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.2                  sys-devel/kgcc64/kgcc64-4.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.4.ebuild?r1=1.1&r2=1.2

Index: kgcc64-4.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kgcc64-4.6.4.ebuild 17 Jul 2013 14:58:56 -0000      1.1
+++ kgcc64-4.6.4.ebuild 17 Sep 2014 08:20:33 -0000      1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.4.ebuild,v 1.1 
2013/07/17 14:58:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.6.4.ebuild,v 1.2 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.0"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.3                  sys-devel/kgcc64/kgcc64-4.7.4.ebuild

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

Index: kgcc64-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kgcc64-4.7.4.ebuild 25 Jun 2014 12:37:55 -0000      1.2
+++ kgcc64-4.7.4.ebuild 17 Sep 2014 08:20:33 -0000      1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.2 
2014/06/25 12:37:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.3 
2014/09/17 08:20:33 jer Exp $
 
-EAPI=2
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;



1.2                  sys-devel/kgcc64/kgcc64-4.5.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.4.ebuild?r1=1.1&r2=1.2

Index: kgcc64-4.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kgcc64-4.5.4.ebuild 17 Jul 2013 14:58:56 -0000      1.1
+++ kgcc64-4.5.4.ebuild 17 Sep 2014 08:20:33 -0000      1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.4.ebuild,v 1.1 
2013/07/17 14:58:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.4.ebuild,v 1.2 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.2"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.6                  sys-devel/kgcc64/kgcc64-4.4.5.ebuild

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

Index: kgcc64-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kgcc64-4.4.5.ebuild 3 Dec 2011 20:46:58 -0000       1.5
+++ kgcc64-4.4.5.ebuild 17 Sep 2014 08:20:33 -0000      1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.5.ebuild,v 1.5 
2011/12/03 20:46:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.5.ebuild,v 1.6 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.2"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.5                  sys-devel/kgcc64/kgcc64-4.5.3.ebuild

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

Index: kgcc64-4.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kgcc64-4.5.3.ebuild 8 Jul 2012 14:48:54 -0000       1.4
+++ kgcc64-4.5.3.ebuild 17 Sep 2014 08:20:33 -0000      1.5
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.3.ebuild,v 1.4 
2012/07/08 14:48:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.3.ebuild,v 1.5 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.4"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.2                  sys-devel/kgcc64/kgcc64-4.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.3.ebuild?r1=1.1&r2=1.2

Index: kgcc64-4.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kgcc64-4.8.3.ebuild 17 Jun 2014 13:37:15 -0000      1.1
+++ kgcc64-4.8.3.ebuild 17 Sep 2014 08:20:33 -0000      1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.3.ebuild,v 1.1 
2014/06/17 13:37:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.3.ebuild,v 1.2 
2014/09/17 08:20:33 jer Exp $
 
-EAPI=2
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;



1.12                 sys-devel/kgcc64/kgcc64-3.4.6.ebuild

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

Index: kgcc64-3.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-3.4.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kgcc64-3.4.6.ebuild 3 Dec 2011 20:46:58 -0000       1.11
+++ kgcc64-3.4.6.ebuild 17 Sep 2014 08:20:33 -0000      1.12
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-3.4.6.ebuild,v 1.11 
2011/12/03 20:46:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-3.4.6.ebuild,v 1.12 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.2"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 
@@ -31,9 +33,8 @@
        !sys-devel/gcc-powerpc64
        !sys-devel/gcc-sparc64"
 
-src_unpack() {
-       toolchain_src_unpack
-
+src_prepare() {
+       toolchain_src_prepare
        epatch "${GCC_FILESDIR}"/3.4.4/gcc-3.4.4-cross-compile.patch
 
        # Arch stuff



1.3                  sys-devel/kgcc64/kgcc64-4.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.6.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.6.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.6.ebuild?r1=1.2&r2=1.3

Index: kgcc64-4.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kgcc64-4.4.6.ebuild 3 Dec 2011 20:46:58 -0000       1.2
+++ kgcc64-4.4.6.ebuild 17 Sep 2014 08:20:33 -0000      1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.6.ebuild,v 1.2 
2011/12/03 20:46:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.6.ebuild,v 1.3 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.0"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.2                  sys-devel/kgcc64/kgcc64-4.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.2.ebuild?r1=1.1&r2=1.2

Index: kgcc64-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kgcc64-4.8.2.ebuild 16 Nov 2013 14:41:51 -0000      1.1
+++ kgcc64-4.8.2.ebuild 17 Sep 2014 08:20:33 -0000      1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.2.ebuild,v 1.1 
2013/11/16 14:41:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.8.2.ebuild,v 1.2 
2014/09/17 08:20:33 jer Exp $
+
+EAPI=4
 
 case ${CHOST} in
        hppa*)    CTARGET=hppa64-${CHOST#*-};;
@@ -17,7 +19,7 @@
 PATCH_VER="1.0"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
-inherit toolchain eutils
+inherit eutils toolchain
 
 DESCRIPTION="64bit kernel compiler"
 



1.56                 sys-devel/kgcc64/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   25 Jun 2014 12:37:55 -0000      1.55
+++ ChangeLog   17 Sep 2014 08:20:33 -0000      1.56
@@ -1,6 +1,15 @@
 # ChangeLog for sys-devel/kgcc64
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.55 
2014/06/25 12:37:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.56 
2014/09/17 08:20:33 jer Exp $
+
+  17 Sep 2014; Jeroen Roovers <[email protected]> kgcc64-3.4.6.ebuild,
+  kgcc64-4.1.2.ebuild, kgcc64-4.2.4.ebuild, -kgcc64-4.3.3.ebuild,
+  kgcc64-4.3.5.ebuild, -kgcc64-4.4.4.ebuild, kgcc64-4.4.5.ebuild,
+  kgcc64-4.4.6.ebuild, -kgcc64-4.5.2.ebuild, kgcc64-4.5.3.ebuild,
+  kgcc64-4.5.4.ebuild, kgcc64-4.6.3.ebuild, kgcc64-4.6.4.ebuild,
+  -kgcc64-4.7.2.ebuild, kgcc64-4.7.3.ebuild, kgcc64-4.7.4.ebuild,
+  kgcc64-4.8.1.ebuild, kgcc64-4.8.2.ebuild, kgcc64-4.8.3.ebuild:
+  EAPI bump (maybe bug #474358).
 
   25 Jun 2014; Jeroen Roovers <[email protected]> kgcc64-4.7.4.ebuild:
   Drop patches that do not make sense (or fail to apply).




Reply via email to