diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-01 02:52:28 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-01 02:52:28 -0400 |
commit | a9541515f87344eec6d08302d000b6e01e851fa7 (patch) | |
tree | 6affcbd14eeca47004db4cd97526bf26c2521e60 | |
parent | cache: regen (diff) | |
download | toolchain-a9541515f87344eec6d08302d000b6e01e851fa7.tar.gz toolchain-a9541515f87344eec6d08302d000b6e01e851fa7.tar.bz2 toolchain-a9541515f87344eec6d08302d000b6e01e851fa7.zip |
gcc: bump all ebuilds to at least EAPI=2
-rw-r--r-- | sys-devel/gcc/gcc-4.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.2.0.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.2.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.2.2.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.2.3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.0.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.2-r4.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.0.ebuild | 2 |
15 files changed, 30 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-4.0.0.ebuild b/sys-devel/gcc/gcc-4.0.0.ebuild index bc25ea8..fbf039b 100644 --- a/sys-devel/gcc/gcc-4.0.0.ebuild +++ b/sys-devel/gcc/gcc-4.0.0.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.0.0.ebuild,v 1.7 2005/07/08 19:07:22 eradicator dead $ +EAPI="2" + PATCH_VER="1.1" UCLIBC_VER="1.0" HTB_VER="1.00" diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index 000dae2..97af6ce 100644 --- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.0.2-r3.ebuild,v 1.20 2006/12/30 11:33:36 vapier dead $ +EAPI="2" + PATCH_VER="1.6" PATCH_GCC_VER="4.0.2" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.0.3.ebuild b/sys-devel/gcc/gcc-4.0.3.ebuild index 84a6219..20ba64e 100644 --- a/sys-devel/gcc/gcc-4.0.3.ebuild +++ b/sys-devel/gcc/gcc-4.0.3.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.0.3.ebuild,v 1.15 2008/04/18 18:47:51 vapier dead $ +EAPI="2" + PATCH_VER="1.3" UCLIBC_VER="1.0" HTB_VER="1.00" diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild b/sys-devel/gcc/gcc-4.1.0-r1.ebuild index efdcbdd..68a7058 100644 --- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild +++ b/sys-devel/gcc/gcc-4.1.0-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.1.0-r1.ebuild,v 1.17 2009/02/15 23:12:46 vapier dead $ +EAPI="2" + PATCH_VER="1.8" UCLIBC_VER="1.1" diff --git a/sys-devel/gcc/gcc-4.1.1-r3.ebuild b/sys-devel/gcc/gcc-4.1.1-r3.ebuild index f07b144..3894a86 100644 --- a/sys-devel/gcc/gcc-4.1.1-r3.ebuild +++ b/sys-devel/gcc/gcc-4.1.1-r3.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.1.1-r3.ebuild,v 1.17 2008/04/18 18:47:51 vapier dead $ +EAPI="2" + PATCH_VER="1.10" UCLIBC_VER="1.1" diff --git a/sys-devel/gcc/gcc-4.2.0.ebuild b/sys-devel/gcc/gcc-4.2.0.ebuild index 92574aa..d844ac7 100644 --- a/sys-devel/gcc/gcc-4.2.0.ebuild +++ b/sys-devel/gcc/gcc-4.2.0.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.2.0.ebuild,v 1.12 2008/04/18 18:47:51 vapier dead $ +EAPI="2" + PATCH_VER="1.4" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.2.1.ebuild b/sys-devel/gcc/gcc-4.2.1.ebuild index bb3b226..874554a 100644 --- a/sys-devel/gcc/gcc-4.2.1.ebuild +++ b/sys-devel/gcc/gcc-4.2.1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.2.1.ebuild,v 1.3 2008/04/18 18:47:51 vapier dead $ +EAPI="2" + PATCH_VER="1.0" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.2.2.ebuild b/sys-devel/gcc/gcc-4.2.2.ebuild index 03dc6b2..7702802 100644 --- a/sys-devel/gcc/gcc-4.2.2.ebuild +++ b/sys-devel/gcc/gcc-4.2.2.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.2.2.ebuild,v 1.5 2008/04/18 18:47:51 vapier dead $ +EAPI="2" + PATCH_VER="1.0" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.2.3.ebuild b/sys-devel/gcc/gcc-4.2.3.ebuild index 1098129..9c79e25 100644 --- a/sys-devel/gcc/gcc-4.2.3.ebuild +++ b/sys-devel/gcc/gcc-4.2.3.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.2.3.ebuild,v 1.4 2009/02/15 23:12:46 vapier dead $ +EAPI="2" + PATCH_VER="1.0" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.3.0.ebuild b/sys-devel/gcc/gcc-4.3.0.ebuild index dcfdbee..473ba3a 100644 --- a/sys-devel/gcc/gcc-4.3.0.ebuild +++ b/sys-devel/gcc/gcc-4.3.0.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.3.0.ebuild,v 1.10 2009/05/09 21:26:13 halcy0n dead $ +EAPI="2" + PATCH_VER="1.2" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.3.1-r1.ebuild b/sys-devel/gcc/gcc-4.3.1-r1.ebuild index ba51dcb..5ddf7f6 100644 --- a/sys-devel/gcc/gcc-4.3.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.3.1-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.3.1-r1.ebuild,v 1.4 2009/05/09 21:26:13 halcy0n dead $ +EAPI="2" + PATCH_VER="1.1" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.3.2-r4.ebuild b/sys-devel/gcc/gcc-4.3.2-r4.ebuild index dc783e7..f946ebf 100644 --- a/sys-devel/gcc/gcc-4.3.2-r4.ebuild +++ b/sys-devel/gcc/gcc-4.3.2-r4.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild,v 1.9 2010/01/09 12:58:57 ulm Exp $ +EAPI="2" + PATCH_VER="1.8" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.4.0-r1.ebuild b/sys-devel/gcc/gcc-4.4.0-r1.ebuild index 53321dd..275648f 100644 --- a/sys-devel/gcc/gcc-4.4.0-r1.ebuild +++ b/sys-devel/gcc/gcc-4.4.0-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.4.0-r1.ebuild,v 1.3 2009/08/13 19:40:11 halcy0n dead $ +EAPI="2" + PATCH_VER="1.2" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.4.1.ebuild b/sys-devel/gcc/gcc-4.4.1.ebuild index 79f5d79..907c2de 100644 --- a/sys-devel/gcc/gcc-4.4.1.ebuild +++ b/sys-devel/gcc/gcc-4.4.1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.13 2010/01/09 12:58:57 ulm Exp $ +EAPI="2" + PATCH_VER="1.0" UCLIBC_VER="1.1" diff --git a/sys-devel/gcc/gcc-4.5.0.ebuild b/sys-devel/gcc/gcc-4.5.0.ebuild index 6063630..eeb5c63 100644 --- a/sys-devel/gcc/gcc-4.5.0.ebuild +++ b/sys-devel/gcc/gcc-4.5.0.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v 1.12 2010/10/05 15:12:10 zorry Exp $ +EAPI="2" + PATCH_VER="1.5" UCLIBC_VER="1.0" |