Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java:master commit in: dev-java/icedtea/
Date: Mon, 30 Jan 2017 22:18:36
Message-Id: 1485812627.7a1d1c3636659d1033ad034828f6f4aa85a7a087.chewi@gentoo
1 commit: 7a1d1c3636659d1033ad034828f6f4aa85a7a087
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 21:43:47 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 21:43:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=7a1d1c36
7
8 dev-java/icedtea: EAPI bump to 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-java/icedtea/icedtea-3.3.0.ebuild | 6 ++----
13 dev-java/icedtea/icedtea-3.3.0_pre00.ebuild | 15 ++++++++-------
14 dev-java/icedtea/icedtea-6.1.13.13.ebuild | 6 ++----
15 dev-java/icedtea/icedtea-6.9999.ebuild | 13 +++++++------
16 dev-java/icedtea/icedtea-7.2.6.8.ebuild | 8 +++-----
17 dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild | 15 ++++++++-------
18 6 files changed, 30 insertions(+), 33 deletions(-)
19
20 diff --git a/dev-java/icedtea/icedtea-3.3.0.ebuild b/dev-java/icedtea/icedtea-3.3.0.ebuild
21 index 222b064..3e50184 100644
22 --- a/dev-java/icedtea/icedtea-3.3.0.ebuild
23 +++ b/dev-java/icedtea/icedtea-3.3.0.ebuild
24 @@ -7,7 +7,7 @@
25 # * IF YOU CHANGE THIS EBUILD, CHANGE ICEDTEA-6.* AS WELL *
26 # *********************************************************
27
28 -EAPI="5"
29 +EAPI="6"
30 SLOT="8"
31
32 inherit check-reqs gnome2-utils java-pkg-2 java-vm-2 multiprocessing pax-utils prefix versionator
33 @@ -193,15 +193,13 @@ src_unpack() {
34 unpack ${SRC_PKG}
35 }
36
37 -java_prepare() {
38 +src_configure() {
39 # For bootstrap builds as the sandbox control file might not yet exist.
40 addpredict /proc/self/coredump_filter
41
42 # icedtea doesn't like some locales. #330433 #389717
43 export LANG="C" LC_ALL="C"
44 -}
45
46 -src_configure() {
47 local cacao_config config hotspot_port hs_config jamvm_config use_cacao use_jamvm use_zero zero_config
48 local vm=$(java-pkg_get-current-vm)
49
50
51 diff --git a/dev-java/icedtea/icedtea-3.3.0_pre00.ebuild b/dev-java/icedtea/icedtea-3.3.0_pre00.ebuild
52 index 138abb0..f668aef 100644
53 --- a/dev-java/icedtea/icedtea-3.3.0_pre00.ebuild
54 +++ b/dev-java/icedtea/icedtea-3.3.0_pre00.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
61 @@ -7,7 +7,7 @@
62 # * IF YOU CHANGE THIS EBUILD, CHANGE ICEDTEA-6.* AS WELL *
63 # *********************************************************
64
65 -EAPI="5"
66 +EAPI="6"
67 SLOT="8"
68
69 inherit autotools check-reqs gnome2-utils java-pkg-2 java-vm-2 mercurial multiprocessing pax-utils prefix versionator virtualx
70 @@ -194,17 +194,18 @@ src_unpack() {
71 mercurial_src_unpack
72 }
73
74 -java_prepare() {
75 +src_prepare() {
76 + default
77 + eautoreconf
78 +}
79 +
80 +src_configure() {
81 # For bootstrap builds as the sandbox control file might not yet exist.
82 addpredict /proc/self/coredump_filter
83
84 # icedtea doesn't like some locales. #330433 #389717
85 export LANG="C" LC_ALL="C"
86
87 - eautoreconf
88 -}
89 -
90 -src_configure() {
91 local cacao_config config hotspot_port hs_config jamvm_config use_cacao use_jamvm use_zero zero_config
92 local vm=$(java-pkg_get-current-vm)
93
94
95 diff --git a/dev-java/icedtea/icedtea-6.1.13.13.ebuild b/dev-java/icedtea/icedtea-6.1.13.13.ebuild
96 index 3520cbc..3e24b6c 100644
97 --- a/dev-java/icedtea/icedtea-6.1.13.13.ebuild
98 +++ b/dev-java/icedtea/icedtea-6.1.13.13.ebuild
99 @@ -7,7 +7,7 @@
100 # * IF YOU CHANGE THIS EBUILD, CHANGE ICEDTEA-7.* AS WELL *
101 # *********************************************************
102
103 -EAPI="5"
104 +EAPI="6"
105 SLOT="6"
106
107 inherit check-reqs java-pkg-2 java-vm-2 multiprocessing pax-utils versionator virtualx
108 @@ -157,15 +157,13 @@ src_unpack() {
109 unpack ${SRC_PKG}
110 }
111
112 -java_prepare() {
113 +src_configure() {
114 # For bootstrap builds as the sandbox control file might not yet exist.
115 addpredict /proc/self/coredump_filter
116
117 # icedtea doesn't like some locales. #330433 #389717
118 export LANG="C" LC_ALL="C"
119 -}
120
121 -src_configure() {
122 local cacao_config config hotspot_port jamvm_config use_cacao use_jamvm use_zero zero_config
123 local vm=$(java-pkg_get-current-vm)
124
125
126 diff --git a/dev-java/icedtea/icedtea-6.9999.ebuild b/dev-java/icedtea/icedtea-6.9999.ebuild
127 index 413ae96..8112b14 100644
128 --- a/dev-java/icedtea/icedtea-6.9999.ebuild
129 +++ b/dev-java/icedtea/icedtea-6.9999.ebuild
130 @@ -7,7 +7,7 @@
131 # * IF YOU CHANGE THIS EBUILD, CHANGE ICEDTEA-7.* AS WELL *
132 # *********************************************************
133
134 -EAPI="5"
135 +EAPI="6"
136 SLOT="6"
137
138 inherit autotools check-reqs java-pkg-2 java-vm-2 mercurial multiprocessing pax-utils prefix versionator virtualx
139 @@ -154,17 +154,18 @@ src_unpack() {
140 mercurial_src_unpack
141 }
142
143 -java_prepare() {
144 +src_prepare() {
145 + default
146 + eautoreconf
147 +}
148 +
149 +src_configure() {
150 # For bootstrap builds as the sandbox control file might not yet exist.
151 addpredict /proc/self/coredump_filter
152
153 # icedtea doesn't like some locales. #330433 #389717
154 export LANG="C" LC_ALL="C"
155
156 - eautoreconf
157 -}
158 -
159 -src_configure() {
160 local cacao_config config hotspot_port jamvm_config use_cacao use_jamvm use_zero zero_config
161 local vm=$(java-pkg_get-current-vm)
162
163
164 diff --git a/dev-java/icedtea/icedtea-7.2.6.8.ebuild b/dev-java/icedtea/icedtea-7.2.6.8.ebuild
165 index 1fa4d98..cf04f02 100644
166 --- a/dev-java/icedtea/icedtea-7.2.6.8.ebuild
167 +++ b/dev-java/icedtea/icedtea-7.2.6.8.ebuild
168 @@ -1,4 +1,4 @@
169 -# Copyright 1999-2016 Gentoo Foundation
170 +# Copyright 1999-2017 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 # $Id$
173 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
174 @@ -7,7 +7,7 @@
175 # * IF YOU CHANGE THIS EBUILD, CHANGE ICEDTEA-6.* AS WELL *
176 # *********************************************************
177
178 -EAPI="5"
179 +EAPI="6"
180 SLOT="7"
181
182 inherit check-reqs gnome2-utils java-pkg-2 java-vm-2 multiprocessing pax-utils prefix versionator virtualx
183 @@ -192,15 +192,13 @@ src_unpack() {
184 unpack ${SRC_PKG}
185 }
186
187 -java_prepare() {
188 +src_configure() {
189 # For bootstrap builds as the sandbox control file might not yet exist.
190 addpredict /proc/self/coredump_filter
191
192 # icedtea doesn't like some locales. #330433 #389717
193 export LANG="C" LC_ALL="C"
194 -}
195
196 -src_configure() {
197 local cacao_config config hotspot_port jamvm_config use_cacao use_jamvm use_zero zero_config
198 local vm=$(java-pkg_get-current-vm)
199
200
201 diff --git a/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild b/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild
202 index d1b397c..7559d6b 100644
203 --- a/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild
204 +++ b/dev-java/icedtea/icedtea-7.2.7.0_pre05.ebuild
205 @@ -1,4 +1,4 @@
206 -# Copyright 1999-2016 Gentoo Foundation
207 +# Copyright 1999-2017 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 # $Id$
210 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
211 @@ -7,7 +7,7 @@
212 # * IF YOU CHANGE THIS EBUILD, CHANGE ICEDTEA-6.* AS WELL *
213 # *********************************************************
214
215 -EAPI="5"
216 +EAPI="6"
217 SLOT="7"
218
219 inherit autotools check-reqs gnome2-utils java-pkg-2 java-vm-2 mercurial multiprocessing pax-utils prefix versionator virtualx
220 @@ -193,17 +193,18 @@ src_unpack() {
221 mercurial_src_unpack
222 }
223
224 -java_prepare() {
225 +src_prepare() {
226 + default
227 + eautoreconf
228 +}
229 +
230 +src_configure() {
231 # For bootstrap builds as the sandbox control file might not yet exist.
232 addpredict /proc/self/coredump_filter
233
234 # icedtea doesn't like some locales. #330433 #389717
235 export LANG="C" LC_ALL="C"
236
237 - eautoreconf
238 -}
239 -
240 -src_configure() {
241 local cacao_config config hotspot_port jamvm_config use_cacao use_jamvm use_zero zero_config
242 local vm=$(java-pkg_get-current-vm)