Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: misc/, /, man/, libs/, modules/, bin/
Date: Wed, 27 Jan 2016 19:35:41
Message-Id: 1453923208.f0be71199acd32f312e9de82cf9f9a572d2281be.ulm@gentoo
1 commit: f0be71199acd32f312e9de82cf9f9a572d2281be
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 19:33:28 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 19:33:28 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=f0be7119
7
8 Happy new year 2016!
9
10 README | 2 +-
11 bin/eselect.in | 4 ++--
12 libs/config.bash.in | 2 +-
13 libs/core.bash.in | 2 +-
14 libs/default.eselect.in | 2 +-
15 libs/editor-variable.bash.in | 2 +-
16 libs/manip.bash.in | 2 +-
17 libs/multilib.bash.in | 2 +-
18 libs/output.bash.in | 2 +-
19 libs/package-manager.bash.in | 2 +-
20 libs/path-manipulation.bash.in | 2 +-
21 libs/skel.bash.in | 2 +-
22 libs/tests.bash.in | 2 +-
23 man/editor.eselect.5 | 2 +-
24 man/env.eselect.5 | 2 +-
25 man/eselect.1 | 2 +-
26 man/kernel.eselect.5 | 2 +-
27 man/news.eselect.5 | 2 +-
28 man/pager.eselect.5 | 2 +-
29 man/profile.eselect.5 | 2 +-
30 man/rc.eselect.5 | 2 +-
31 man/visual.eselect.5 | 2 +-
32 misc/eselect-mode.el | 2 +-
33 misc/eselect.bashcomp | 2 +-
34 modules/config.eselect | 2 +-
35 modules/cow.eselect | 2 +-
36 modules/editor.eselect | 2 +-
37 modules/env.eselect | 2 +-
38 modules/kernel.eselect | 2 +-
39 modules/locale.eselect | 2 +-
40 modules/modules.eselect | 2 +-
41 modules/news.eselect | 2 +-
42 modules/pager.eselect | 2 +-
43 modules/profile.eselect | 2 +-
44 modules/rc.eselect | 2 +-
45 modules/visual.eselect | 2 +-
46 36 files changed, 37 insertions(+), 37 deletions(-)
47
48 diff --git a/README b/README
49 index b107b32..945dc41 100644
50 --- a/README
51 +++ b/README
52 @@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions.
53 Copyright
54 ---------
55
56 -eselect is Copyright (c) 2005-2015 Gentoo Foundation. This code is
57 +eselect is Copyright (c) 2005-2016 Gentoo Foundation. This code is
58 distributed under the terms of the `GNU General Public License,
59 version 2 or later`__.
60
61
62 diff --git a/bin/eselect.in b/bin/eselect.in
63 index c446d46..67266f4 100755
64 --- a/bin/eselect.in
65 +++ b/bin/eselect.in
66 @@ -1,6 +1,6 @@
67 #!@BASH@
68 # -*-eselect-*- vim: ft=eselect
69 -# Copyright (c) 2005-2015 Gentoo Foundation
70 +# Copyright (c) 2005-2016 Gentoo Foundation
71 #
72 # This file is part of the 'eselect' tools framework.
73 #
74 @@ -98,7 +98,7 @@ es_do_help() {
75 es_do_version() {
76 echo "eselect ${ESELECT_VERSION}"
77 echo
78 - echo "Copyright (c) 2005-2015 Gentoo Foundation."
79 + echo "Copyright (c) 2005-2016 Gentoo Foundation."
80 echo "Distributed under the terms of the GNU GPL version 2 or later."
81 }
82
83
84 diff --git a/libs/config.bash.in b/libs/config.bash.in
85 index 940c64b..80ef798 100644
86 --- a/libs/config.bash.in
87 +++ b/libs/config.bash.in
88 @@ -1,5 +1,5 @@
89 # -*-eselect-*- vim: ft=eselect
90 -# Copyright (c) 2005-2015 Gentoo Foundation
91 +# Copyright (c) 2005-2016 Gentoo Foundation
92 #
93 # This file is part of the 'eselect' tools framework.
94 #
95
96 diff --git a/libs/core.bash.in b/libs/core.bash.in
97 index 8cd4e54..6b6f049 100644
98 --- a/libs/core.bash.in
99 +++ b/libs/core.bash.in
100 @@ -1,5 +1,5 @@
101 # -*-eselect-*- vim: ft=eselect
102 -# Copyright (c) 2005-2015 Gentoo Foundation
103 +# Copyright (c) 2005-2016 Gentoo Foundation
104 #
105 # This file is part of the 'eselect' tools framework.
106 #
107
108 diff --git a/libs/default.eselect.in b/libs/default.eselect.in
109 index f0e9ee3..bc91cf4 100644
110 --- a/libs/default.eselect.in
111 +++ b/libs/default.eselect.in
112 @@ -1,5 +1,5 @@
113 # -*-eselect-*- vim: ft=eselect
114 -# Copyright (c) 2005-2015 Gentoo Foundation
115 +# Copyright (c) 2005-2016 Gentoo Foundation
116 #
117 # This file is part of the 'eselect' tools framework.
118 #
119
120 diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
121 index 22ec188..ec40827 100644
122 --- a/libs/editor-variable.bash.in
123 +++ b/libs/editor-variable.bash.in
124 @@ -1,5 +1,5 @@
125 # -*-eselect-*- vim: ft=eselect
126 -# Copyright (c) 2005-2015 Gentoo Foundation
127 +# Copyright (c) 2005-2016 Gentoo Foundation
128 #
129 # This file is part of the 'eselect' tools framework.
130 #
131
132 diff --git a/libs/manip.bash.in b/libs/manip.bash.in
133 index c7720d9..51b04ef 100644
134 --- a/libs/manip.bash.in
135 +++ b/libs/manip.bash.in
136 @@ -1,5 +1,5 @@
137 # -*-eselect-*- vim: ft=eselect
138 -# Copyright (c) 2005-2015 Gentoo Foundation
139 +# Copyright (c) 2005-2016 Gentoo Foundation
140 #
141 # This file is part of the 'eselect' tools framework.
142 #
143
144 diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
145 index a5b5e3f..6f5b6e4 100644
146 --- a/libs/multilib.bash.in
147 +++ b/libs/multilib.bash.in
148 @@ -1,5 +1,5 @@
149 # -*-eselect-*- vim: ft=eselect
150 -# Copyright (c) 2005-2015 Gentoo Foundation
151 +# Copyright (c) 2005-2016 Gentoo Foundation
152 #
153 # This file is part of the 'eselect' tools framework.
154 #
155
156 diff --git a/libs/output.bash.in b/libs/output.bash.in
157 index a4b7380..6cccddc 100644
158 --- a/libs/output.bash.in
159 +++ b/libs/output.bash.in
160 @@ -1,5 +1,5 @@
161 # -*-eselect-*- vim: ft=eselect
162 -# Copyright (c) 2005-2015 Gentoo Foundation
163 +# Copyright (c) 2005-2016 Gentoo Foundation
164 #
165 # This file is part of the 'eselect' tools framework.
166 #
167
168 diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
169 index e6447a0..691bd3c 100644
170 --- a/libs/package-manager.bash.in
171 +++ b/libs/package-manager.bash.in
172 @@ -1,5 +1,5 @@
173 # -*-eselect-*- vim: ft=eselect
174 -# Copyright (c) 2005-2015 Gentoo Foundation
175 +# Copyright (c) 2005-2016 Gentoo Foundation
176 #
177 # This file is part of the 'eselect' tools framework.
178 #
179
180 diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in
181 index 2130477..08350c5 100644
182 --- a/libs/path-manipulation.bash.in
183 +++ b/libs/path-manipulation.bash.in
184 @@ -1,5 +1,5 @@
185 # -*-eselect-*- vim: ft=eselect
186 -# Copyright (c) 2005-2015 Gentoo Foundation
187 +# Copyright (c) 2005-2016 Gentoo Foundation
188 #
189 # This file is part of the 'eselect' tools framework.
190 #
191
192 diff --git a/libs/skel.bash.in b/libs/skel.bash.in
193 index 8f0009f..d9b531e 100644
194 --- a/libs/skel.bash.in
195 +++ b/libs/skel.bash.in
196 @@ -1,5 +1,5 @@
197 # -*-eselect-*- vim: ft=eselect
198 -# Copyright (c) 2006-2015 Gentoo Foundation
199 +# Copyright (c) 2006-2016 Gentoo Foundation
200 #
201 # This file is part of the 'eselect' tools framework.
202 #
203
204 diff --git a/libs/tests.bash.in b/libs/tests.bash.in
205 index d39afd0..8442211 100644
206 --- a/libs/tests.bash.in
207 +++ b/libs/tests.bash.in
208 @@ -1,5 +1,5 @@
209 # -*-eselect-*- vim: ft=eselect
210 -# Copyright (c) 2005-2015 Gentoo Foundation
211 +# Copyright (c) 2005-2016 Gentoo Foundation
212 #
213 # This file is part of the 'eselect' tools framework.
214 #
215
216 diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
217 index ae02612..d9b4cba 100644
218 --- a/man/editor.eselect.5
219 +++ b/man/editor.eselect.5
220 @@ -1,5 +1,5 @@
221 .\" -*- coding: utf-8 -*-
222 -.\" Copyright 2009-2015 Gentoo Foundation
223 +.\" Copyright 2009-2016 Gentoo Foundation
224 .\" Distributed under the terms of the GNU GPL version 2 or later
225 .\"
226 .TH editor.eselect 5 "September 2012" "Gentoo Linux" eselect
227
228 diff --git a/man/env.eselect.5 b/man/env.eselect.5
229 index cf6efb6..e924686 100644
230 --- a/man/env.eselect.5
231 +++ b/man/env.eselect.5
232 @@ -1,4 +1,4 @@
233 -.\" Copyright 2005-2015 Gentoo Foundation
234 +.\" Copyright 2005-2016 Gentoo Foundation
235 .\" Distributed under the terms of the GNU GPL version 2 or later
236 .\"
237 .TH env.eselect 5 "December 2009" "Gentoo Linux" eselect
238
239 diff --git a/man/eselect.1 b/man/eselect.1
240 index 047159d..cc8c7aa 100644
241 --- a/man/eselect.1
242 +++ b/man/eselect.1
243 @@ -1,5 +1,5 @@
244 .\" -*- coding: utf-8 -*-
245 -.\" Copyright 2005-2015 Gentoo Foundation
246 +.\" Copyright 2005-2016 Gentoo Foundation
247 .\" Distributed under the terms of the GNU GPL version 2 or later
248 .\"
249 .TH ESELECT 1 "October 2011" "Gentoo Linux" eselect
250
251 diff --git a/man/kernel.eselect.5 b/man/kernel.eselect.5
252 index 9a95929..8391421 100644
253 --- a/man/kernel.eselect.5
254 +++ b/man/kernel.eselect.5
255 @@ -1,4 +1,4 @@
256 -.\" Copyright 2005-2015 Gentoo Foundation
257 +.\" Copyright 2005-2016 Gentoo Foundation
258 .\" Distributed under the terms of the GNU GPL version 2 or later
259 .\"
260 .TH kernel.eselect 5 "April 2009" "Gentoo Linux" eselect
261
262 diff --git a/man/news.eselect.5 b/man/news.eselect.5
263 index b9c8a0b..bcbdebf 100644
264 --- a/man/news.eselect.5
265 +++ b/man/news.eselect.5
266 @@ -1,5 +1,5 @@
267 .\" -*- coding: utf-8 -*-
268 -.\" Copyright 2009-2015 Gentoo Foundation
269 +.\" Copyright 2009-2016 Gentoo Foundation
270 .\" Distributed under the terms of the GNU GPL version 2 or later
271 .\"
272 .TH news.eselect 5 "February 2014" "Gentoo Linux" eselect
273
274 diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
275 index d057642..9f5169d 100644
276 --- a/man/pager.eselect.5
277 +++ b/man/pager.eselect.5
278 @@ -1,5 +1,5 @@
279 .\" -*- coding: utf-8 -*-
280 -.\" Copyright 2009-2015 Gentoo Foundation
281 +.\" Copyright 2009-2016 Gentoo Foundation
282 .\" Distributed under the terms of the GNU GPL version 2 or later
283 .\"
284 .TH pager.eselect 5 "September 2012" "Gentoo Linux" eselect
285
286 diff --git a/man/profile.eselect.5 b/man/profile.eselect.5
287 index f82e19f..6e18225 100644
288 --- a/man/profile.eselect.5
289 +++ b/man/profile.eselect.5
290 @@ -1,4 +1,4 @@
291 -.\" Copyright 2005-2015 Gentoo Foundation
292 +.\" Copyright 2005-2016 Gentoo Foundation
293 .\" Distributed under the terms of the GNU GPL version 2 or later
294 .\"
295 .TH profile.eselect 5 "April 2009" "Gentoo Linux" eselect
296
297 diff --git a/man/rc.eselect.5 b/man/rc.eselect.5
298 index c348e9c..30f1f1a 100644
299 --- a/man/rc.eselect.5
300 +++ b/man/rc.eselect.5
301 @@ -1,4 +1,4 @@
302 -.\" Copyright 2005-2015 Gentoo Foundation
303 +.\" Copyright 2005-2016 Gentoo Foundation
304 .\" Distributed under the terms of the GNU GPL version 2 or later
305 .\"
306 .TH rc.eselect 5 "June 2009" "Gentoo Linux" eselect
307
308 diff --git a/man/visual.eselect.5 b/man/visual.eselect.5
309 index 33bc0ae..4afe157 100644
310 --- a/man/visual.eselect.5
311 +++ b/man/visual.eselect.5
312 @@ -1,5 +1,5 @@
313 .\" -*- coding: utf-8 -*-
314 -.\" Copyright 2009-2015 Gentoo Foundation
315 +.\" Copyright 2009-2016 Gentoo Foundation
316 .\" Distributed under the terms of the GNU GPL version 2 or later
317 .\"
318 .TH visual.eselect 5 "September 2012" "Gentoo Linux" eselect
319
320 diff --git a/misc/eselect-mode.el b/misc/eselect-mode.el
321 index 7a435e6..154914c 100644
322 --- a/misc/eselect-mode.el
323 +++ b/misc/eselect-mode.el
324 @@ -1,6 +1,6 @@
325 ;;; eselect-mode.el --- edit eselect files
326
327 -;; Copyright (c) 2006-2015 Gentoo Foundation
328 +;; Copyright (c) 2006-2016 Gentoo Foundation
329
330 ;; Author: Matthew Kennedy <mkennedy@g.o>
331 ;; Diego Pettenò <flameeyes@g.o>
332
333 diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
334 index 875a487..6b1976b 100644
335 --- a/misc/eselect.bashcomp
336 +++ b/misc/eselect.bashcomp
337 @@ -1,5 +1,5 @@
338 # -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et :
339 -# Copyright 2005-2015 Gentoo Foundation
340 +# Copyright 2005-2016 Gentoo Foundation
341 # Distributed under the terms of the GNU GPL version 2 or later
342
343 # bash command-line completion for eselect
344
345 diff --git a/modules/config.eselect b/modules/config.eselect
346 index 05d7866..1b35438 100644
347 --- a/modules/config.eselect
348 +++ b/modules/config.eselect
349 @@ -1,5 +1,5 @@
350 # -*-eselect-*- vim: ft=eselect
351 -# Copyright 2005-2015 Gentoo Foundation
352 +# Copyright 2005-2016 Gentoo Foundation
353 # Distributed under the terms of the GNU GPL version 2 or later
354
355 inherit portage
356
357 diff --git a/modules/cow.eselect b/modules/cow.eselect
358 index be4693b..f4b7413 100644
359 --- a/modules/cow.eselect
360 +++ b/modules/cow.eselect
361 @@ -1,5 +1,5 @@
362 # -*-eselect-*- vim: ft=eselect
363 -# Copyright 2005-2015 Gentoo Foundation
364 +# Copyright 2005-2016 Gentoo Foundation
365 # Distributed under the terms of the GNU GPL version 2 or later
366
367 DESCRIPTION="Do things to a cow"
368
369 diff --git a/modules/editor.eselect b/modules/editor.eselect
370 index 9327eb6..8f43472 100644
371 --- a/modules/editor.eselect
372 +++ b/modules/editor.eselect
373 @@ -1,5 +1,5 @@
374 # -*-eselect-*- vim: ft=eselect
375 -# Copyright 2009-2015 Gentoo Foundation
376 +# Copyright 2009-2016 Gentoo Foundation
377 # Distributed under the terms of the GNU GPL version 2 or later
378
379 EDITOR_VAR="EDITOR"
380
381 diff --git a/modules/env.eselect b/modules/env.eselect
382 index 3134395..9340592 100644
383 --- a/modules/env.eselect
384 +++ b/modules/env.eselect
385 @@ -1,5 +1,5 @@
386 # -*-eselect-*- vim: ft=eselect
387 -# Copyright 2005-2015 Gentoo Foundation
388 +# Copyright 2005-2016 Gentoo Foundation
389 # Distributed under the terms of the GNU GPL version 2 or later
390
391 inherit config multilib package-manager
392
393 diff --git a/modules/kernel.eselect b/modules/kernel.eselect
394 index af2b72c..85ec610 100644
395 --- a/modules/kernel.eselect
396 +++ b/modules/kernel.eselect
397 @@ -1,5 +1,5 @@
398 # -*-eselect-*- vim: ft=eselect
399 -# Copyright 2005-2015 Gentoo Foundation
400 +# Copyright 2005-2016 Gentoo Foundation
401 # Distributed under the terms of the GNU GPL version 2 or later
402
403 DESCRIPTION="Manage the /usr/src/linux symlink"
404
405 diff --git a/modules/locale.eselect b/modules/locale.eselect
406 index 86804e2..1ccfc4a 100644
407 --- a/modules/locale.eselect
408 +++ b/modules/locale.eselect
409 @@ -1,5 +1,5 @@
410 # -*-eselect-*- vim: ft=eselect
411 -# Copyright 2005-2015 Gentoo Foundation
412 +# Copyright 2005-2016 Gentoo Foundation
413 # Distributed under the terms of the GNU GPL version 2 or later
414
415 inherit config
416
417 diff --git a/modules/modules.eselect b/modules/modules.eselect
418 index 038f630..cb7eb31 100644
419 --- a/modules/modules.eselect
420 +++ b/modules/modules.eselect
421 @@ -1,5 +1,5 @@
422 # -*-eselect-*- vim: ft=eselect
423 -# Copyright 2006-2015 Gentoo Foundation
424 +# Copyright 2006-2016 Gentoo Foundation
425 # Distributed under the terms of the GNU GPL version 2 or later
426
427 inherit config
428
429 diff --git a/modules/news.eselect b/modules/news.eselect
430 index de81e5b..e413706 100644
431 --- a/modules/news.eselect
432 +++ b/modules/news.eselect
433 @@ -1,5 +1,5 @@
434 # -*-eselect-*- vim: ft=eselect
435 -# Copyright 2005-2015 Gentoo Foundation
436 +# Copyright 2005-2016 Gentoo Foundation
437 # Distributed under the terms of the GNU GPL version 2 or later
438
439 inherit package-manager
440
441 diff --git a/modules/pager.eselect b/modules/pager.eselect
442 index af0bada..c4879e9 100644
443 --- a/modules/pager.eselect
444 +++ b/modules/pager.eselect
445 @@ -1,5 +1,5 @@
446 # -*-eselect-*- vim: ft=eselect
447 -# Copyright 2009-2015 Gentoo Foundation
448 +# Copyright 2009-2016 Gentoo Foundation
449 # Distributed under the terms of the GNU GPL version 2 or later
450
451 EDITOR_VAR="PAGER"
452
453 diff --git a/modules/profile.eselect b/modules/profile.eselect
454 index fbefafc..f1f6774 100644
455 --- a/modules/profile.eselect
456 +++ b/modules/profile.eselect
457 @@ -1,5 +1,5 @@
458 # -*-eselect-*- vim: ft=eselect
459 -# Copyright 2005-2015 Gentoo Foundation
460 +# Copyright 2005-2016 Gentoo Foundation
461 # Distributed under the terms of the GNU GPL version 2 or later
462
463 # This is a portage-only module.
464
465 diff --git a/modules/rc.eselect b/modules/rc.eselect
466 index 03c0af3..02f26a0 100644
467 --- a/modules/rc.eselect
468 +++ b/modules/rc.eselect
469 @@ -1,5 +1,5 @@
470 # -*-eselect-*- vim: ft=eselect
471 -# Copyright 2005-2015 Gentoo Foundation
472 +# Copyright 2005-2016 Gentoo Foundation
473 # Distributed under the terms of the GNU GPL version 2 or later
474
475 inherit config
476
477 diff --git a/modules/visual.eselect b/modules/visual.eselect
478 index 03118d5..a069356 100644
479 --- a/modules/visual.eselect
480 +++ b/modules/visual.eselect
481 @@ -1,5 +1,5 @@
482 # -*-eselect-*- vim: ft=eselect
483 -# Copyright 2009-2015 Gentoo Foundation
484 +# Copyright 2009-2016 Gentoo Foundation
485 # Distributed under the terms of the GNU GPL version 2 or later
486
487 EDITOR_VAR="VISUAL"