Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gcc/
Date: Sun, 26 Jun 2016 06:20:48
Message-Id: 1466922002.be1e9771d92ed9d5befe2921c50bc6ed6f37b209.nerdboy@gentoo
1 commit: be1e9771d92ed9d5befe2921c50bc6ed6f37b209
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 06:18:47 2016 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 06:20:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1e9771
7
8 dev-lang/gnat-gcc: remove lto use flag, fix headers, sync up gnat-gcc
9
10 Package-Manager: portage-2.2.28
11
12 dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild | 4 ++--
13 dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild | 4 ++--
14 dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild | 4 ++--
15 dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild | 4 ++--
16 dev-lang/gnat-gcc/metadata.xml | 3 ---
17 5 files changed, 8 insertions(+), 11 deletions(-)
18
19 diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild
20 index 19c9a5a..59a48c4 100644
21 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild
22 +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
30 HOMEPAGE="https://gcc.gnu.org/"
31 LICENSE="GMGPL"
32
33 -IUSE="doc lto" # doc and lto from gnatbuild.eclass
34 +IUSE="doc" # doc from gnatbuild.eclass
35
36 # SLOT is set in gnatbuild.eclass, depends only on PV (basically SLOT=GCCBRANCH)
37 # so the URI's are static.
38
39 diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild
40 index c71fa02..6987df8 100644
41 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild
42 +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2016 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
50 HOMEPAGE="https://gcc.gnu.org/"
51 LICENSE="GMGPL"
52
53 -IUSE="doc lto" # doc and lto from gnatbuild.eclass
54 +IUSE="doc" # doc from gnatbuild.eclass
55
56 # SLOT is set in gnatbuild.eclass, depends only on PV (basically SLOT=GCCBRANCH)
57 # so the URI's are static.
58
59 diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild
60 index 6fa8363..d610841 100644
61 --- a/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild
62 +++ b/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 +# Copyright 1999-2016 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Id$
68
69 @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
70 HOMEPAGE="https://gcc.gnu.org/"
71 LICENSE="GMGPL"
72
73 -IUSE="doc lto openmp"
74 +IUSE="doc openmp"
75
76 BOOT_SLOT="4.4"
77
78
79 diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
80 index 4346623..73e16fb 100644
81 --- a/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
82 +++ b/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2015 Gentoo Foundation
85 +# Copyright 1999-2016 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Id$
88
89 @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
90 HOMEPAGE="https://gcc.gnu.org/"
91 LICENSE="GMGPL"
92
93 -IUSE="doc lto openmp"
94 +IUSE="doc openmp"
95
96 BOOT_SLOT="4.4"
97
98
99 diff --git a/dev-lang/gnat-gcc/metadata.xml b/dev-lang/gnat-gcc/metadata.xml
100 index e4bed84..1d9d866 100644
101 --- a/dev-lang/gnat-gcc/metadata.xml
102 +++ b/dev-lang/gnat-gcc/metadata.xml
103 @@ -9,9 +9,6 @@
104 <flag name="acats">
105 Installs ACATS source under LIBPATH.
106 </flag>
107 - <flag name="lto">
108 - Enable Link Time Optimization (somewhat unsafe).
109 - </flag>
110 </use>
111 <longdescription>
112 GNAT, the (GN)U (A)da (T)oolchain, is a high performance Ada 95 development