summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-03 20:46:58 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-03 20:46:58 +0000
commit6cd0839cc64bc6125f2b1864c711fd6e65916db9 (patch)
tree01b71596b40fcb8e2b6afdd82868dbee96071bc9 /sys-devel/kgcc64
parentdrop now unused exclude_gcc_patches/GENTOO_PATCH_EXCLUDE logic (diff)
downloadgentoo-2-6cd0839cc64bc6125f2b1864c711fd6e65916db9.tar.gz
gentoo-2-6cd0839cc64bc6125f2b1864c711fd6e65916db9.tar.bz2
gentoo-2-6cd0839cc64bc6125f2b1864c711fd6e65916db9.zip
Drop dead ETYPE variable.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/kgcc64')
-rw-r--r--sys-devel/kgcc64/ChangeLog8
-rw-r--r--sys-devel/kgcc64/kgcc64-3.4.6.ebuild3
-rw-r--r--sys-devel/kgcc64/kgcc64-4.1.2.ebuild3
-rw-r--r--sys-devel/kgcc64/kgcc64-4.2.4.ebuild3
-rw-r--r--sys-devel/kgcc64/kgcc64-4.3.3.ebuild5
-rw-r--r--sys-devel/kgcc64/kgcc64-4.3.5.ebuild3
-rw-r--r--sys-devel/kgcc64/kgcc64-4.4.4.ebuild3
-rw-r--r--sys-devel/kgcc64/kgcc64-4.4.5.ebuild3
-rw-r--r--sys-devel/kgcc64/kgcc64-4.4.6.ebuild3
-rw-r--r--sys-devel/kgcc64/kgcc64-4.5.2.ebuild3
10 files changed, 17 insertions, 20 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog
index 1ece366f9f6a..ca42286b7d09 100644
--- a/sys-devel/kgcc64/ChangeLog
+++ b/sys-devel/kgcc64/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/kgcc64
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.38 2011/11/21 11:56:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.39 2011/12/03 20:46:58 vapier Exp $
+
+ 03 Dec 2011; Mike Frysinger <vapier@gentoo.org> 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:
+ Drop dead ETYPE variable.
21 Nov 2011; Jeroen Roovers <jer@gentoo.org> Manifest:
Regenerate Manifest by Duncan (bug #391181).
diff --git a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild
index 6383cc518b1b..6781af949187 100644
--- a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild
+++ b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.10 2011/02/06 11:36:05 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-3.4.6.ebuild,v 1.11 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.2"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
index 65f86cef0144..318f28dd716e 100644
--- a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.9 2011/02/06 11:36:05 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.1.2.ebuild,v 1.10 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.0.1"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
index 90d257c11c3e..718eaa7369bb 100644
--- a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.5 2011/01/02 09:54:41 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v 1.6 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.0"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.3.3.ebuild b/sys-devel/kgcc64/kgcc64-4.3.3.ebuild
index 5a6bcdb1f6ad..217672f847e5 100644
--- a/sys-devel/kgcc64/kgcc64-4.3.3.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.3.ebuild,v 1.5 2010/07/17 16:23:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.3.ebuild,v 1.6 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.0"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.3.5.ebuild b/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
index 1a15ea8a7e19..6a798b797378 100644
--- a/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.1 2011/02/26 06:10:05 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.5.ebuild,v 1.2 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.1"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.4.4.ebuild b/sys-devel/kgcc64/kgcc64-4.4.4.ebuild
index cc494749c788..096c817e48d6 100644
--- a/sys-devel/kgcc64/kgcc64-4.4.4.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.4.ebuild,v 1.4 2011/03/08 22:23:39 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.4.ebuild,v 1.5 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.0"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
index cf3df7eae4a0..04fa366fc7f7 100644
--- a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.4 2011/11/20 19:06:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.5.ebuild,v 1.5 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.2"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.4.6.ebuild b/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
index 7051518dcb8a..180cc49aa7f0 100644
--- a/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.1 2011/07/26 01:17:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.6.ebuild,v 1.2 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.0"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils
diff --git a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild b/sys-devel/kgcc64/kgcc64-4.5.2.ebuild
index 1b6e94af42a0..45b076f7f9b5 100644
--- a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild
+++ b/sys-devel/kgcc64/kgcc64-4.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.2.ebuild,v 1.4 2011/11/20 19:06:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.2.ebuild,v 1.5 2011/12/03 20:46:58 vapier Exp $
case ${CHOST} in
hppa*) CTARGET=hppa64-${CHOST#*-};;
@@ -15,7 +15,6 @@ TOOLCHAIN_ALLOWED_LANGS="c"
GCC_TARGET_NO_MULTILIB=true
PATCH_VER="1.1"
-ETYPE="gcc-compiler"
GCC_FILESDIR=${FILESDIR/${PN}/gcc}
inherit toolchain eutils