Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <arfrever@××××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/tests/unicode/, pym/portage/package/ebuild/, pym/portage/emaint/, ...
Date: Wed, 05 Feb 2014 18:37:32
Message-Id: 1391625417.2fb9f076c1857ad5329300a9b52495c2a94f8193.arfrever@gentoo
1 commit: 2fb9f076c1857ad5329300a9b52495c2a94f8193
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Feb 5 18:36:57 2014 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> apache <DOT> org>
5 CommitDate: Wed Feb 5 18:36:57 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2fb9f076
7
8 Update dates in recently changed files.
9
10 ---
11 pym/_emerge/Scheduler.py | 2 +-
12 pym/portage/_emirrordist/MirrorDistTask.py | 2 +-
13 pym/portage/_global_updates.py | 2 +-
14 pym/portage/_selinux.py | 2 +-
15 pym/portage/_sets/base.py | 2 +-
16 pym/portage/cache/flat_hash.py | 2 +-
17 pym/portage/cache/fs_template.py | 2 +-
18 pym/portage/cache/metadata.py | 2 +-
19 pym/portage/cache/sqlite.py | 2 +-
20 pym/portage/cache/template.py | 2 +-
21 pym/portage/checksum.py | 2 +-
22 pym/portage/cvstree.py | 2 +-
23 pym/portage/data.py | 2 +-
24 pym/portage/dbapi/bintree.py | 2 +-
25 pym/portage/debug.py | 2 +-
26 pym/portage/dep/__init__.py | 2 +-
27 pym/portage/elog/__init__.py | 2 +-
28 pym/portage/elog/mod_echo.py | 2 +-
29 pym/portage/elog/mod_syslog.py | 2 +-
30 pym/portage/emaint/main.py | 2 +-
31 pym/portage/emaint/module.py | 2 +-
32 pym/portage/emaint/modules/binhost/binhost.py | 2 +-
33 pym/portage/getbinpkg.py | 2 +-
34 pym/portage/glsa.py | 2 +-
35 pym/portage/localization.py | 2 +-
36 pym/portage/locks.py | 2 +-
37 pym/portage/mail.py | 2 +-
38 pym/portage/manifest.py | 2 +-
39 pym/portage/output.py | 2 +-
40 pym/portage/package/ebuild/getmaskingstatus.py | 2 +-
41 pym/portage/process.py | 2 +-
42 pym/portage/proxy/lazyimport.py | 2 +-
43 pym/portage/tests/dep/test_match_from_list.py | 2 +-
44 pym/portage/tests/lint/test_compile_modules.py | 2 +-
45 pym/portage/tests/unicode/test_string_format.py | 2 +-
46 pym/portage/update.py | 2 +-
47 pym/portage/util/_dyn_libs/PreservedLibsRegistry.py | 2 +-
48 pym/portage/util/_urlopen.py | 2 +-
49 pym/portage/util/env_update.py | 2 +-
50 pym/portage/xpak.py | 2 +-
51 40 files changed, 40 insertions(+), 40 deletions(-)
52
53 diff --git a/pym/_emerge/Scheduler.py b/pym/_emerge/Scheduler.py
54 index 5873dbc..dd268f7 100644
55 --- a/pym/_emerge/Scheduler.py
56 +++ b/pym/_emerge/Scheduler.py
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2013 Gentoo Foundation
59 +# Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61
62 from __future__ import print_function, unicode_literals
63
64 diff --git a/pym/portage/_emirrordist/MirrorDistTask.py b/pym/portage/_emirrordist/MirrorDistTask.py
65 index 791dc2e..571caa5 100644
66 --- a/pym/portage/_emirrordist/MirrorDistTask.py
67 +++ b/pym/portage/_emirrordist/MirrorDistTask.py
68 @@ -1,4 +1,4 @@
69 -# Copyright 2013 Gentoo Foundation
70 +# Copyright 2013-2014 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72
73 import errno
74
75 diff --git a/pym/portage/_global_updates.py b/pym/portage/_global_updates.py
76 index df413c6..dde7268 100644
77 --- a/pym/portage/_global_updates.py
78 +++ b/pym/portage/_global_updates.py
79 @@ -1,4 +1,4 @@
80 -# Copyright 2010-2012 Gentoo Foundation
81 +# Copyright 2010-2014 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83
84 from __future__ import print_function
85
86 diff --git a/pym/portage/_selinux.py b/pym/portage/_selinux.py
87 index 61acbf7..2a7194c 100644
88 --- a/pym/portage/_selinux.py
89 +++ b/pym/portage/_selinux.py
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2013 Gentoo Foundation
92 +# Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94
95 # Don't use the unicode-wrapped os and shutil modules here since
96
97 diff --git a/pym/portage/_sets/base.py b/pym/portage/_sets/base.py
98 index 3f10462..ee20d36 100644
99 --- a/pym/portage/_sets/base.py
100 +++ b/pym/portage/_sets/base.py
101 @@ -1,4 +1,4 @@
102 -# Copyright 2007-2011 Gentoo Foundation
103 +# Copyright 2007-2014 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105
106 import sys
107
108 diff --git a/pym/portage/cache/flat_hash.py b/pym/portage/cache/flat_hash.py
109 index 9863499..5304296 100644
110 --- a/pym/portage/cache/flat_hash.py
111 +++ b/pym/portage/cache/flat_hash.py
112 @@ -1,4 +1,4 @@
113 -# Copyright: 2005-2013 Gentoo Foundation
114 +# Copyright 2005-2014 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # Author(s): Brian Harring (ferringb@g.o)
117
118
119 diff --git a/pym/portage/cache/fs_template.py b/pym/portage/cache/fs_template.py
120 index db3b80b..de4fe4b 100644
121 --- a/pym/portage/cache/fs_template.py
122 +++ b/pym/portage/cache/fs_template.py
123 @@ -1,4 +1,4 @@
124 -# Copyright 2005-2013 Gentoo Foundation
125 +# Copyright 2005-2014 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 # Author(s): Brian Harring (ferringb@g.o)
128
129
130 diff --git a/pym/portage/cache/metadata.py b/pym/portage/cache/metadata.py
131 index 285ad05..0c588bd 100644
132 --- a/pym/portage/cache/metadata.py
133 +++ b/pym/portage/cache/metadata.py
134 @@ -1,4 +1,4 @@
135 -# Copyright: 2005 Gentoo Foundation
136 +# Copyright 2005-2014 Gentoo Foundation
137 # Author(s): Brian Harring (ferringb@g.o)
138 # License: GPL2
139
140
141 diff --git a/pym/portage/cache/sqlite.py b/pym/portage/cache/sqlite.py
142 index 06451b6..42a2399 100644
143 --- a/pym/portage/cache/sqlite.py
144 +++ b/pym/portage/cache/sqlite.py
145 @@ -1,4 +1,4 @@
146 -# Copyright 1999-2013 Gentoo Foundation
147 +# Copyright 1999-2014 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149
150 from __future__ import unicode_literals
151
152 diff --git a/pym/portage/cache/template.py b/pym/portage/cache/template.py
153 index 41bad92..bc81b86 100644
154 --- a/pym/portage/cache/template.py
155 +++ b/pym/portage/cache/template.py
156 @@ -1,4 +1,4 @@
157 -# Copyright 2005-2013 Gentoo Foundation
158 +# Copyright 2005-2014 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 # Author(s): Brian Harring (ferringb@g.o)
161
162
163 diff --git a/pym/portage/checksum.py b/pym/portage/checksum.py
164 index a848acd..f24a90f 100644
165 --- a/pym/portage/checksum.py
166 +++ b/pym/portage/checksum.py
167 @@ -1,5 +1,5 @@
168 # checksum.py -- core Portage functionality
169 -# Copyright 1998-2013 Gentoo Foundation
170 +# Copyright 1998-2014 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172
173 import portage
174
175 diff --git a/pym/portage/cvstree.py b/pym/portage/cvstree.py
176 index d2176ce..4a3afae 100644
177 --- a/pym/portage/cvstree.py
178 +++ b/pym/portage/cvstree.py
179 @@ -1,5 +1,5 @@
180 # cvstree.py -- cvs tree utilities
181 -# Copyright 1998-2011 Gentoo Foundation
182 +# Copyright 1998-2014 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184
185 from __future__ import print_function
186
187 diff --git a/pym/portage/data.py b/pym/portage/data.py
188 index 7289457..54e3a8d 100644
189 --- a/pym/portage/data.py
190 +++ b/pym/portage/data.py
191 @@ -1,5 +1,5 @@
192 # data.py -- Calculated/Discovered Data Values
193 -# Copyright 1998-2013 Gentoo Foundation
194 +# Copyright 1998-2014 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196
197 import os, pwd, grp, platform, sys
198
199 diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
200 index c05b59b..022300e 100644
201 --- a/pym/portage/dbapi/bintree.py
202 +++ b/pym/portage/dbapi/bintree.py
203 @@ -1,4 +1,4 @@
204 -# Copyright 1998-2013 Gentoo Foundation
205 +# Copyright 1998-2014 Gentoo Foundation
206 # Distributed under the terms of the GNU General Public License v2
207
208 from __future__ import unicode_literals
209
210 diff --git a/pym/portage/debug.py b/pym/portage/debug.py
211 index 5fe3b11..d5a8cfb 100644
212 --- a/pym/portage/debug.py
213 +++ b/pym/portage/debug.py
214 @@ -1,4 +1,4 @@
215 -# Copyright 1999-2012 Gentoo Foundation
216 +# Copyright 1999-2014 Gentoo Foundation
217 # Distributed under the terms of the GNU General Public License v2
218
219 import os
220
221 diff --git a/pym/portage/dep/__init__.py b/pym/portage/dep/__init__.py
222 index 8a15442..c457df0 100644
223 --- a/pym/portage/dep/__init__.py
224 +++ b/pym/portage/dep/__init__.py
225 @@ -1,5 +1,5 @@
226 # deps.py -- Portage dependency resolution functions
227 -# Copyright 2003-2013 Gentoo Foundation
228 +# Copyright 2003-2014 Gentoo Foundation
229 # Distributed under the terms of the GNU General Public License v2
230
231 from __future__ import unicode_literals
232
233 diff --git a/pym/portage/elog/__init__.py b/pym/portage/elog/__init__.py
234 index c3386cf..cc08612 100644
235 --- a/pym/portage/elog/__init__.py
236 +++ b/pym/portage/elog/__init__.py
237 @@ -1,5 +1,5 @@
238 # elog/__init__.py - elog core functions
239 -# Copyright 2006-2011 Gentoo Foundation
240 +# Copyright 2006-2014 Gentoo Foundation
241 # Distributed under the terms of the GNU General Public License v2
242
243 import sys
244
245 diff --git a/pym/portage/elog/mod_echo.py b/pym/portage/elog/mod_echo.py
246 index e0564bd..f9cc537 100644
247 --- a/pym/portage/elog/mod_echo.py
248 +++ b/pym/portage/elog/mod_echo.py
249 @@ -1,5 +1,5 @@
250 # elog/mod_echo.py - elog dispatch module
251 -# Copyright 2007 Gentoo Foundation
252 +# Copyright 2007-2014 Gentoo Foundation
253 # Distributed under the terms of the GNU General Public License v2
254
255 from __future__ import print_function
256
257 diff --git a/pym/portage/elog/mod_syslog.py b/pym/portage/elog/mod_syslog.py
258 index 5df6ce0..8b26ffa 100644
259 --- a/pym/portage/elog/mod_syslog.py
260 +++ b/pym/portage/elog/mod_syslog.py
261 @@ -1,5 +1,5 @@
262 # elog/mod_syslog.py - elog dispatch module
263 -# Copyright 2006-2011 Gentoo Foundation
264 +# Copyright 2006-2014 Gentoo Foundation
265 # Distributed under the terms of the GNU General Public License v2
266
267 import sys
268
269 diff --git a/pym/portage/emaint/main.py b/pym/portage/emaint/main.py
270 index 1ae3d4b..a03ffd7 100644
271 --- a/pym/portage/emaint/main.py
272 +++ b/pym/portage/emaint/main.py
273 @@ -1,4 +1,4 @@
274 -# Copyright 2005-2013 Gentoo Foundation
275 +# Copyright 2005-2014 Gentoo Foundation
276 # Distributed under the terms of the GNU General Public License v2
277
278 from __future__ import print_function
279
280 diff --git a/pym/portage/emaint/module.py b/pym/portage/emaint/module.py
281 index eb3af9e..bf7d25f 100644
282 --- a/pym/portage/emaint/module.py
283 +++ b/pym/portage/emaint/module.py
284 @@ -1,4 +1,4 @@
285 -# Copyright 2005-2012 Gentoo Foundation
286 +# Copyright 2005-2014 Gentoo Foundation
287 # Distributed under the terms of the GNU General Public License v2
288
289
290
291 diff --git a/pym/portage/emaint/modules/binhost/binhost.py b/pym/portage/emaint/modules/binhost/binhost.py
292 index 9bf11cb..1138a8c 100644
293 --- a/pym/portage/emaint/modules/binhost/binhost.py
294 +++ b/pym/portage/emaint/modules/binhost/binhost.py
295 @@ -1,4 +1,4 @@
296 -# Copyright 2005-2012 Gentoo Foundation
297 +# Copyright 2005-2014 Gentoo Foundation
298 # Distributed under the terms of the GNU General Public License v2
299
300 import errno
301
302 diff --git a/pym/portage/getbinpkg.py b/pym/portage/getbinpkg.py
303 index 985d443..14dc149 100644
304 --- a/pym/portage/getbinpkg.py
305 +++ b/pym/portage/getbinpkg.py
306 @@ -1,5 +1,5 @@
307 # getbinpkg.py -- Portage binary-package helper functions
308 -# Copyright 2003-2013 Gentoo Foundation
309 +# Copyright 2003-2014 Gentoo Foundation
310 # Distributed under the terms of the GNU General Public License v2
311
312 from __future__ import unicode_literals
313
314 diff --git a/pym/portage/glsa.py b/pym/portage/glsa.py
315 index 0cfeba1..834572a 100644
316 --- a/pym/portage/glsa.py
317 +++ b/pym/portage/glsa.py
318 @@ -1,4 +1,4 @@
319 -# Copyright 2003-2012 Gentoo Foundation
320 +# Copyright 2003-2014 Gentoo Foundation
321 # Distributed under the terms of the GNU General Public License v2
322
323 from __future__ import absolute_import, unicode_literals
324
325 diff --git a/pym/portage/localization.py b/pym/portage/localization.py
326 index 2aac1f3..b54835a 100644
327 --- a/pym/portage/localization.py
328 +++ b/pym/portage/localization.py
329 @@ -1,5 +1,5 @@
330 # localization.py -- Code to manage/help portage localization.
331 -# Copyright 2004-2013 Gentoo Foundation
332 +# Copyright 2004-2014 Gentoo Foundation
333 # Distributed under the terms of the GNU General Public License v2
334
335 from portage import _unicode_decode
336
337 diff --git a/pym/portage/locks.py b/pym/portage/locks.py
338 index 9593ae9..0789f89 100644
339 --- a/pym/portage/locks.py
340 +++ b/pym/portage/locks.py
341 @@ -1,5 +1,5 @@
342 # portage: Lock management code
343 -# Copyright 2004-2013 Gentoo Foundation
344 +# Copyright 2004-2014 Gentoo Foundation
345 # Distributed under the terms of the GNU General Public License v2
346
347 __all__ = ["lockdir", "unlockdir", "lockfile", "unlockfile", \
348
349 diff --git a/pym/portage/mail.py b/pym/portage/mail.py
350 index e5913d7..723da04 100644
351 --- a/pym/portage/mail.py
352 +++ b/pym/portage/mail.py
353 @@ -1,4 +1,4 @@
354 -# Copyright 1998-2011 Gentoo Foundation
355 +# Copyright 1998-2014 Gentoo Foundation
356 # Distributed under the terms of the GNU General Public License v2
357
358 # Since python ebuilds remove the 'email' module when USE=build
359
360 diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
361 index 11dec94..3936b9a 100644
362 --- a/pym/portage/manifest.py
363 +++ b/pym/portage/manifest.py
364 @@ -1,4 +1,4 @@
365 -# Copyright 1999-2013 Gentoo Foundation
366 +# Copyright 1999-2014 Gentoo Foundation
367 # Distributed under the terms of the GNU General Public License v2
368
369 from __future__ import unicode_literals
370
371 diff --git a/pym/portage/output.py b/pym/portage/output.py
372 index 7f362c5..cd660ac 100644
373 --- a/pym/portage/output.py
374 +++ b/pym/portage/output.py
375 @@ -1,4 +1,4 @@
376 -# Copyright 1998-2013 Gentoo Foundation
377 +# Copyright 1998-2014 Gentoo Foundation
378 # Distributed under the terms of the GNU General Public License v2
379
380 __docformat__ = "epytext"
381
382 diff --git a/pym/portage/package/ebuild/getmaskingstatus.py b/pym/portage/package/ebuild/getmaskingstatus.py
383 index 7708f21..4b9e588 100644
384 --- a/pym/portage/package/ebuild/getmaskingstatus.py
385 +++ b/pym/portage/package/ebuild/getmaskingstatus.py
386 @@ -1,4 +1,4 @@
387 -# Copyright 2010-2013 Gentoo Foundation
388 +# Copyright 2010-2014 Gentoo Foundation
389 # Distributed under the terms of the GNU General Public License v2
390
391 from __future__ import unicode_literals
392
393 diff --git a/pym/portage/process.py b/pym/portage/process.py
394 index f2e583b..ba41ea8 100644
395 --- a/pym/portage/process.py
396 +++ b/pym/portage/process.py
397 @@ -1,5 +1,5 @@
398 # portage.py -- core Portage functionality
399 -# Copyright 1998-2013 Gentoo Foundation
400 +# Copyright 1998-2014 Gentoo Foundation
401 # Distributed under the terms of the GNU General Public License v2
402
403
404
405 diff --git a/pym/portage/proxy/lazyimport.py b/pym/portage/proxy/lazyimport.py
406 index 8dfc598..5aa7e50 100644
407 --- a/pym/portage/proxy/lazyimport.py
408 +++ b/pym/portage/proxy/lazyimport.py
409 @@ -1,4 +1,4 @@
410 -# Copyright 2009-2012 Gentoo Foundation
411 +# Copyright 2009-2014 Gentoo Foundation
412 # Distributed under the terms of the GNU General Public License v2
413
414 __all__ = ['lazyimport']
415
416 diff --git a/pym/portage/tests/dep/test_match_from_list.py b/pym/portage/tests/dep/test_match_from_list.py
417 index 3547694..75ac8fd 100644
418 --- a/pym/portage/tests/dep/test_match_from_list.py
419 +++ b/pym/portage/tests/dep/test_match_from_list.py
420 @@ -1,4 +1,4 @@
421 -# Copyright 2006-2013 Gentoo Foundation
422 +# Copyright 2006-2014 Gentoo Foundation
423 # Distributed under the terms of the GNU General Public License v2
424
425 import sys
426
427 diff --git a/pym/portage/tests/lint/test_compile_modules.py b/pym/portage/tests/lint/test_compile_modules.py
428 index 4888552..ce7e3fb 100644
429 --- a/pym/portage/tests/lint/test_compile_modules.py
430 +++ b/pym/portage/tests/lint/test_compile_modules.py
431 @@ -1,4 +1,4 @@
432 -# Copyright 2009-2013 Gentoo Foundation
433 +# Copyright 2009-2014 Gentoo Foundation
434 # Distributed under the terms of the GNU General Public License v2
435
436 import errno
437
438 diff --git a/pym/portage/tests/unicode/test_string_format.py b/pym/portage/tests/unicode/test_string_format.py
439 index d4443b2..9d4366a 100644
440 --- a/pym/portage/tests/unicode/test_string_format.py
441 +++ b/pym/portage/tests/unicode/test_string_format.py
442 @@ -1,4 +1,4 @@
443 -# Copyright 2010-2013 Gentoo Foundation
444 +# Copyright 2010-2014 Gentoo Foundation
445 # Distributed under the terms of the GNU General Public License v2
446
447 from __future__ import unicode_literals
448
449 diff --git a/pym/portage/update.py b/pym/portage/update.py
450 index 78f764d..df4e11b 100644
451 --- a/pym/portage/update.py
452 +++ b/pym/portage/update.py
453 @@ -1,4 +1,4 @@
454 -# Copyright 1999-2013 Gentoo Foundation
455 +# Copyright 1999-2014 Gentoo Foundation
456 # Distributed under the terms of the GNU General Public License v2
457
458 from __future__ import unicode_literals
459
460 diff --git a/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py b/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
461 index 163f48a..a422ffe 100644
462 --- a/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
463 +++ b/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
464 @@ -1,4 +1,4 @@
465 -# Copyright 1998-2012 Gentoo Foundation
466 +# Copyright 1998-2014 Gentoo Foundation
467 # Distributed under the terms of the GNU General Public License v2
468
469 import errno
470
471 diff --git a/pym/portage/util/_urlopen.py b/pym/portage/util/_urlopen.py
472 index f209c26..4cfe183 100644
473 --- a/pym/portage/util/_urlopen.py
474 +++ b/pym/portage/util/_urlopen.py
475 @@ -1,4 +1,4 @@
476 -# Copyright 2012 Gentoo Foundation
477 +# Copyright 2012-2014 Gentoo Foundation
478 # Distributed under the terms of the GNU General Public License v2
479
480 import io
481
482 diff --git a/pym/portage/util/env_update.py b/pym/portage/util/env_update.py
483 index 143217a..c0a93a8 100644
484 --- a/pym/portage/util/env_update.py
485 +++ b/pym/portage/util/env_update.py
486 @@ -1,4 +1,4 @@
487 -# Copyright 2010-2013 Gentoo Foundation
488 +# Copyright 2010-2014 Gentoo Foundation
489 # Distributed under the terms of the GNU General Public License v2
490
491 __all__ = ['env_update']
492
493 diff --git a/pym/portage/xpak.py b/pym/portage/xpak.py
494 index 34ff70b..b4567be 100644
495 --- a/pym/portage/xpak.py
496 +++ b/pym/portage/xpak.py
497 @@ -1,4 +1,4 @@
498 -# Copyright 2001-2012 Gentoo Foundation
499 +# Copyright 2001-2014 Gentoo Foundation
500 # Distributed under the terms of the GNU General Public License v2