Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/kgcc64/
Date: Mon, 01 Jan 2018 10:16:08
Message-Id: 1514801739.f4dc35bdabbf574e0a645648365f32e1d9c05929.blueness@gentoo
1 commit: f4dc35bdabbf574e0a645648365f32e1d9c05929
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 10:15:39 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 10:15:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dc35bd
7
8 sys-devel/kgcc64: bump all ebuilds to EAPI=5
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-devel/kgcc64/kgcc64-4.1.2.ebuild | 4 ++--
13 sys-devel/kgcc64/kgcc64-4.2.4.ebuild | 4 ++--
14 sys-devel/kgcc64/kgcc64-4.3.5.ebuild | 4 ++--
15 sys-devel/kgcc64/kgcc64-4.4.5.ebuild | 4 ++--
16 sys-devel/kgcc64/kgcc64-4.4.6.ebuild | 4 ++--
17 sys-devel/kgcc64/kgcc64-4.5.3.ebuild | 4 ++--
18 sys-devel/kgcc64/kgcc64-4.5.4.ebuild | 4 ++--
19 sys-devel/kgcc64/kgcc64-4.6.4.ebuild | 4 ++--
20 sys-devel/kgcc64/kgcc64-4.7.3.ebuild | 4 ++--
21 sys-devel/kgcc64/kgcc64-4.7.4.ebuild | 4 ++--
22 sys-devel/kgcc64/kgcc64-4.8.3.ebuild | 4 ++--
23 sys-devel/kgcc64/kgcc64-4.8.5.ebuild | 4 ++--
24 sys-devel/kgcc64/kgcc64-4.9.4.ebuild | 4 ++--
25 sys-devel/kgcc64/kgcc64-5.4.0.ebuild | 4 ++--
26 sys-devel/kgcc64/kgcc64-6.3.0.ebuild | 4 ++--
27 sys-devel/kgcc64/kgcc64-6.4.0.ebuild | 4 ++--
28 sys-devel/kgcc64/kgcc64-7.2.0.ebuild | 4 ++--
29 17 files changed, 34 insertions(+), 34 deletions(-)
30
31 diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
32 index 1b944aebd72..f1847c8ee07 100644
33 --- a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
34 +++ b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
35 @@ -1,7 +1,7 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=4
41 +EAPI=5
42
43 case ${CHOST} in
44 hppa*) CTARGET=hppa64-${CHOST#*-};;
45
46 diff --git a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
47 index 280b4f0fb81..ac2842ee881 100644
48 --- a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
49 +++ b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
50 @@ -1,7 +1,7 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 -EAPI=4
56 +EAPI=5
57
58 case ${CHOST} in
59 hppa*) CTARGET=hppa64-${CHOST#*-};;
60
61 diff --git a/sys-devel/kgcc64/kgcc64-4.3.5.ebuild b/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
62 index d42caa3d104..80a48385ee9 100644
63 --- a/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
64 +++ b/sys-devel/kgcc64/kgcc64-4.3.5.ebuild
65 @@ -1,7 +1,7 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 -EAPI=4
71 +EAPI=5
72
73 case ${CHOST} in
74 hppa*) CTARGET=hppa64-${CHOST#*-};;
75
76 diff --git a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
77 index a40dfa3752d..e8b3097fd90 100644
78 --- a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
79 +++ b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild
80 @@ -1,7 +1,7 @@
81 -# Copyright 1999-2017 Gentoo Foundation
82 +# Copyright 1999-2018 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84
85 -EAPI=4
86 +EAPI=5
87
88 case ${CHOST} in
89 hppa*) CTARGET=hppa64-${CHOST#*-};;
90
91 diff --git a/sys-devel/kgcc64/kgcc64-4.4.6.ebuild b/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
92 index 4cf0932591d..83f02acb5eb 100644
93 --- a/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
94 +++ b/sys-devel/kgcc64/kgcc64-4.4.6.ebuild
95 @@ -1,7 +1,7 @@
96 -# Copyright 1999-2017 Gentoo Foundation
97 +# Copyright 1999-2018 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99
100 -EAPI=4
101 +EAPI=5
102
103 case ${CHOST} in
104 hppa*) CTARGET=hppa64-${CHOST#*-};;
105
106 diff --git a/sys-devel/kgcc64/kgcc64-4.5.3.ebuild b/sys-devel/kgcc64/kgcc64-4.5.3.ebuild
107 index 4d7b7305dff..7603c4f2760 100644
108 --- a/sys-devel/kgcc64/kgcc64-4.5.3.ebuild
109 +++ b/sys-devel/kgcc64/kgcc64-4.5.3.ebuild
110 @@ -1,7 +1,7 @@
111 -# Copyright 1999-2017 Gentoo Foundation
112 +# Copyright 1999-2018 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114
115 -EAPI=4
116 +EAPI=5
117
118 case ${CHOST} in
119 hppa*) CTARGET=hppa64-${CHOST#*-};;
120
121 diff --git a/sys-devel/kgcc64/kgcc64-4.5.4.ebuild b/sys-devel/kgcc64/kgcc64-4.5.4.ebuild
122 index f89cae01887..da8ba44fcf4 100644
123 --- a/sys-devel/kgcc64/kgcc64-4.5.4.ebuild
124 +++ b/sys-devel/kgcc64/kgcc64-4.5.4.ebuild
125 @@ -1,7 +1,7 @@
126 -# Copyright 1999-2017 Gentoo Foundation
127 +# Copyright 1999-2018 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129
130 -EAPI=4
131 +EAPI=5
132
133 case ${CHOST} in
134 hppa*) CTARGET=hppa64-${CHOST#*-};;
135
136 diff --git a/sys-devel/kgcc64/kgcc64-4.6.4.ebuild b/sys-devel/kgcc64/kgcc64-4.6.4.ebuild
137 index df9275b1676..51b861eb280 100644
138 --- a/sys-devel/kgcc64/kgcc64-4.6.4.ebuild
139 +++ b/sys-devel/kgcc64/kgcc64-4.6.4.ebuild
140 @@ -1,7 +1,7 @@
141 -# Copyright 1999-2017 Gentoo Foundation
142 +# Copyright 1999-2018 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144
145 -EAPI=4
146 +EAPI=5
147
148 case ${CHOST} in
149 hppa*) CTARGET=hppa64-${CHOST#*-};;
150
151 diff --git a/sys-devel/kgcc64/kgcc64-4.7.3.ebuild b/sys-devel/kgcc64/kgcc64-4.7.3.ebuild
152 index 0fb3d04c68e..a6b40daf869 100644
153 --- a/sys-devel/kgcc64/kgcc64-4.7.3.ebuild
154 +++ b/sys-devel/kgcc64/kgcc64-4.7.3.ebuild
155 @@ -1,7 +1,7 @@
156 -# Copyright 1999-2017 Gentoo Foundation
157 +# Copyright 1999-2018 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159
160 -EAPI=4
161 +EAPI=5
162
163 case ${CHOST} in
164 hppa*) CTARGET=hppa64-${CHOST#*-};;
165
166 diff --git a/sys-devel/kgcc64/kgcc64-4.7.4.ebuild b/sys-devel/kgcc64/kgcc64-4.7.4.ebuild
167 index e126ea64f8d..aa235803a20 100644
168 --- a/sys-devel/kgcc64/kgcc64-4.7.4.ebuild
169 +++ b/sys-devel/kgcc64/kgcc64-4.7.4.ebuild
170 @@ -1,7 +1,7 @@
171 -# Copyright 1999-2017 Gentoo Foundation
172 +# Copyright 1999-2018 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174
175 -EAPI=4
176 +EAPI=5
177
178 case ${CHOST} in
179 hppa*) CTARGET=hppa64-${CHOST#*-};;
180
181 diff --git a/sys-devel/kgcc64/kgcc64-4.8.3.ebuild b/sys-devel/kgcc64/kgcc64-4.8.3.ebuild
182 index 731074eedc1..bbb90499c80 100644
183 --- a/sys-devel/kgcc64/kgcc64-4.8.3.ebuild
184 +++ b/sys-devel/kgcc64/kgcc64-4.8.3.ebuild
185 @@ -1,7 +1,7 @@
186 -# Copyright 1999-2017 Gentoo Foundation
187 +# Copyright 1999-2018 Gentoo Foundation
188 # Distributed under the terms of the GNU General Public License v2
189
190 -EAPI=4
191 +EAPI=5
192
193 case ${CHOST} in
194 hppa*) CTARGET=hppa64-${CHOST#*-};;
195
196 diff --git a/sys-devel/kgcc64/kgcc64-4.8.5.ebuild b/sys-devel/kgcc64/kgcc64-4.8.5.ebuild
197 index 90d69128a02..c4182cc3585 100644
198 --- a/sys-devel/kgcc64/kgcc64-4.8.5.ebuild
199 +++ b/sys-devel/kgcc64/kgcc64-4.8.5.ebuild
200 @@ -1,7 +1,7 @@
201 -# Copyright 1999-2017 Gentoo Foundation
202 +# Copyright 1999-2018 Gentoo Foundation
203 # Distributed under the terms of the GNU General Public License v2
204
205 -EAPI=4
206 +EAPI=5
207
208 case ${CHOST} in
209 hppa*) CTARGET=hppa64-${CHOST#*-};;
210
211 diff --git a/sys-devel/kgcc64/kgcc64-4.9.4.ebuild b/sys-devel/kgcc64/kgcc64-4.9.4.ebuild
212 index ec2766a42d2..1f9976f18b9 100644
213 --- a/sys-devel/kgcc64/kgcc64-4.9.4.ebuild
214 +++ b/sys-devel/kgcc64/kgcc64-4.9.4.ebuild
215 @@ -1,7 +1,7 @@
216 -# Copyright 1999-2017 Gentoo Foundation
217 +# Copyright 1999-2018 Gentoo Foundation
218 # Distributed under the terms of the GNU General Public License v2
219
220 -EAPI=4
221 +EAPI=5
222
223 case ${CHOST} in
224 hppa*) CTARGET=hppa64-${CHOST#*-};;
225
226 diff --git a/sys-devel/kgcc64/kgcc64-5.4.0.ebuild b/sys-devel/kgcc64/kgcc64-5.4.0.ebuild
227 index ec2766a42d2..1f9976f18b9 100644
228 --- a/sys-devel/kgcc64/kgcc64-5.4.0.ebuild
229 +++ b/sys-devel/kgcc64/kgcc64-5.4.0.ebuild
230 @@ -1,7 +1,7 @@
231 -# Copyright 1999-2017 Gentoo Foundation
232 +# Copyright 1999-2018 Gentoo Foundation
233 # Distributed under the terms of the GNU General Public License v2
234
235 -EAPI=4
236 +EAPI=5
237
238 case ${CHOST} in
239 hppa*) CTARGET=hppa64-${CHOST#*-};;
240
241 diff --git a/sys-devel/kgcc64/kgcc64-6.3.0.ebuild b/sys-devel/kgcc64/kgcc64-6.3.0.ebuild
242 index ded474dcdfa..b84d23b121b 100644
243 --- a/sys-devel/kgcc64/kgcc64-6.3.0.ebuild
244 +++ b/sys-devel/kgcc64/kgcc64-6.3.0.ebuild
245 @@ -1,7 +1,7 @@
246 -# Copyright 1999-2017 Gentoo Foundation
247 +# Copyright 1999-2018 Gentoo Foundation
248 # Distributed under the terms of the GNU General Public License v2
249
250 -EAPI=4
251 +EAPI=5
252
253 case ${CHOST} in
254 hppa*) CTARGET=hppa64-${CHOST#*-};;
255
256 diff --git a/sys-devel/kgcc64/kgcc64-6.4.0.ebuild b/sys-devel/kgcc64/kgcc64-6.4.0.ebuild
257 index ded474dcdfa..b84d23b121b 100644
258 --- a/sys-devel/kgcc64/kgcc64-6.4.0.ebuild
259 +++ b/sys-devel/kgcc64/kgcc64-6.4.0.ebuild
260 @@ -1,7 +1,7 @@
261 -# Copyright 1999-2017 Gentoo Foundation
262 +# Copyright 1999-2018 Gentoo Foundation
263 # Distributed under the terms of the GNU General Public License v2
264
265 -EAPI=4
266 +EAPI=5
267
268 case ${CHOST} in
269 hppa*) CTARGET=hppa64-${CHOST#*-};;
270
271 diff --git a/sys-devel/kgcc64/kgcc64-7.2.0.ebuild b/sys-devel/kgcc64/kgcc64-7.2.0.ebuild
272 index 798eef00c20..008c9355f86 100644
273 --- a/sys-devel/kgcc64/kgcc64-7.2.0.ebuild
274 +++ b/sys-devel/kgcc64/kgcc64-7.2.0.ebuild
275 @@ -1,7 +1,7 @@
276 -# Copyright 1999-2017 Gentoo Foundation
277 +# Copyright 1999-2018 Gentoo Foundation
278 # Distributed under the terms of the GNU General Public License v2
279
280 -EAPI=4
281 +EAPI=5
282
283 case ${CHOST} in
284 hppa*) CTARGET=hppa64-${CHOST#*-};;