Gentoo Archives: gentoo-portage-dev

From: Matt Turner <mattst88@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-portage-dev] [PATCH gentoolkit 2/4] Remove $Header$
Date: Sun, 20 Dec 2020 22:10:57
Message-Id: 20201220221039.286828-2-mattst88@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH gentoolkit 1/4] Remove imports from __future__ by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 bin/ekeyword | 2 --
4 bin/enalyze | 2 --
5 bin/epkginfo | 2 --
6 bin/equery | 2 --
7 bin/euse | 2 --
8 bin/imlate | 2 --
9 bin/revdep-rebuild | 2 --
10 pym/gentoolkit/__init__.py | 2 --
11 pym/gentoolkit/atom.py | 2 --
12 pym/gentoolkit/base.py | 2 --
13 pym/gentoolkit/cpv.py | 2 --
14 pym/gentoolkit/dbapi.py | 2 --
15 pym/gentoolkit/dependencies.py | 2 --
16 pym/gentoolkit/ekeyword/Makefile | 2 --
17 pym/gentoolkit/enalyze/__init__.py | 2 --
18 pym/gentoolkit/equery/__init__.py | 2 --
19 pym/gentoolkit/equery/belongs.py | 2 --
20 pym/gentoolkit/equery/changes.py | 2 --
21 pym/gentoolkit/equery/check.py | 2 --
22 pym/gentoolkit/equery/depends.py | 2 --
23 pym/gentoolkit/equery/depgraph.py | 2 --
24 pym/gentoolkit/equery/files.py | 2 --
25 pym/gentoolkit/equery/has.py | 2 --
26 pym/gentoolkit/equery/hasuse.py | 2 --
27 pym/gentoolkit/equery/list_.py | 2 --
28 pym/gentoolkit/equery/meta.py | 2 --
29 pym/gentoolkit/equery/size.py | 2 --
30 pym/gentoolkit/equery/uses.py | 2 --
31 pym/gentoolkit/equery/which.py | 2 --
32 pym/gentoolkit/formatters.py | 2 --
33 pym/gentoolkit/helpers.py | 2 --
34 pym/gentoolkit/keyword.py | 2 --
35 pym/gentoolkit/metadata.py | 2 --
36 pym/gentoolkit/module_base.py | 2 --
37 pym/gentoolkit/package.py | 2 --
38 pym/gentoolkit/pprinter.py | 2 --
39 pym/gentoolkit/query.py | 2 --
40 pym/gentoolkit/sets.py | 2 --
41 pym/gentoolkit/test/__init__.py | 2 --
42 pym/gentoolkit/test/eclean/__init__.py | 2 --
43 pym/gentoolkit/test/eclean/creator.py | 2 --
44 pym/gentoolkit/test/eclean/distsupport.py | 2 --
45 pym/gentoolkit/test/eclean/test_clean.py | 2 --
46 pym/gentoolkit/test/eclean/test_search.py | 2 --
47 pym/gentoolkit/test/equery/__init__.py | 2 --
48 pym/gentoolkit/test/test_atom.py | 2 --
49 pym/gentoolkit/test/test_cpv.py | 2 --
50 pym/gentoolkit/versionmatch.py | 2 --
51 48 files changed, 96 deletions(-)
52
53 diff --git a/bin/ekeyword b/bin/ekeyword
54 index 2e3c78e..8767fe3 100755
55 --- a/bin/ekeyword
56 +++ b/bin/ekeyword
57 @@ -2,8 +2,6 @@
58 #
59 # Copyright 2002-2017 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2 or later
61 -#
62 -# $Header$
63
64 """Manage KEYWORDS in ebuilds easily.
65
66 diff --git a/bin/enalyze b/bin/enalyze
67 index a0bb29a..9e27bed 100755
68 --- a/bin/enalyze
69 +++ b/bin/enalyze
70 @@ -3,8 +3,6 @@
71 # Copyright 2010 Brian Dolbec <brian.dolbec@×××××.com>
72 # Copyright 2002-2010 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2 or later
74 -#
75 -# $Header$
76
77 """'enalyze' is a flexible utility for Gentoo linux which can display various
78 information about installed packages, such as the USE flags used and the
79 diff --git a/bin/epkginfo b/bin/epkginfo
80 index 4f87176..5d3aab2 100755
81 --- a/bin/epkginfo
82 +++ b/bin/epkginfo
83 @@ -2,8 +2,6 @@
84 #
85 # Copyright 2009 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2 or later
87 -#
88 -# $Header$
89
90 """Shortcut to equery meta"""
91
92 diff --git a/bin/equery b/bin/equery
93 index 77371d1..386194d 100755
94 --- a/bin/equery
95 +++ b/bin/equery
96 @@ -2,8 +2,6 @@
97 #
98 # Copyright 2002-2009 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2 or later
100 -#
101 -# $Header$
102
103 """equery is a flexible utility for Gentoo linux which can display various
104 information about packages, such as the files they own, their USE flags,
105 diff --git a/bin/euse b/bin/euse
106 index 263d0f2..c3b6638 100755
107 --- a/bin/euse
108 +++ b/bin/euse
109 @@ -2,8 +2,6 @@
110 # Disable globbing because "-*" and such is valid as a use flag.
111 set -f
112
113 -# $Header$
114 -
115 # bash replacement for the original euse by Arun Bhanu
116 # Author: Marius Mauch <genone@g.o>
117 # Jared Hancock (Signigicant rewrite for package.use support)
118 diff --git a/bin/imlate b/bin/imlate
119 index 040d19e..cd4f7ab 100755
120 --- a/bin/imlate
121 +++ b/bin/imlate
122 @@ -2,8 +2,6 @@
123 #
124 # Copyright 2002-2017 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2 or later
126 -#
127 -# $Header$
128
129 """Manage KEYWORDS in ebuilds easily.
130
131 diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild
132 index 24d349e..51783c5 100755
133 --- a/bin/revdep-rebuild
134 +++ b/bin/revdep-rebuild
135 @@ -3,8 +3,6 @@
136 # Copyright 2010 Brian Dolbec <brian.dolbec@×××××.com>
137 # Copyright 2002-2010 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2 or later
139 -#
140 -# $Header$
141
142 """'revdep-rebuild' scans libraries and binaries for missing shared library dependencies and attempts to fix them by re-emerging
143 those broken binaries and shared libraries. It is useful when an upgraded package breaks other software packages that are
144 diff --git a/pym/gentoolkit/__init__.py b/pym/gentoolkit/__init__.py
145 index 5032c8d..9af78fc 100644
146 --- a/pym/gentoolkit/__init__.py
147 +++ b/pym/gentoolkit/__init__.py
148 @@ -3,8 +3,6 @@
149 # Copyright 2003-2004 Karl Trygve Kalleberg
150 # Copyright 2003-2009 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 -#
153 -# $Header$
154
155 """Gentoolkit is a collection of administration scripts for Gentoo"""
156
157 diff --git a/pym/gentoolkit/atom.py b/pym/gentoolkit/atom.py
158 index b86c89c..364fe4e 100644
159 --- a/pym/gentoolkit/atom.py
160 +++ b/pym/gentoolkit/atom.py
161 @@ -3,8 +3,6 @@
162 # Copyright(c) 2009, Gentoo Foundation
163 #
164 # Licensed under the GNU General Public License, v2
165 -#
166 -# $Header$
167
168 """Subclasses portage.dep.Atom to provide methods on a Gentoo atom string."""
169
170 diff --git a/pym/gentoolkit/base.py b/pym/gentoolkit/base.py
171 index aabccea..372ed74 100644
172 --- a/pym/gentoolkit/base.py
173 +++ b/pym/gentoolkit/base.py
174 @@ -2,8 +2,6 @@
175 #
176 # Copyright(c) 2009 - 2010, Gentoo Foundation
177 # Distributed under the terms of the GNU General Public License v2
178 -#
179 -# $Header: $
180
181 """Gentoolkit Base Module class to hold common module operation functions
182 """
183 diff --git a/pym/gentoolkit/cpv.py b/pym/gentoolkit/cpv.py
184 index 2e8e167..563dab8 100644
185 --- a/pym/gentoolkit/cpv.py
186 +++ b/pym/gentoolkit/cpv.py
187 @@ -3,8 +3,6 @@
188 # Copyright(c) 2009-2010 Gentoo Foundation
189 #
190 # Licensed under the GNU General Public License, v2
191 -#
192 -# $Header$
193
194 """Provides attributes and methods for a category/package-version string."""
195
196 diff --git a/pym/gentoolkit/dbapi.py b/pym/gentoolkit/dbapi.py
197 index 4768078..be37f32 100644
198 --- a/pym/gentoolkit/dbapi.py
199 +++ b/pym/gentoolkit/dbapi.py
200 @@ -2,8 +2,6 @@
201 #
202 # Copyright 2009 Gentoo Foundation
203 # Distributed under the terms of the GNU General Public License v2
204 -#
205 -# $Header$
206
207 """Provides access to Portage database api
208 Note: this file is deprecated, please replace all use
209 diff --git a/pym/gentoolkit/dependencies.py b/pym/gentoolkit/dependencies.py
210 index 8536369..38676a2 100644
211 --- a/pym/gentoolkit/dependencies.py
212 +++ b/pym/gentoolkit/dependencies.py
213 @@ -1,8 +1,6 @@
214 # Copyright(c) 2009, Gentoo Foundation
215 #
216 # Licensed under the GNU General Public License, v2
217 -#
218 -# $Header: $
219
220 """Provides a class for easy calculating dependencies for a given CPV."""
221
222 diff --git a/pym/gentoolkit/ekeyword/Makefile b/pym/gentoolkit/ekeyword/Makefile
223 index 0021c7a..1219d19 100644
224 --- a/pym/gentoolkit/ekeyword/Makefile
225 +++ b/pym/gentoolkit/ekeyword/Makefile
226 @@ -1,8 +1,6 @@
227 # Copyright 2004 Karl Trygve Kalleberg <karltk@g.o>
228 # Copyright 2004 Gentoo Foundation
229 # Distributed under the terms of the GNU General Public License v2
230 -#
231 -# $Header$
232
233 include ../../makedefs.mak
234
235 diff --git a/pym/gentoolkit/enalyze/__init__.py b/pym/gentoolkit/enalyze/__init__.py
236 index 6e9652d..6a40215 100644
237 --- a/pym/gentoolkit/enalyze/__init__.py
238 +++ b/pym/gentoolkit/enalyze/__init__.py
239 @@ -4,8 +4,6 @@
240 # Copyright(c) 2010, Gentoo Foundation
241 # Copyright 2003-2004 Karl Trygve Kalleberg
242 # Licensed under the GNU General Public License, v2
243 -#
244 -# $Header: $
245
246 """Gentoo's installed packages analysis and repair tool"""
247
248 diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py
249 index 6167710..4640086 100644
250 --- a/pym/gentoolkit/equery/__init__.py
251 +++ b/pym/gentoolkit/equery/__init__.py
252 @@ -1,8 +1,6 @@
253 # Copyright(c) 2009, Gentoo Foundation
254 #
255 # Licensed under the GNU General Public License, v2
256 -#
257 -# $Header: $
258
259 """Gentoo package query tool"""
260
261 diff --git a/pym/gentoolkit/equery/belongs.py b/pym/gentoolkit/equery/belongs.py
262 index cf53916..8289366 100644
263 --- a/pym/gentoolkit/equery/belongs.py
264 +++ b/pym/gentoolkit/equery/belongs.py
265 @@ -1,8 +1,6 @@
266 # Copyright(c) 2009, Gentoo Foundation
267 #
268 # Licensed under the GNU General Public License, v2
269 -#
270 -# $Header: $
271
272 """List all packages owning a particular file
273
274 diff --git a/pym/gentoolkit/equery/changes.py b/pym/gentoolkit/equery/changes.py
275 index f86edf6..f234ecb 100644
276 --- a/pym/gentoolkit/equery/changes.py
277 +++ b/pym/gentoolkit/equery/changes.py
278 @@ -1,8 +1,6 @@
279 # Copyright(c) 2009, Gentoo Foundation
280 #
281 # Licensed under the GNU General Public License, v2 or higher
282 -#
283 -# $Header: $
284
285 """Displays the ChangeLog entry for the latest installable version of an atom"""
286
287 diff --git a/pym/gentoolkit/equery/check.py b/pym/gentoolkit/equery/check.py
288 index c00789b..e965164 100644
289 --- a/pym/gentoolkit/equery/check.py
290 +++ b/pym/gentoolkit/equery/check.py
291 @@ -1,8 +1,6 @@
292 # Copyright(c) 2009, Gentoo Foundation
293 #
294 # Licensed under the GNU General Public License, v2
295 -#
296 -# $Header: $
297
298 """Checks timestamps and MD5 sums for files owned by a given installed package"""
299
300 diff --git a/pym/gentoolkit/equery/depends.py b/pym/gentoolkit/equery/depends.py
301 index e654e84..7461ade 100644
302 --- a/pym/gentoolkit/equery/depends.py
303 +++ b/pym/gentoolkit/equery/depends.py
304 @@ -1,8 +1,6 @@
305 # Copyright(c) 2009, Gentoo Foundation
306 #
307 # Licensed under the GNU General Public License, v2
308 -#
309 -# $Header: $
310
311 """List all packages that depend on a atom given query"""
312
313 diff --git a/pym/gentoolkit/equery/depgraph.py b/pym/gentoolkit/equery/depgraph.py
314 index 9ad21c2..4ee37ee 100644
315 --- a/pym/gentoolkit/equery/depgraph.py
316 +++ b/pym/gentoolkit/equery/depgraph.py
317 @@ -1,8 +1,6 @@
318 # Copyright(c) 2009, Gentoo Foundation
319 #
320 # Licensed under the GNU General Public License, v2
321 -#
322 -# $Header: $
323
324 """Display a direct dependency graph for a given package"""
325
326 diff --git a/pym/gentoolkit/equery/files.py b/pym/gentoolkit/equery/files.py
327 index 05c2235..cfcd306 100644
328 --- a/pym/gentoolkit/equery/files.py
329 +++ b/pym/gentoolkit/equery/files.py
330 @@ -1,8 +1,6 @@
331 # Copyright(c) 2009, Gentoo Foundation
332 #
333 # Licensed under the GNU General Public License, v2
334 -#
335 -# $Header: $
336
337 """List files owned by a given package."""
338
339 diff --git a/pym/gentoolkit/equery/has.py b/pym/gentoolkit/equery/has.py
340 index dddaab3..c1c8bba 100644
341 --- a/pym/gentoolkit/equery/has.py
342 +++ b/pym/gentoolkit/equery/has.py
343 @@ -1,8 +1,6 @@
344 # Copyright(c) 2009, Gentoo Foundation
345 #
346 # Licensed under the GNU General Public License, v2 or higher
347 -#
348 -# $Header: $
349
350 """List all installed packages that match for a given ENVIRONMENT variable"""
351
352 diff --git a/pym/gentoolkit/equery/hasuse.py b/pym/gentoolkit/equery/hasuse.py
353 index 5ec8244..07207bc 100644
354 --- a/pym/gentoolkit/equery/hasuse.py
355 +++ b/pym/gentoolkit/equery/hasuse.py
356 @@ -1,8 +1,6 @@
357 # Copyright(c) 2009, Gentoo Foundation
358 #
359 # Licensed under the GNU General Public License, v2 or higher
360 -#
361 -# $Header: $
362
363 """List all installed packages that have a given USE flag"""
364
365 diff --git a/pym/gentoolkit/equery/list_.py b/pym/gentoolkit/equery/list_.py
366 index dca14b1..f66dfed 100644
367 --- a/pym/gentoolkit/equery/list_.py
368 +++ b/pym/gentoolkit/equery/list_.py
369 @@ -1,8 +1,6 @@
370 # Copyright(c) 2009, Gentoo Foundation
371 #
372 # Licensed under the GNU General Public License, v2 or higher
373 -#
374 -# $Header: $
375
376 """List installed packages matching the query pattern"""
377
378 diff --git a/pym/gentoolkit/equery/meta.py b/pym/gentoolkit/equery/meta.py
379 index aa1de6a..2e632d5 100644
380 --- a/pym/gentoolkit/equery/meta.py
381 +++ b/pym/gentoolkit/equery/meta.py
382 @@ -1,8 +1,6 @@
383 # Copyright(c) 2009, Gentoo Foundation
384 #
385 # Licensed under the GNU General Public License, v2 or higher
386 -#
387 -# $Header: $
388
389 """Display metadata about a given package."""
390
391 diff --git a/pym/gentoolkit/equery/size.py b/pym/gentoolkit/equery/size.py
392 index ee63c0b..cb570ba 100644
393 --- a/pym/gentoolkit/equery/size.py
394 +++ b/pym/gentoolkit/equery/size.py
395 @@ -1,8 +1,6 @@
396 # Copyright(c) 2009, Gentoo Foundation
397 #
398 # Licensed under the GNU General Public License, v2
399 -#
400 -# $Header: $
401
402 """Print total size of files contained in a given package"""
403
404 diff --git a/pym/gentoolkit/equery/uses.py b/pym/gentoolkit/equery/uses.py
405 index e344e62..1260f56 100644
406 --- a/pym/gentoolkit/equery/uses.py
407 +++ b/pym/gentoolkit/equery/uses.py
408 @@ -1,8 +1,6 @@
409 # Copyright(c) 2009, Gentoo Foundation
410 #
411 # Licensed under the GNU General Public License, v2
412 -#
413 -# $Header: $
414
415 """Display USE flags for a given package"""
416
417 diff --git a/pym/gentoolkit/equery/which.py b/pym/gentoolkit/equery/which.py
418 index ba3547c..326e692 100644
419 --- a/pym/gentoolkit/equery/which.py
420 +++ b/pym/gentoolkit/equery/which.py
421 @@ -1,8 +1,6 @@
422 # Copyright(c) 2009, Gentoo Foundation
423 #
424 # Licensed under the GNU General Public License, v2
425 -#
426 -# $Header: $
427
428 """Display the path to the ebuild that would be used by Portage with the current
429 configuration
430 diff --git a/pym/gentoolkit/formatters.py b/pym/gentoolkit/formatters.py
431 index 98010dc..e8b1428 100644
432 --- a/pym/gentoolkit/formatters.py
433 +++ b/pym/gentoolkit/formatters.py
434 @@ -3,8 +3,6 @@
435 # Copyright 2004 Karl Trygve Kalleberg <karltk@g.o>
436 # Copyright(c) 2010, Gentoo Foundation
437 # Distributed under the terms of the GNU General Public License v2
438 -#
439 -# $Header$
440
441 import sys
442 import time
443 diff --git a/pym/gentoolkit/helpers.py b/pym/gentoolkit/helpers.py
444 index a551550..b4cc795 100644
445 --- a/pym/gentoolkit/helpers.py
446 +++ b/pym/gentoolkit/helpers.py
447 @@ -1,8 +1,6 @@
448 # Copyright(c) 2009-2010, Gentoo Foundation
449 #
450 # Licensed under the GNU General Public License, v2 or higher
451 -#
452 -# $Header$
453
454 """Miscellaneous helper functions and classes.
455
456 diff --git a/pym/gentoolkit/keyword.py b/pym/gentoolkit/keyword.py
457 index 0f3807c..9edf4aa 100644
458 --- a/pym/gentoolkit/keyword.py
459 +++ b/pym/gentoolkit/keyword.py
460 @@ -1,8 +1,6 @@
461 # Copyright(c) 2004-2010, Gentoo Foundation
462 #
463 # Licensed under the GNU General Public License, v2
464 -#
465 -# $Header$
466
467 """Provides common methods on Gentoo GLEP 53 keywords.
468
469 diff --git a/pym/gentoolkit/metadata.py b/pym/gentoolkit/metadata.py
470 index 0b58392..ecf60c3 100644
471 --- a/pym/gentoolkit/metadata.py
472 +++ b/pym/gentoolkit/metadata.py
473 @@ -1,8 +1,6 @@
474 # Copyright(c) 2009, Gentoo Foundation
475 #
476 # Licensed under the GNU General Public License, v2
477 -#
478 -# $Header$
479
480 """Provides an easy-to-use python interface to Gentoo's metadata.xml file.
481
482 diff --git a/pym/gentoolkit/module_base.py b/pym/gentoolkit/module_base.py
483 index 9f6ad91..322088d 100644
484 --- a/pym/gentoolkit/module_base.py
485 +++ b/pym/gentoolkit/module_base.py
486 @@ -3,8 +3,6 @@
487 # Copyright 2010 Brian Dolbec <brian.dolbec@×××××.com>
488 # Copyright(c) 2010, Gentoo Foundation
489 # Distributed under the terms of the GNU General Public License v2
490 -#
491 -# $Header: $
492
493 """General Base Module class to hold common module operation functions
494 """
495 diff --git a/pym/gentoolkit/package.py b/pym/gentoolkit/package.py
496 index bdeba17..37209d5 100644
497 --- a/pym/gentoolkit/package.py
498 +++ b/pym/gentoolkit/package.py
499 @@ -2,8 +2,6 @@
500 # Copyright(c) 2004-2010, Gentoo Foundation
501 #
502 # Licensed under the GNU General Public License, v2
503 -#
504 -# $Header$
505
506 """Provides an interface to package information stored by package managers.
507
508 diff --git a/pym/gentoolkit/pprinter.py b/pym/gentoolkit/pprinter.py
509 index 610d72a..25e145b 100644
510 --- a/pym/gentoolkit/pprinter.py
511 +++ b/pym/gentoolkit/pprinter.py
512 @@ -3,8 +3,6 @@
513 # Copyright 2004 Karl Trygve Kalleberg <karltk@g.o>
514 # Copyright 2004-2009 Gentoo Foundation
515 # Distributed under the terms of the GNU General Public License v2
516 -#
517 -# $Header$
518
519 """Provides a consistent color scheme for Gentoolkit scripts."""
520
521 diff --git a/pym/gentoolkit/query.py b/pym/gentoolkit/query.py
522 index 9d1a313..c2b8d56 100644
523 --- a/pym/gentoolkit/query.py
524 +++ b/pym/gentoolkit/query.py
525 @@ -3,8 +3,6 @@
526 # Copyright(c) 2004-2010, Gentoo Foundation
527 #
528 # Licensed under the GNU General Public License, v2
529 -#
530 -# $Header$
531
532 """Provides common methods on a package query."""
533
534 diff --git a/pym/gentoolkit/sets.py b/pym/gentoolkit/sets.py
535 index 70315e9..d130603 100644
536 --- a/pym/gentoolkit/sets.py
537 +++ b/pym/gentoolkit/sets.py
538 @@ -1,8 +1,6 @@
539 # Copyright(c) 2010, Gentoo Foundation
540 #
541 # Licensed under the GNU General Public License, v2 or higher
542 -#
543 -# $Header$
544
545 """Provides access to Portage sets api"""
546
547 diff --git a/pym/gentoolkit/test/__init__.py b/pym/gentoolkit/test/__init__.py
548 index 946b552..9e41686 100644
549 --- a/pym/gentoolkit/test/__init__.py
550 +++ b/pym/gentoolkit/test/__init__.py
551 @@ -2,8 +2,6 @@
552 # Copyright 2009 Gentoo Foundation
553 #
554 # Distributed under the terms of the GNU General Public License v2
555 -#
556 -# $Header$
557
558 __all__ = ['cmp']
559
560 diff --git a/pym/gentoolkit/test/eclean/__init__.py b/pym/gentoolkit/test/eclean/__init__.py
561 index e5a3c12..310e0d5 100644
562 --- a/pym/gentoolkit/test/eclean/__init__.py
563 +++ b/pym/gentoolkit/test/eclean/__init__.py
564 @@ -2,5 +2,3 @@
565 # Copyright 2010 Gentoo Foundation
566 #
567 # Distributed under the terms of the GNU General Public License v2
568 -#
569 -# $Header$
570 diff --git a/pym/gentoolkit/test/eclean/creator.py b/pym/gentoolkit/test/eclean/creator.py
571 index 1c46b2d..4320e88 100644
572 --- a/pym/gentoolkit/test/eclean/creator.py
573 +++ b/pym/gentoolkit/test/eclean/creator.py
574 @@ -3,8 +3,6 @@
575 # Copyright 2010 Brian Dolbec <brian.dolbec@×××××.com>
576 # Copyright 2010 Gentoo Foundation
577 # Distributed under the terms of the GNU General Public License v2
578 -#
579 -# $Header$
580
581 import os
582 import sys
583 diff --git a/pym/gentoolkit/test/eclean/distsupport.py b/pym/gentoolkit/test/eclean/distsupport.py
584 index 0f52238..fd858d4 100644
585 --- a/pym/gentoolkit/test/eclean/distsupport.py
586 +++ b/pym/gentoolkit/test/eclean/distsupport.py
587 @@ -3,8 +3,6 @@
588 #
589 # License: GPL2/BSD
590
591 -# $Header$
592 -
593
594 import re
595 import os
596 diff --git a/pym/gentoolkit/test/eclean/test_clean.py b/pym/gentoolkit/test/eclean/test_clean.py
597 index 08c1be8..0c35e93 100755
598 --- a/pym/gentoolkit/test/eclean/test_clean.py
599 +++ b/pym/gentoolkit/test/eclean/test_clean.py
600 @@ -3,8 +3,6 @@
601 # Copyright 2010 Brian Dolbec <brian.dolbec@×××××.com>
602 # Copyright 2010 Gentoo Foundation
603 # Distributed under the terms of the GNU General Public License v2
604 -#
605 -# $Header$
606
607 __version__= "0.0.1"
608 __author__ = "Brian Dolbec"
609 diff --git a/pym/gentoolkit/test/eclean/test_search.py b/pym/gentoolkit/test/eclean/test_search.py
610 index ac6a886..5a20e38 100755
611 --- a/pym/gentoolkit/test/eclean/test_search.py
612 +++ b/pym/gentoolkit/test/eclean/test_search.py
613 @@ -6,8 +6,6 @@
614 #
615 # License: GPL2/BSD
616
617 -# $Header$
618 -
619
620 import unittest
621 import re
622 diff --git a/pym/gentoolkit/test/equery/__init__.py b/pym/gentoolkit/test/equery/__init__.py
623 index 94423e9..78f7f00 100644
624 --- a/pym/gentoolkit/test/equery/__init__.py
625 +++ b/pym/gentoolkit/test/equery/__init__.py
626 @@ -2,5 +2,3 @@
627 # Copyright 2009 Gentoo Foundation
628 #
629 # Distributed under the terms of the GNU General Public License v2
630 -#
631 -# $Header$
632 diff --git a/pym/gentoolkit/test/test_atom.py b/pym/gentoolkit/test/test_atom.py
633 index 6177222..664bf40 100644
634 --- a/pym/gentoolkit/test/test_atom.py
635 +++ b/pym/gentoolkit/test/test_atom.py
636 @@ -3,8 +3,6 @@
637 #
638 # License: GPL2/BSD
639
640 -# $Header$
641 -
642 import unittest
643
644 from gentoolkit.atom import Atom
645 diff --git a/pym/gentoolkit/test/test_cpv.py b/pym/gentoolkit/test/test_cpv.py
646 index b34edfb..3817e9f 100644
647 --- a/pym/gentoolkit/test/test_cpv.py
648 +++ b/pym/gentoolkit/test/test_cpv.py
649 @@ -3,8 +3,6 @@
650 # Copyright(c) 2009, Gentoo Foundation
651 #
652 # Licensed under the GNU General Public License, v2
653 -#
654 -# $Header$
655
656 import unittest
657
658 diff --git a/pym/gentoolkit/versionmatch.py b/pym/gentoolkit/versionmatch.py
659 index 914672f..0d1c6ab 100644
660 --- a/pym/gentoolkit/versionmatch.py
661 +++ b/pym/gentoolkit/versionmatch.py
662 @@ -5,8 +5,6 @@
663 #
664 # Copyright: 2005-2007 Brian Harring <ferringb@×××××.com>
665 # License: GPL2/BSD
666 -#
667 -# $Header$
668
669 """Gentoo version comparison object from pkgcore.ebuild.atom_restricts."""
670
671 --
672 2.26.2