Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog gnat.eclass gnatbuild.eclass java-vm-2.eclass myspell.eclass python.eclass vdr-plugin-2.eclass
Date: Tue, 31 Mar 2015 18:43:41
Message-Id: 20150331184334.C643D14EF8@oystercatcher.gentoo.org
1 ulm 15/03/31 18:43:33
2
3 Modified: ChangeLog gnat.eclass gnatbuild.eclass
4 java-vm-2.eclass myspell.eclass python.eclass
5 vdr-plugin-2.eclass
6 Log:
7 Update dependency after package move of eselect modules to app-eselect.
8
9 Revision Changes Path
10 1.1580 eclass/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1580&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1580&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1579&r2=1.1580
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
19 retrieving revision 1.1579
20 retrieving revision 1.1580
21 diff -u -r1.1579 -r1.1580
22 --- ChangeLog 29 Mar 2015 17:13:04 -0000 1.1579
23 +++ ChangeLog 31 Mar 2015 18:43:33 -0000 1.1580
24 @@ -1,6 +1,11 @@
25 # ChangeLog for eclass directory
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1579 2015/03/29 17:13:04 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1580 2015/03/31 18:43:33 ulm Exp $
29 +
30 + 31 Mar 2015; Ulrich Müller <ulm@g.o> java-vm-2.eclass,
31 + vdr-plugin-2.eclass, gnat.eclass, gnatbuild.eclass, myspell.eclass,
32 + python.eclass:
33 + Update dependency after package move of eselect modules to app-eselect.
34
35 29 Mar 2015; Michael Palimaka <kensington@g.o> kde4-base.eclass:
36 Drop dev-qt/designer[-phonon] dep now that blockers are resolved (bug
37
38
39
40 1.43 eclass/gnat.eclass
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnat.eclass?rev=1.43&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnat.eclass?rev=1.43&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnat.eclass?r1=1.42&r2=1.43
45
46 Index: gnat.eclass
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v
49 retrieving revision 1.42
50 retrieving revision 1.43
51 diff -u -r1.42 -r1.43
52 --- gnat.eclass 2 Jun 2012 19:16:31 -0000 1.42
53 +++ gnat.eclass 31 Mar 2015 18:43:33 -0000 1.43
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 +# Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.42 2012/06/02 19:16:31 zmedico Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.43 2015/03/31 18:43:33 ulm Exp $
60 #
61 # Author: George Shapovalov <george@g.o>
62 # Belongs to: ada herd <ada@g.o>
63 @@ -40,7 +40,7 @@
64
65 # make sure we have an appropriately recent eselect-gnat installed, as we are
66 # using some common code here.
67 -DEPEND=">=app-admin/eselect-gnat-1.3"
68 +DEPEND=">=app-eselect/eselect-gnat-1.3"
69
70
71 # ----------------------------------
72
73
74
75 1.64 eclass/gnatbuild.eclass
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.64&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.64&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?r1=1.63&r2=1.64
80
81 Index: gnatbuild.eclass
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v
84 retrieving revision 1.63
85 retrieving revision 1.64
86 diff -u -r1.63 -r1.64
87 --- gnatbuild.eclass 17 Oct 2014 13:17:30 -0000 1.63
88 +++ gnatbuild.eclass 31 Mar 2015 18:43:33 -0000 1.64
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2014 Gentoo Foundation
91 +# Copyright 1999-2015 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.63 2014/10/17 13:17:30 george Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.64 2015/03/31 18:43:33 ulm Exp $
95 #
96 # Authors: George Shapovalov <george@g.o>
97 # Steve Arnold <nerdboy@g.o>
98 @@ -27,11 +27,11 @@
99 IUSE="nls"
100 # multilib is supported via profiles now, multilib usevar is deprecated
101
102 -DEPEND=">=app-admin/eselect-gnat-1.3
103 - sys-devel/bc
104 +DEPEND=">=app-eselect/eselect-gnat-1.3
105 + sys-devel/bc
106 "
107
108 -RDEPEND="app-admin/eselect-gnat"
109 +RDEPEND="app-eselect/eselect-gnat"
110
111 # Note!
112 # It may not be safe to source this at top level. Only source inside local
113
114
115
116 1.48 eclass/java-vm-2.eclass
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?rev=1.48&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?rev=1.48&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?r1=1.47&r2=1.48
121
122 Index: java-vm-2.eclass
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v
125 retrieving revision 1.47
126 retrieving revision 1.48
127 diff -u -r1.47 -r1.48
128 --- java-vm-2.eclass 22 Jul 2014 06:38:56 -0000 1.47
129 +++ java-vm-2.eclass 31 Mar 2015 18:43:33 -0000 1.48
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2014 Gentoo Foundation
132 +# Copyright 1999-2015 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.47 2014/07/22 06:38:56 haubi Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.48 2015/03/31 18:43:33 ulm Exp $
136
137 # @ECLASS: java-vm-2.eclass
138 # @MAINTAINER:
139 @@ -16,7 +16,7 @@
140
141 RDEPEND="
142 =dev-java/java-config-2*
143 - || ( app-admin/eselect-java <dev-java/java-config-2.2 )"
144 + || ( app-eselect/eselect-java <dev-java/java-config-2.2 )"
145 DEPEND="${RDEPEND}"
146 has "${EAPI}" 0 1 && DEPEND="${DEPEND} >=sys-apps/portage-2.1"
147
148 @@ -50,7 +50,7 @@
149 # @FUNCTION: java-vm-2_pkg_setup
150 # @DESCRIPTION:
151 # default pkg_setup
152 -#
153 +#
154 # Initialize vm handle.
155
156 java-vm-2_pkg_setup() {
157 @@ -254,7 +254,7 @@
158 # @DESCRIPTION:
159 # Set PaX markings on all JDK/JRE executables to allow code-generation on
160 # the heap by the JIT compiler.
161 -#
162 +#
163 # The markings need to be set prior to the first invocation of the the freshly
164 # built / installed VM. Be it before creating the Class Data Sharing archive or
165 # generating cacerts. Otherwise a PaX enabled kernel will kill the VM.
166
167
168
169 1.10 eclass/myspell.eclass
170
171 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/myspell.eclass?rev=1.10&view=markup
172 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/myspell.eclass?rev=1.10&content-type=text/plain
173 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/myspell.eclass?r1=1.9&r2=1.10
174
175 Index: myspell.eclass
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v
178 retrieving revision 1.9
179 retrieving revision 1.10
180 diff -u -r1.9 -r1.10
181 --- myspell.eclass 5 Jan 2014 11:39:48 -0000 1.9
182 +++ myspell.eclass 31 Mar 2015 18:43:33 -0000 1.10
183 @@ -1,6 +1,6 @@
184 -# Copyright 1999-2014 Gentoo Foundation
185 +# Copyright 1999-2015 Gentoo Foundation
186 # Distributed under the terms of the GNU General Public License v2
187 -# $Header: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v 1.9 2014/01/05 11:39:48 pacho Exp $
188 +# $Header: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v 1.10 2015/03/31 18:43:33 ulm Exp $
189
190 # Author: Kevin F. Quinn <kevquinn@g.o>
191 # Packages: app-dicts/myspell-*
192 @@ -26,7 +26,7 @@
193
194 # Legacy variable for dictionaries installed before eselect-oodict existed
195 # so has to remain for binpkg support. This variable is unmaintained -
196 -# if you have a problem with it, emerge app-admin/eselect-oodict.
197 +# if you have a problem with it, emerge app-eselect/eselect-oodict.
198 # The location for openoffice softlinks
199 MYSPELL_OOOBASE="/usr/lib/openoffice/share/dict/ooo"
200
201 @@ -156,7 +156,7 @@
202 # and create softlinks indicated by dictionary.lst.<lang>
203 myspell_pkg_postinst() {
204 # Update for known applications
205 - if has_version ">=app-admin/eselect-oodict-20060706"; then
206 + if has_version ">=app-eselect/eselect-oodict-20060706"; then
207 if has_version app-office/openoffice; then
208 eselect oodict set myspell-$(get_myspell_lang)
209 fi
210 @@ -167,14 +167,14 @@
211 fi
212 return
213 fi
214 - if has_version app-admin/eselect-oodict; then
215 + if has_version app-eselect/eselect-oodict; then
216 eselect oodict set myspell-$(get_myspell_lang)
217 return
218 fi
219
220 # Legacy code for dictionaries installed before eselect-oodict existed
221 # so has to remain for binpkg support. This code is unmaintained -
222 - # if you have a problem with it, emerge app-admin/eselect-oodict.
223 + # if you have a problem with it, emerge app-eselect/eselect-oodict.
224 [[ -d ${MYSPELL_OOOBASE} ]] || return
225 # This stuff is here, not in src_install, as the softlinks are
226 # deliberately _not_ listed in the package database.
227 @@ -208,7 +208,7 @@
228 # the dictionary.<lang>.lst file)
229 myspell_pkg_preinst() {
230 # Update for known applications
231 - if has_version ">=app-admin/eselect-oodict-20060706"; then
232 + if has_version ">=app-eselect/eselect-oodict-20060706"; then
233 if has_version app-office/openoffice; then
234 # When building from source, the default library path is correct
235 eselect oodict unset myspell-$(get_myspell_lang)
236 @@ -222,7 +222,7 @@
237 return
238 fi
239 # Previous versions of eselect-oodict didn't cater for -bin on amd64
240 - if has_version app-admin/eselect-oodict; then
241 + if has_version app-eselect/eselect-oodict; then
242 eselect oodict unset myspell-$(get_myspell_lang)
243 return
244 fi
245 @@ -230,7 +230,7 @@
246 # Legacy code for dictionaries installed before eselect-oodict existed
247 # Don't delete this; needed for uninstalls and binpkg support.
248 # This code is unmaintained - if you have a problem with it,
249 - # emerge app-admin/eselect-oodict.
250 + # emerge app-eselect/eselect-oodict.
251 local filen dictlst entry fields removeentry suffix
252 dictlst="dictionary.lst.$(get_myspell_lang)"
253 [[ -d ${MYSPELL_OOOBASE} ]] || return
254
255
256
257 1.171 eclass/python.eclass
258
259 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.171&view=markup
260 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.171&content-type=text/plain
261 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?r1=1.170&r2=1.171
262
263 Index: python.eclass
264 ===================================================================
265 RCS file: /var/cvsroot/gentoo-x86/eclass/python.eclass,v
266 retrieving revision 1.170
267 retrieving revision 1.171
268 diff -u -r1.170 -r1.171
269 --- python.eclass 20 Nov 2014 15:32:09 -0000 1.170
270 +++ python.eclass 31 Mar 2015 18:43:33 -0000 1.171
271 @@ -1,6 +1,6 @@
272 -# Copyright 1999-2014 Gentoo Foundation
273 +# Copyright 1999-2015 Gentoo Foundation
274 # Distributed under the terms of the GNU General Public License v2
275 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.170 2014/11/20 15:32:09 mgorny Exp $
276 +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.171 2015/03/31 18:43:33 ulm Exp $
277
278 # @ECLASS: python.eclass
279 # @MAINTAINER:
280 @@ -260,7 +260,7 @@
281 }
282
283 if _python_implementation; then
284 - DEPEND=">=app-admin/eselect-python-20091230"
285 + DEPEND=">=app-eselect/eselect-python-20091230"
286 RDEPEND="${DEPEND}"
287 PDEPEND="app-admin/python-updater"
288 fi
289
290
291
292 1.32 eclass/vdr-plugin-2.eclass
293
294 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.32&view=markup
295 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.32&content-type=text/plain
296 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?r1=1.31&r2=1.32
297
298 Index: vdr-plugin-2.eclass
299 ===================================================================
300 RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v
301 retrieving revision 1.31
302 retrieving revision 1.32
303 diff -u -r1.31 -r1.32
304 --- vdr-plugin-2.eclass 5 Jan 2015 18:15:06 -0000 1.31
305 +++ vdr-plugin-2.eclass 31 Mar 2015 18:43:33 -0000 1.32
306 @@ -1,6 +1,6 @@
307 # Copyright 1999-2015 Gentoo Foundation
308 # Distributed under the terms of the GNU General Public License v2
309 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.31 2015/01/05 18:15:06 hd_brummy Exp $
310 +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.32 2015/03/31 18:43:33 ulm Exp $
311
312 # @ECLASS: vdr-plugin-2.eclass
313 # @MAINTAINER:
314 @@ -101,8 +101,8 @@
315 inherit eutils flag-o-matic multilib toolchain-funcs unpacker
316
317 case ${EAPI:-0} in
318 - 4|5) ;;
319 - *) die "EAPI ${EAPI} unsupported."
320 + 4|5) ;;
321 + *) die "EAPI ${EAPI} unsupported."
322 esac
323
324 EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm pkg_config
325 @@ -125,7 +125,7 @@
326 DEPEND="${COMMON_DEPEND}
327 virtual/linuxtv-dvb-headers"
328 RDEPEND="${COMMON_DEPEND}
329 - >=app-admin/eselect-vdr-0.0.2"
330 + >=app-eselect/eselect-vdr-0.0.2"
331
332 if [[ "${GENTOO_VDR_CONDITIONAL:-no}" = "yes" ]]; then
333 IUSE="${IUSE} vdr"