Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r642 - in trunk: bin libs misc modules
Date: Tue, 08 Sep 2009 12:51:17
Message-Id: E1Ml0AB-0005OX-2J@stork.gentoo.org
1 Author: ulm
2 Date: 2009-09-08 12:51:10 +0000 (Tue, 08 Sep 2009)
3 New Revision: 642
4
5 Modified:
6 trunk/bin/eselect.in
7 trunk/libs/config.bash.in
8 trunk/libs/core.bash.in
9 trunk/libs/default.eselect.in
10 trunk/libs/editor-variable.bash.in
11 trunk/libs/manip.bash.in
12 trunk/libs/multilib.bash.in
13 trunk/libs/output.bash.in
14 trunk/libs/package-manager.bash.in
15 trunk/libs/path-manipulation.bash.in
16 trunk/libs/skel.bash.in
17 trunk/libs/tests.bash.in
18 trunk/misc/eselect.bashcomp
19 trunk/modules/bashcomp.eselect
20 trunk/modules/binutils.eselect
21 trunk/modules/config.eselect
22 trunk/modules/cow.eselect
23 trunk/modules/editor.eselect
24 trunk/modules/env.eselect
25 trunk/modules/kernel.eselect
26 trunk/modules/modules.eselect
27 trunk/modules/news.eselect
28 trunk/modules/pager.eselect
29 trunk/modules/profile.eselect
30 trunk/modules/rc.eselect
31 trunk/modules/visual.eselect
32 Log:
33 Put all editor meta information into the first line of each file.
34
35 Modified: trunk/bin/eselect.in
36 ===================================================================
37 --- trunk/bin/eselect.in 2009-09-08 12:11:14 UTC (rev 641)
38 +++ trunk/bin/eselect.in 2009-09-08 12:51:10 UTC (rev 642)
39 @@ -1,5 +1,6 @@
40 #!@BASH@
41 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
42 +# -*-eselect-*- vim: ft=eselect
43 +# Copyright (c) 2005-2009 Gentoo Foundation
44 # $Id$
45 # This file is part of the 'eselect' tools framework.
46 #
47 @@ -191,5 +192,3 @@
48 else
49 ec_do_help
50 fi
51 -
52 -# vim: set ft=eselect :
53
54 Modified: trunk/libs/config.bash.in
55 ===================================================================
56 --- trunk/libs/config.bash.in 2009-09-08 12:11:14 UTC (rev 641)
57 +++ trunk/libs/config.bash.in 2009-09-08 12:51:10 UTC (rev 642)
58 @@ -1,4 +1,5 @@
59 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
60 +# -*-eselect-*- vim: ft=eselect
61 +# Copyright (c) 2005-2009 Gentoo Foundation
62 # $Id$
63 # This file is part of the 'eselect' tools framework.
64 #
65 @@ -117,5 +118,3 @@
66 store_config ${configfile} ${key} ${newvalue[@]}
67 fi
68 }
69 -
70 -# vim: set ft=eselect :
71
72 Modified: trunk/libs/core.bash.in
73 ===================================================================
74 --- trunk/libs/core.bash.in 2009-09-08 12:11:14 UTC (rev 641)
75 +++ trunk/libs/core.bash.in 2009-09-08 12:51:10 UTC (rev 642)
76 @@ -1,4 +1,5 @@
77 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
78 +# -*-eselect-*- vim: ft=eselect
79 +# Copyright (c) 2005-2009 Gentoo Foundation
80 # $Id$
81 # This file is part of the 'eselect' tools framework.
82 #
83 @@ -111,5 +112,3 @@
84 sed() {
85 @SED@ "$@"
86 }
87 -
88 -# vim: set ft=eselect :
89
90 Modified: trunk/libs/default.eselect.in
91 ===================================================================
92 --- trunk/libs/default.eselect.in 2009-09-08 12:11:14 UTC (rev 641)
93 +++ trunk/libs/default.eselect.in 2009-09-08 12:51:10 UTC (rev 642)
94 @@ -1,4 +1,5 @@
95 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
96 +# -*-eselect-*- vim: ft=eselect
97 +# Copyright (c) 2005-2009 Gentoo Foundation
98 # $Id$
99 # This file is part of the 'eselect' tools framework.
100 #
101 @@ -99,5 +100,3 @@
102 fi
103 true
104 }
105 -
106 -# vim: set ft=eselect :
107
108 Modified: trunk/libs/editor-variable.bash.in
109 ===================================================================
110 --- trunk/libs/editor-variable.bash.in 2009-09-08 12:11:14 UTC (rev 641)
111 +++ trunk/libs/editor-variable.bash.in 2009-09-08 12:51:10 UTC (rev 642)
112 @@ -1,4 +1,5 @@
113 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
114 +# -*-eselect-*- vim: ft=eselect
115 +# Copyright (c) 2005-2009 Gentoo Foundation
116 # $Id$
117 # This file is part of the 'eselect' tools framework.
118 #
119
120 Modified: trunk/libs/manip.bash.in
121 ===================================================================
122 --- trunk/libs/manip.bash.in 2009-09-08 12:11:14 UTC (rev 641)
123 +++ trunk/libs/manip.bash.in 2009-09-08 12:51:10 UTC (rev 642)
124 @@ -1,4 +1,5 @@
125 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
126 +# -*-eselect-*- vim: ft=eselect
127 +# Copyright (c) 2005-2009 Gentoo Foundation
128 # $Id$
129 # This file is part of the 'eselect' tools framework.
130 #
131 @@ -25,5 +26,3 @@
132 s=${s//-}
133 echo "${s}"
134 }
135 -
136 -# vim: set ft=eselect :
137
138 Modified: trunk/libs/multilib.bash.in
139 ===================================================================
140 --- trunk/libs/multilib.bash.in 2009-09-08 12:11:14 UTC (rev 641)
141 +++ trunk/libs/multilib.bash.in 2009-09-08 12:51:10 UTC (rev 642)
142 @@ -1,4 +1,5 @@
143 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
144 +# -*-eselect-*- vim: ft=eselect
145 +# Copyright (c) 2005-2009 Gentoo Foundation
146 # $Id$
147 # This file is part of the 'eselect' tools framework.
148 #
149 @@ -34,5 +35,3 @@
150 fi
151 echo "${libdirs[@]}"
152 }
153 -
154 -# vim: set ft=eselect :
155
156 Modified: trunk/libs/output.bash.in
157 ===================================================================
158 --- trunk/libs/output.bash.in 2009-09-08 12:11:14 UTC (rev 641)
159 +++ trunk/libs/output.bash.in 2009-09-08 12:51:10 UTC (rev 642)
160 @@ -1,4 +1,5 @@
161 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
162 +# -*-eselect-*- vim: ft=eselect
163 +# Copyright (c) 2005-2009 Gentoo Foundation
164 # $Id$
165 # This file is part of the 'eselect' tools framework.
166 #
167 @@ -236,5 +237,3 @@
168 done
169 echo -n "${ret}"
170 }
171 -
172 -# vim: set ft=eselect :
173
174 Modified: trunk/libs/package-manager.bash.in
175 ===================================================================
176 --- trunk/libs/package-manager.bash.in 2009-09-08 12:11:14 UTC (rev 641)
177 +++ trunk/libs/package-manager.bash.in 2009-09-08 12:51:10 UTC (rev 642)
178 @@ -1,4 +1,5 @@
179 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
180 +# -*-eselect-*- vim: ft=eselect
181 +# Copyright (c) 2005-2009 Gentoo Foundation
182 # $Id$
183 # This file is part of the 'eselect' tools framework.
184 #
185 @@ -155,5 +156,3 @@
186 local name=${1%::*} repo=${1##*::}
187 echo "$(get_repo_news_dir "${repo}")/${name}"
188 }
189 -
190 -# vim: set ft=eselect :
191
192 Modified: trunk/libs/path-manipulation.bash.in
193 ===================================================================
194 --- trunk/libs/path-manipulation.bash.in 2009-09-08 12:11:14 UTC (rev 641)
195 +++ trunk/libs/path-manipulation.bash.in 2009-09-08 12:51:10 UTC (rev 642)
196 @@ -1,4 +1,5 @@
197 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
198 +# -*-eselect-*- vim: ft=eselect
199 +# Copyright (c) 2005-2009 Gentoo Foundation
200 # $Id$
201 # This file is part of the 'eselect' tools framework.
202 #
203 @@ -63,5 +64,3 @@
204 canonicalise() {
205 @CANONICALISE@ "$@"
206 }
207 -
208 -# vim: set ft=eselect :
209
210 Modified: trunk/libs/skel.bash.in
211 ===================================================================
212 --- trunk/libs/skel.bash.in 2009-09-08 12:11:14 UTC (rev 641)
213 +++ trunk/libs/skel.bash.in 2009-09-08 12:51:10 UTC (rev 642)
214 @@ -1,4 +1,5 @@
215 -# Copyright (c) 1999-2009 Gentoo Foundation -*-eselect-*-
216 +# -*-eselect-*- vim: ft=eselect
217 +# Copyright (c) 1999-2009 Gentoo Foundation
218 # $Id$
219 # This file is part of the 'eselect' tools framework.
220 #
221 @@ -307,5 +308,3 @@
222 die -q "Installing ${2} as ${PREFIX}/etc/env.d/${IFACE}/${1}/${3} failed!"
223 fi
224 }
225 -
226 -# vim: set ft=eselect :
227
228 Modified: trunk/libs/tests.bash.in
229 ===================================================================
230 --- trunk/libs/tests.bash.in 2009-09-08 12:11:14 UTC (rev 641)
231 +++ trunk/libs/tests.bash.in 2009-09-08 12:51:10 UTC (rev 642)
232 @@ -1,4 +1,5 @@
233 -# Copyright (c) 2005-2009 Gentoo Foundation -*-eselect-*-
234 +# -*-eselect-*- vim: ft=eselect
235 +# Copyright (c) 2005-2009 Gentoo Foundation
236 # $Id$
237 # This file is part of the 'eselect' tools framework.
238 #
239 @@ -36,5 +37,3 @@
240 is_number() {
241 [[ -n ${1} ]] && [[ -z ${1//[[:digit:]]} ]]
242 }
243 -
244 -# vim: set ft=eselect :
245
246 Modified: trunk/misc/eselect.bashcomp
247 ===================================================================
248 --- trunk/misc/eselect.bashcomp 2009-09-08 12:11:14 UTC (rev 641)
249 +++ trunk/misc/eselect.bashcomp 2009-09-08 12:51:10 UTC (rev 642)
250 @@ -1,3 +1,4 @@
251 +# -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et :
252 # Copyright 1999-2009 Gentoo Foundation
253 # Distributed under the terms of the GNU General Public License v2
254 # $Id$
255 @@ -43,10 +44,3 @@
256 }
257
258 complete -F _eselect eselect
259 -
260 -# Local Variables:
261 -# mode: sh
262 -# indent-tabs-mode: nil
263 -# End:
264 -
265 -# vim: set ft=sh tw=80 sw=4 et :
266
267 Modified: trunk/modules/bashcomp.eselect
268 ===================================================================
269 --- trunk/modules/bashcomp.eselect 2009-09-08 12:11:14 UTC (rev 641)
270 +++ trunk/modules/bashcomp.eselect 2009-09-08 12:51:10 UTC (rev 642)
271 @@ -1,3 +1,4 @@
272 +# -*-eselect-*- vim: ft=eselect
273 # Copyright 1999-2009 Gentoo Foundation
274 # Distributed under the terms of the GNU General Public License v2
275 # $Id$
276 @@ -225,5 +226,3 @@
277 fi
278 done
279 }
280 -
281 -# vim: set ft=eselect :
282
283 Modified: trunk/modules/binutils.eselect
284 ===================================================================
285 --- trunk/modules/binutils.eselect 2009-09-08 12:11:14 UTC (rev 641)
286 +++ trunk/modules/binutils.eselect 2009-09-08 12:51:10 UTC (rev 642)
287 @@ -1,3 +1,4 @@
288 +# -*-eselect-*- vim: ft=eselect
289 # Copyright 1999-2009 Gentoo Foundation
290 # Distributed under the terms of the GNU General Public License v2
291 # $Id$
292 @@ -257,5 +258,3 @@
293
294 echo "${chost}-${version}"
295 }
296 -
297 -# vim: set ft=eselect :
298
299 Modified: trunk/modules/config.eselect
300 ===================================================================
301 --- trunk/modules/config.eselect 2009-09-08 12:11:14 UTC (rev 641)
302 +++ trunk/modules/config.eselect 2009-09-08 12:51:10 UTC (rev 642)
303 @@ -1,3 +1,4 @@
304 +# -*-eselect-*- vim: ft=eselect
305 # Copyright 1999-2009 Gentoo Foundation
306 # Distributed under the terms of the GNU General Public License v2
307 # $Id$
308 @@ -431,5 +432,3 @@
309 esac
310 done
311 }
312 -
313 -# vim: set ft=eselect :
314
315 Modified: trunk/modules/cow.eselect
316 ===================================================================
317 --- trunk/modules/cow.eselect 2009-09-08 12:11:14 UTC (rev 641)
318 +++ trunk/modules/cow.eselect 2009-09-08 12:51:10 UTC (rev 642)
319 @@ -1,3 +1,4 @@
320 +# -*-eselect-*- vim: ft=eselect
321 # Copyright 1999-2009 Gentoo Foundation
322 # Distributed under the terms of the GNU General Public License v2
323 # $Id$
324 @@ -72,5 +73,3 @@
325
326 echo "${@:-Am I a cow?}" | cowthink ${params}
327 }
328 -
329 -# vim: set ft=eselect :
330
331 Modified: trunk/modules/editor.eselect
332 ===================================================================
333 --- trunk/modules/editor.eselect 2009-09-08 12:11:14 UTC (rev 641)
334 +++ trunk/modules/editor.eselect 2009-09-08 12:51:10 UTC (rev 642)
335 @@ -1,3 +1,4 @@
336 +# -*-eselect-*- vim: ft=eselect
337 # Copyright 2009 Gentoo Foundation
338 # Distributed under the terms of the GNU General Public License v2
339 # $Id$
340
341 Modified: trunk/modules/env.eselect
342 ===================================================================
343 --- trunk/modules/env.eselect 2009-09-08 12:11:14 UTC (rev 641)
344 +++ trunk/modules/env.eselect 2009-09-08 12:51:10 UTC (rev 642)
345 @@ -1,3 +1,4 @@
346 +# -*-eselect-*- vim: ft=eselect
347 # Copyright 1999-2009 Gentoo Foundation
348 # Distributed under the terms of the GNU General Public License v2
349 # $Id$
350 @@ -312,5 +313,3 @@
351 -e "s/^\(.*\)=\"\(.*\)\"/setenv \1 '\2'/" \
352 $(canonicalise ${ENVPROFILE/.env/.csh})
353 }
354 -
355 -# vim: ft=eselect :
356
357 Modified: trunk/modules/kernel.eselect
358 ===================================================================
359 --- trunk/modules/kernel.eselect 2009-09-08 12:11:14 UTC (rev 641)
360 +++ trunk/modules/kernel.eselect 2009-09-08 12:51:10 UTC (rev 642)
361 @@ -1,3 +1,4 @@
362 +# -*-eselect-*- vim: ft=eselect
363 # Copyright 1999-2009 Gentoo Foundation
364 # Distributed under the terms of the GNU General Public License v2
365 # $Id$
366 @@ -128,5 +129,3 @@
367 set_symlink "${1}" || die -q "Couldn't set a new symlink"
368 fi
369 }
370 -
371 -# vim: set ft=eselect :
372
373 Modified: trunk/modules/modules.eselect
374 ===================================================================
375 --- trunk/modules/modules.eselect 2009-09-08 12:11:14 UTC (rev 641)
376 +++ trunk/modules/modules.eselect 2009-09-08 12:51:10 UTC (rev 642)
377 @@ -1,3 +1,4 @@
378 +# -*-eselect-*- vim: ft=eselect
379 # Copyright 1999-2009 Gentoo Foundation
380 # Distributed under the terms of the GNU General Public License v2
381 # $Id$
382 @@ -111,5 +112,3 @@
383 # || die -q "Failed to install module file"
384 # fi
385 # }
386 -
387 -# vim: ts=4 sw=4 noet fdm=marker
388
389 Modified: trunk/modules/news.eselect
390 ===================================================================
391 --- trunk/modules/news.eselect 2009-09-08 12:11:14 UTC (rev 641)
392 +++ trunk/modules/news.eselect 2009-09-08 12:51:10 UTC (rev 642)
393 @@ -1,3 +1,4 @@
394 +# -*-eselect-*- vim: ft=eselect
395 # Copyright 2005-2009 Gentoo Foundation
396 # Distributed under the terms of the GNU General Public License v2
397 # $Id$
398
399 Modified: trunk/modules/pager.eselect
400 ===================================================================
401 --- trunk/modules/pager.eselect 2009-09-08 12:11:14 UTC (rev 641)
402 +++ trunk/modules/pager.eselect 2009-09-08 12:51:10 UTC (rev 642)
403 @@ -1,3 +1,4 @@
404 +# -*-eselect-*- vim: ft=eselect
405 # Copyright 2009 Gentoo Foundation
406 # Distributed under the terms of the GNU General Public License v2
407 # $Id$
408
409 Modified: trunk/modules/profile.eselect
410 ===================================================================
411 --- trunk/modules/profile.eselect 2009-09-08 12:11:14 UTC (rev 641)
412 +++ trunk/modules/profile.eselect 2009-09-08 12:51:10 UTC (rev 642)
413 @@ -1,3 +1,4 @@
414 +# -*-eselect-*- vim: ft=eselect
415 # Copyright 1999-2009 Gentoo Foundation
416 # Distributed under the terms of the GNU General Public License v2
417 # $Id$
418 @@ -151,5 +152,3 @@
419 set_symlink "${1}" ${force} || die -q "Couldn't set a new symlink"
420 fi
421 }
422 -
423 -# vim: set ft=eselect :
424
425 Modified: trunk/modules/rc.eselect
426 ===================================================================
427 --- trunk/modules/rc.eselect 2009-09-08 12:11:14 UTC (rev 641)
428 +++ trunk/modules/rc.eselect 2009-09-08 12:51:10 UTC (rev 642)
429 @@ -1,3 +1,4 @@
430 +# -*-eselect-*- vim: ft=eselect
431 # Copyright 1999-2009 Gentoo Foundation
432 # Distributed under the terms of the GNU General Public License v2
433 # $Id$
434 @@ -399,5 +400,3 @@
435 write_list_start "Restarting init script$([[ $# -gt 1 ]] && echo -n 's')"
436 run_runscript restart "$@"
437 }
438 -
439 -# vim: set ft=eselect :
440
441 Modified: trunk/modules/visual.eselect
442 ===================================================================
443 --- trunk/modules/visual.eselect 2009-09-08 12:11:14 UTC (rev 641)
444 +++ trunk/modules/visual.eselect 2009-09-08 12:51:10 UTC (rev 642)
445 @@ -1,3 +1,4 @@
446 +# -*-eselect-*- vim: ft=eselect
447 # Copyright 2009 Gentoo Foundation
448 # Distributed under the terms of the GNU General Public License v2
449 # $Id$