summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2009-02-05 14:27:27 +0000
committerGeorge Shapovalov <george@gentoo.org>2009-02-05 14:27:27 +0000
commitcbc00bde1e352d98ba45604556c4f76c76c5b9a6 (patch)
treea427671fc471cb3af32bea086f8240978cb0c850 /dev-lang/gnat-gcc
parentremoved old versions (diff)
downloadgentoo-2-cbc00bde1e352d98ba45604556c4f76c76c5b9a6.tar.gz
gentoo-2-cbc00bde1e352d98ba45604556c4f76c76c5b9a6.tar.bz2
gentoo-2-cbc00bde1e352d98ba45604556c4f76c76c5b9a6.zip
fixed missing (but defined in gnatbuild.eclass) IUSE
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/gnat-gcc')
-rw-r--r--dev-lang/gnat-gcc/ChangeLog5
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild6
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild6
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild6
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild6
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild6
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild4
7 files changed, 27 insertions, 12 deletions
diff --git a/dev-lang/gnat-gcc/ChangeLog b/dev-lang/gnat-gcc/ChangeLog
index e00962f2b813..74089862b953 100644
--- a/dev-lang/gnat-gcc/ChangeLog
+++ b/dev-lang/gnat-gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/gnat-gcc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.28 2009/02/05 14:14:44 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.29 2009/02/05 14:27:27 george Exp $
+
+ 05 Feb 2009; George Shapovalov <george@gentoo.org> ChangeLog:
+ removed old versions
*gnat-gcc-4.3.3 (05 Feb 2009)
diff --git a/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild b/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild
index 8e2c83b1c5cf..90329319a15c 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild,v 1.10 2008/10/23 12:09:18 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild,v 1.11 2009/02/05 14:27:27 george Exp $
WANT_AUTOCONF=2.1
inherit gnatbuild
@@ -9,6 +9,8 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GMGPL"
+IUSE=""
+
# BOOT_SLOT is defined in gnatbuild.eclass and depends only on $PV
SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2
ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-ada-${PV}.tar.bz2
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild
index f8412ac5e5bd..05d41ce0605a 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild,v 1.5 2007/10/10 18:28:19 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild,v 1.6 2009/02/05 14:27:27 george Exp $
inherit gnatbuild
@@ -8,6 +8,8 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GMGPL"
+IUSE=""
+
# SLOT is set in gnatbuild.eclass, depends only on PV (basically SLOT=GCCBRANCH)
# so the URI's are static.
SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild
index 8216b6565d3a..463ea2df626d 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild,v 1.1 2008/02/05 13:34:51 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild,v 1.2 2009/02/05 14:27:27 george Exp $
inherit gnatbuild
@@ -8,6 +8,8 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GMGPL"
+IUSE=""
+
# overriding the BOOT_SLOT, as 4.1 should do fine, no need for bootstrap duplication
BOOT_SLOT="4.1"
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild
index acf4519a9d64..09eb662f6773 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild,v 1.2 2008/06/25 14:27:44 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild,v 1.3 2009/02/05 14:27:27 george Exp $
inherit gnatbuild
@@ -8,6 +8,8 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GMGPL"
+IUSE=""
+
# overriding the BOOT_SLOT, as 4.1 should do fine, no need for bootstrap duplication
BOOT_SLOT="4.1"
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild
index 83fffc3ae544..6560c788df1e 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild,v 1.1 2008/10/23 12:09:18 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.2.ebuild,v 1.2 2009/02/05 14:27:27 george Exp $
inherit gnatbuild
@@ -8,6 +8,8 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GMGPL"
+IUSE=""
+
# overriding the BOOT_SLOT, as 4.1 should do fine, no need for bootstrap duplication
BOOT_SLOT="4.1"
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild
index 4195b60b98ad..4cf9a3e84cc5 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild,v 1.1 2009/02/05 14:14:44 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild,v 1.2 2009/02/05 14:27:27 george Exp $
# Need to let configure know where to find stddef.h
#EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/"
@@ -11,6 +11,8 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GMGPL"
+IUSE=""
+
# overriding the BOOT_SLOT, as 4.1 should do fine, no need for bootstrap
# duplication
BOOT_SLOT="4.1"