Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/gnat/
Date: Sun, 26 Jun 2016 06:20:47
Message-Id: 1466921994.3747a934fb4def8b683893e389cf066cefc2df25.nerdboy@gentoo
1 commit: 3747a934fb4def8b683893e389cf066cefc2df25
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 03:22:38 2016 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 06:19:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3747a934
7
8 virtual/gnat, gnatbuild.eclass: virtual and eclass cleanup.
9
10 This (mostly) addresses some QA issues and bugs 561968, and 558346.
11 Also, updated 4.6.4-r1 is on the way...
12
13 Package-Manager: portage-2.2.28
14
15 virtual/gnat/gnat-3.4.ebuild | 8 +++++---
16 virtual/gnat/gnat-4.1.ebuild | 8 +++++---
17 virtual/gnat/gnat-4.2.ebuild | 6 ++++--
18 virtual/gnat/gnat-4.3.ebuild | 6 ++++--
19 virtual/gnat/gnat-4.4.ebuild | 6 ++++--
20 virtual/gnat/{gnat-4.9.ebuild => gnat-4.6.ebuild} | 6 +++---
21 virtual/gnat/gnat-4.9.ebuild | 2 +-
22 7 files changed, 26 insertions(+), 16 deletions(-)
23
24 diff --git a/virtual/gnat/gnat-3.4.ebuild b/virtual/gnat/gnat-3.4.ebuild
25 index 5374f8b..feaa9d2 100644
26 --- a/virtual/gnat/gnat-3.4.ebuild
27 +++ b/virtual/gnat/gnat-3.4.ebuild
28 @@ -1,7 +1,9 @@
29 -# Copyright 1999-2010 Gentoo Foundation
30 +# Copyright 1999-2016 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 # $Id$
33
34 +EAPI="5"
35 +
36 DESCRIPTION="Virtual for the gnat compiler selection"
37 HOMEPAGE=""
38 SRC_URI=""
39 @@ -10,6 +12,6 @@ SLOT="3.4"
40 KEYWORDS="~amd64 ~x86"
41 IUSE=""
42 RDEPEND="|| (
43 - =dev-lang/gnat-gcc-3.4*
44 - =dev-lang/gnat-gpl-3.4* )"
45 + =dev-lang/gnat-gcc-${PV}*
46 + =dev-lang/gnat-gpl-${PV}* )"
47 DEPEND=""
48
49 diff --git a/virtual/gnat/gnat-4.1.ebuild b/virtual/gnat/gnat-4.1.ebuild
50 index 4a39cc5..6774953 100644
51 --- a/virtual/gnat/gnat-4.1.ebuild
52 +++ b/virtual/gnat/gnat-4.1.ebuild
53 @@ -1,7 +1,9 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2016 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Id$
58
59 +EAPI="5"
60 +
61 DESCRIPTION="Virtual for the gnat compiler selection"
62 HOMEPAGE=""
63 SRC_URI=""
64 @@ -10,6 +12,6 @@ SLOT="4.1"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE=""
67 RDEPEND="|| (
68 - =dev-lang/gnat-gcc-4.1*
69 - =dev-lang/gnat-gpl-4.1* )"
70 + =dev-lang/gnat-gcc-${PV}*
71 + =dev-lang/gnat-gpl-${PV}* )"
72 DEPEND=""
73
74 diff --git a/virtual/gnat/gnat-4.2.ebuild b/virtual/gnat/gnat-4.2.ebuild
75 index 20ef62e..cef9305 100644
76 --- a/virtual/gnat/gnat-4.2.ebuild
77 +++ b/virtual/gnat/gnat-4.2.ebuild
78 @@ -1,7 +1,9 @@
79 -# Copyright 1999-2010 Gentoo Foundation
80 +# Copyright 1999-2016 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Id$
83
84 +EAPI="5"
85 +
86 DESCRIPTION="Virtual for the gnat compiler selection"
87 HOMEPAGE=""
88 SRC_URI=""
89 @@ -9,5 +11,5 @@ LICENSE=""
90 SLOT="4.2"
91 KEYWORDS="~amd64 ~ppc ~x86"
92 IUSE=""
93 -RDEPEND="=dev-lang/gnat-gcc-4.2*"
94 +RDEPEND="=dev-lang/gnat-gcc-${PV}*"
95 DEPEND=""
96
97 diff --git a/virtual/gnat/gnat-4.3.ebuild b/virtual/gnat/gnat-4.3.ebuild
98 index 7c0aecb..c8e50ea 100644
99 --- a/virtual/gnat/gnat-4.3.ebuild
100 +++ b/virtual/gnat/gnat-4.3.ebuild
101 @@ -1,7 +1,9 @@
102 -# Copyright 1999-2011 Gentoo Foundation
103 +# Copyright 1999-2016 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 # $Id$
106
107 +EAPI="5"
108 +
109 DESCRIPTION="Virtual for the gnat compiler selection"
110 HOMEPAGE=""
111 SRC_URI=""
112 @@ -9,5 +11,5 @@ LICENSE=""
113 SLOT="4.3"
114 KEYWORDS="amd64 ~ppc x86"
115 IUSE=""
116 -RDEPEND="=dev-lang/gnat-gcc-4.3*"
117 +RDEPEND="=dev-lang/gnat-gcc-${PV}*"
118 DEPEND=""
119
120 diff --git a/virtual/gnat/gnat-4.4.ebuild b/virtual/gnat/gnat-4.4.ebuild
121 index 9d5e721..6f60dc7 100644
122 --- a/virtual/gnat/gnat-4.4.ebuild
123 +++ b/virtual/gnat/gnat-4.4.ebuild
124 @@ -1,7 +1,9 @@
125 -# Copyright 1999-2014 Gentoo Foundation
126 +# Copyright 1999-2016 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 # $Id$
129
130 +EAPI="5"
131 +
132 DESCRIPTION="Virtual for the gnat compiler selection"
133 HOMEPAGE=""
134 SRC_URI=""
135 @@ -9,5 +11,5 @@ LICENSE=""
136 SLOT="4.3"
137 KEYWORDS="~amd64 ~x86"
138 IUSE=""
139 -RDEPEND="=dev-lang/gnat-gcc-4.4*"
140 +RDEPEND="=dev-lang/gnat-gcc-${PV}*"
141 DEPEND=""
142
143 diff --git a/virtual/gnat/gnat-4.9.ebuild b/virtual/gnat/gnat-4.6.ebuild
144 similarity index 73%
145 copy from virtual/gnat/gnat-4.9.ebuild
146 copy to virtual/gnat/gnat-4.6.ebuild
147 index 7775c47..f0c8cf4 100644
148 --- a/virtual/gnat/gnat-4.9.ebuild
149 +++ b/virtual/gnat/gnat-4.6.ebuild
150 @@ -8,8 +8,8 @@ DESCRIPTION="Virtual for the gnat compiler selection"
151 HOMEPAGE=""
152 SRC_URI=""
153 LICENSE=""
154 -SLOT="4.9"
155 -KEYWORDS="~amd64 ~arm ~x86"
156 +SLOT="4.4"
157 +KEYWORDS="~amd64 ~arm ~sparc ~x86"
158 IUSE=""
159 -RDEPEND="=dev-lang/gnat-gcc-4.9*"
160 +RDEPEND="=dev-lang/gnat-gcc-${PV}*"
161 DEPEND=""
162
163 diff --git a/virtual/gnat/gnat-4.9.ebuild b/virtual/gnat/gnat-4.9.ebuild
164 index 7775c47..97f1ae7 100644
165 --- a/virtual/gnat/gnat-4.9.ebuild
166 +++ b/virtual/gnat/gnat-4.9.ebuild
167 @@ -11,5 +11,5 @@ LICENSE=""
168 SLOT="4.9"
169 KEYWORDS="~amd64 ~arm ~x86"
170 IUSE=""
171 -RDEPEND="=dev-lang/gnat-gcc-4.9*"
172 +RDEPEND="dev-lang/gnat-gcc:${PV}"
173 DEPEND=""