diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-20 17:12:39 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-20 17:12:39 -0500 |
commit | eeb8a46876d546b64cc7e16f76c6eef4ef524b23 (patch) | |
tree | 81df7d54f957b38ec2ccf6927c82c407ae8f2109 | |
parent | Remove imports from __future__ (diff) | |
download | gentoolkit-eeb8a46876d546b64cc7e16f76c6eef4ef524b23.tar.gz gentoolkit-eeb8a46876d546b64cc7e16f76c6eef4ef524b23.tar.bz2 gentoolkit-eeb8a46876d546b64cc7e16f76c6eef4ef524b23.zip |
Remove $Header$
Signed-off-by: Matt Turner <mattst88@gentoo.org>
48 files changed, 0 insertions, 96 deletions
diff --git a/bin/ekeyword b/bin/ekeyword index 2e3c78e..8767fe3 100755 --- a/bin/ekeyword +++ b/bin/ekeyword @@ -2,8 +2,6 @@ # # Copyright 2002-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# -# $Header$ """Manage KEYWORDS in ebuilds easily. diff --git a/bin/enalyze b/bin/enalyze index a0bb29a..9e27bed 100755 --- a/bin/enalyze +++ b/bin/enalyze @@ -3,8 +3,6 @@ # Copyright 2010 Brian Dolbec <brian.dolbec@gmail.com> # Copyright 2002-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# -# $Header$ """'enalyze' is a flexible utility for Gentoo linux which can display various information about installed packages, such as the USE flags used and the diff --git a/bin/epkginfo b/bin/epkginfo index 4f87176..5d3aab2 100755 --- a/bin/epkginfo +++ b/bin/epkginfo @@ -2,8 +2,6 @@ # # Copyright 2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# -# $Header$ """Shortcut to equery meta""" @@ -2,8 +2,6 @@ # # Copyright 2002-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# -# $Header$ """equery is a flexible utility for Gentoo linux which can display various information about packages, such as the files they own, their USE flags, @@ -2,8 +2,6 @@ # Disable globbing because "-*" and such is valid as a use flag. set -f -# $Header$ - # bash replacement for the original euse by Arun Bhanu # Author: Marius Mauch <genone@gentoo.org> # Jared Hancock (Signigicant rewrite for package.use support) @@ -2,8 +2,6 @@ # # Copyright 2002-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# -# $Header$ """Manage KEYWORDS in ebuilds easily. diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild index 24d349e..51783c5 100755 --- a/bin/revdep-rebuild +++ b/bin/revdep-rebuild @@ -3,8 +3,6 @@ # Copyright 2010 Brian Dolbec <brian.dolbec@gmail.com> # Copyright 2002-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later -# -# $Header$ """'revdep-rebuild' scans libraries and binaries for missing shared library dependencies and attempts to fix them by re-emerging those broken binaries and shared libraries. It is useful when an upgraded package breaks other software packages that are diff --git a/pym/gentoolkit/__init__.py b/pym/gentoolkit/__init__.py index 5032c8d..9af78fc 100644 --- a/pym/gentoolkit/__init__.py +++ b/pym/gentoolkit/__init__.py @@ -3,8 +3,6 @@ # Copyright 2003-2004 Karl Trygve Kalleberg # Copyright 2003-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ """Gentoolkit is a collection of administration scripts for Gentoo""" diff --git a/pym/gentoolkit/atom.py b/pym/gentoolkit/atom.py index b86c89c..364fe4e 100644 --- a/pym/gentoolkit/atom.py +++ b/pym/gentoolkit/atom.py @@ -3,8 +3,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header$ """Subclasses portage.dep.Atom to provide methods on a Gentoo atom string.""" diff --git a/pym/gentoolkit/base.py b/pym/gentoolkit/base.py index aabccea..372ed74 100644 --- a/pym/gentoolkit/base.py +++ b/pym/gentoolkit/base.py @@ -2,8 +2,6 @@ # # Copyright(c) 2009 - 2010, Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header: $ """Gentoolkit Base Module class to hold common module operation functions """ diff --git a/pym/gentoolkit/cpv.py b/pym/gentoolkit/cpv.py index 2e8e167..563dab8 100644 --- a/pym/gentoolkit/cpv.py +++ b/pym/gentoolkit/cpv.py @@ -3,8 +3,6 @@ # Copyright(c) 2009-2010 Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header$ """Provides attributes and methods for a category/package-version string.""" diff --git a/pym/gentoolkit/dbapi.py b/pym/gentoolkit/dbapi.py index 4768078..be37f32 100644 --- a/pym/gentoolkit/dbapi.py +++ b/pym/gentoolkit/dbapi.py @@ -2,8 +2,6 @@ # # Copyright 2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ """Provides access to Portage database api Note: this file is deprecated, please replace all use diff --git a/pym/gentoolkit/dependencies.py b/pym/gentoolkit/dependencies.py index 8536369..38676a2 100644 --- a/pym/gentoolkit/dependencies.py +++ b/pym/gentoolkit/dependencies.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Provides a class for easy calculating dependencies for a given CPV.""" diff --git a/pym/gentoolkit/ekeyword/Makefile b/pym/gentoolkit/ekeyword/Makefile index 0021c7a..1219d19 100644 --- a/pym/gentoolkit/ekeyword/Makefile +++ b/pym/gentoolkit/ekeyword/Makefile @@ -1,8 +1,6 @@ # Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org> # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ include ../../makedefs.mak diff --git a/pym/gentoolkit/enalyze/__init__.py b/pym/gentoolkit/enalyze/__init__.py index 6e9652d..6a40215 100644 --- a/pym/gentoolkit/enalyze/__init__.py +++ b/pym/gentoolkit/enalyze/__init__.py @@ -4,8 +4,6 @@ # Copyright(c) 2010, Gentoo Foundation # Copyright 2003-2004 Karl Trygve Kalleberg # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Gentoo's installed packages analysis and repair tool""" diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py index 6167710..4640086 100644 --- a/pym/gentoolkit/equery/__init__.py +++ b/pym/gentoolkit/equery/__init__.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Gentoo package query tool""" diff --git a/pym/gentoolkit/equery/belongs.py b/pym/gentoolkit/equery/belongs.py index cf53916..8289366 100644 --- a/pym/gentoolkit/equery/belongs.py +++ b/pym/gentoolkit/equery/belongs.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """List all packages owning a particular file diff --git a/pym/gentoolkit/equery/changes.py b/pym/gentoolkit/equery/changes.py index f86edf6..f234ecb 100644 --- a/pym/gentoolkit/equery/changes.py +++ b/pym/gentoolkit/equery/changes.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 or higher -# -# $Header: $ """Displays the ChangeLog entry for the latest installable version of an atom""" diff --git a/pym/gentoolkit/equery/check.py b/pym/gentoolkit/equery/check.py index c00789b..e965164 100644 --- a/pym/gentoolkit/equery/check.py +++ b/pym/gentoolkit/equery/check.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Checks timestamps and MD5 sums for files owned by a given installed package""" diff --git a/pym/gentoolkit/equery/depends.py b/pym/gentoolkit/equery/depends.py index e654e84..7461ade 100644 --- a/pym/gentoolkit/equery/depends.py +++ b/pym/gentoolkit/equery/depends.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """List all packages that depend on a atom given query""" diff --git a/pym/gentoolkit/equery/depgraph.py b/pym/gentoolkit/equery/depgraph.py index 9ad21c2..4ee37ee 100644 --- a/pym/gentoolkit/equery/depgraph.py +++ b/pym/gentoolkit/equery/depgraph.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Display a direct dependency graph for a given package""" diff --git a/pym/gentoolkit/equery/files.py b/pym/gentoolkit/equery/files.py index 05c2235..cfcd306 100644 --- a/pym/gentoolkit/equery/files.py +++ b/pym/gentoolkit/equery/files.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """List files owned by a given package.""" diff --git a/pym/gentoolkit/equery/has.py b/pym/gentoolkit/equery/has.py index dddaab3..c1c8bba 100644 --- a/pym/gentoolkit/equery/has.py +++ b/pym/gentoolkit/equery/has.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 or higher -# -# $Header: $ """List all installed packages that match for a given ENVIRONMENT variable""" diff --git a/pym/gentoolkit/equery/hasuse.py b/pym/gentoolkit/equery/hasuse.py index 5ec8244..07207bc 100644 --- a/pym/gentoolkit/equery/hasuse.py +++ b/pym/gentoolkit/equery/hasuse.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 or higher -# -# $Header: $ """List all installed packages that have a given USE flag""" diff --git a/pym/gentoolkit/equery/list_.py b/pym/gentoolkit/equery/list_.py index dca14b1..f66dfed 100644 --- a/pym/gentoolkit/equery/list_.py +++ b/pym/gentoolkit/equery/list_.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 or higher -# -# $Header: $ """List installed packages matching the query pattern""" diff --git a/pym/gentoolkit/equery/meta.py b/pym/gentoolkit/equery/meta.py index aa1de6a..2e632d5 100644 --- a/pym/gentoolkit/equery/meta.py +++ b/pym/gentoolkit/equery/meta.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 or higher -# -# $Header: $ """Display metadata about a given package.""" diff --git a/pym/gentoolkit/equery/size.py b/pym/gentoolkit/equery/size.py index ee63c0b..cb570ba 100644 --- a/pym/gentoolkit/equery/size.py +++ b/pym/gentoolkit/equery/size.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Print total size of files contained in a given package""" diff --git a/pym/gentoolkit/equery/uses.py b/pym/gentoolkit/equery/uses.py index e344e62..1260f56 100644 --- a/pym/gentoolkit/equery/uses.py +++ b/pym/gentoolkit/equery/uses.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Display USE flags for a given package""" diff --git a/pym/gentoolkit/equery/which.py b/pym/gentoolkit/equery/which.py index ba3547c..326e692 100644 --- a/pym/gentoolkit/equery/which.py +++ b/pym/gentoolkit/equery/which.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header: $ """Display the path to the ebuild that would be used by Portage with the current configuration diff --git a/pym/gentoolkit/formatters.py b/pym/gentoolkit/formatters.py index 98010dc..e8b1428 100644 --- a/pym/gentoolkit/formatters.py +++ b/pym/gentoolkit/formatters.py @@ -3,8 +3,6 @@ # Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org> # Copyright(c) 2010, Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ import sys import time diff --git a/pym/gentoolkit/helpers.py b/pym/gentoolkit/helpers.py index a551550..b4cc795 100644 --- a/pym/gentoolkit/helpers.py +++ b/pym/gentoolkit/helpers.py @@ -1,8 +1,6 @@ # Copyright(c) 2009-2010, Gentoo Foundation # # Licensed under the GNU General Public License, v2 or higher -# -# $Header$ """Miscellaneous helper functions and classes. diff --git a/pym/gentoolkit/keyword.py b/pym/gentoolkit/keyword.py index 0f3807c..9edf4aa 100644 --- a/pym/gentoolkit/keyword.py +++ b/pym/gentoolkit/keyword.py @@ -1,8 +1,6 @@ # Copyright(c) 2004-2010, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header$ """Provides common methods on Gentoo GLEP 53 keywords. diff --git a/pym/gentoolkit/metadata.py b/pym/gentoolkit/metadata.py index 0b58392..ecf60c3 100644 --- a/pym/gentoolkit/metadata.py +++ b/pym/gentoolkit/metadata.py @@ -1,8 +1,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header$ """Provides an easy-to-use python interface to Gentoo's metadata.xml file. diff --git a/pym/gentoolkit/module_base.py b/pym/gentoolkit/module_base.py index 9f6ad91..322088d 100644 --- a/pym/gentoolkit/module_base.py +++ b/pym/gentoolkit/module_base.py @@ -3,8 +3,6 @@ # Copyright 2010 Brian Dolbec <brian.dolbec@gmail.com> # Copyright(c) 2010, Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header: $ """General Base Module class to hold common module operation functions """ diff --git a/pym/gentoolkit/package.py b/pym/gentoolkit/package.py index bdeba17..37209d5 100644 --- a/pym/gentoolkit/package.py +++ b/pym/gentoolkit/package.py @@ -2,8 +2,6 @@ # Copyright(c) 2004-2010, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header$ """Provides an interface to package information stored by package managers. diff --git a/pym/gentoolkit/pprinter.py b/pym/gentoolkit/pprinter.py index 610d72a..25e145b 100644 --- a/pym/gentoolkit/pprinter.py +++ b/pym/gentoolkit/pprinter.py @@ -3,8 +3,6 @@ # Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org> # Copyright 2004-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ """Provides a consistent color scheme for Gentoolkit scripts.""" diff --git a/pym/gentoolkit/query.py b/pym/gentoolkit/query.py index 9d1a313..c2b8d56 100644 --- a/pym/gentoolkit/query.py +++ b/pym/gentoolkit/query.py @@ -3,8 +3,6 @@ # Copyright(c) 2004-2010, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header$ """Provides common methods on a package query.""" diff --git a/pym/gentoolkit/sets.py b/pym/gentoolkit/sets.py index 70315e9..d130603 100644 --- a/pym/gentoolkit/sets.py +++ b/pym/gentoolkit/sets.py @@ -1,8 +1,6 @@ # Copyright(c) 2010, Gentoo Foundation # # Licensed under the GNU General Public License, v2 or higher -# -# $Header$ """Provides access to Portage sets api""" diff --git a/pym/gentoolkit/test/__init__.py b/pym/gentoolkit/test/__init__.py index 946b552..9e41686 100644 --- a/pym/gentoolkit/test/__init__.py +++ b/pym/gentoolkit/test/__init__.py @@ -2,8 +2,6 @@ # Copyright 2009 Gentoo Foundation # # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ __all__ = ['cmp'] diff --git a/pym/gentoolkit/test/eclean/__init__.py b/pym/gentoolkit/test/eclean/__init__.py index e5a3c12..310e0d5 100644 --- a/pym/gentoolkit/test/eclean/__init__.py +++ b/pym/gentoolkit/test/eclean/__init__.py @@ -2,5 +2,3 @@ # Copyright 2010 Gentoo Foundation # # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ diff --git a/pym/gentoolkit/test/eclean/creator.py b/pym/gentoolkit/test/eclean/creator.py index 1c46b2d..4320e88 100644 --- a/pym/gentoolkit/test/eclean/creator.py +++ b/pym/gentoolkit/test/eclean/creator.py @@ -3,8 +3,6 @@ # Copyright 2010 Brian Dolbec <brian.dolbec@gmail.com> # Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ import os import sys diff --git a/pym/gentoolkit/test/eclean/distsupport.py b/pym/gentoolkit/test/eclean/distsupport.py index 0f52238..fd858d4 100644 --- a/pym/gentoolkit/test/eclean/distsupport.py +++ b/pym/gentoolkit/test/eclean/distsupport.py @@ -3,8 +3,6 @@ # # License: GPL2/BSD -# $Header$ - import re import os diff --git a/pym/gentoolkit/test/eclean/test_clean.py b/pym/gentoolkit/test/eclean/test_clean.py index 08c1be8..0c35e93 100755 --- a/pym/gentoolkit/test/eclean/test_clean.py +++ b/pym/gentoolkit/test/eclean/test_clean.py @@ -3,8 +3,6 @@ # Copyright 2010 Brian Dolbec <brian.dolbec@gmail.com> # Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ __version__= "0.0.1" __author__ = "Brian Dolbec" diff --git a/pym/gentoolkit/test/eclean/test_search.py b/pym/gentoolkit/test/eclean/test_search.py index ac6a886..5a20e38 100755 --- a/pym/gentoolkit/test/eclean/test_search.py +++ b/pym/gentoolkit/test/eclean/test_search.py @@ -6,8 +6,6 @@ # # License: GPL2/BSD -# $Header$ - import unittest import re diff --git a/pym/gentoolkit/test/equery/__init__.py b/pym/gentoolkit/test/equery/__init__.py index 94423e9..78f7f00 100644 --- a/pym/gentoolkit/test/equery/__init__.py +++ b/pym/gentoolkit/test/equery/__init__.py @@ -2,5 +2,3 @@ # Copyright 2009 Gentoo Foundation # # Distributed under the terms of the GNU General Public License v2 -# -# $Header$ diff --git a/pym/gentoolkit/test/test_atom.py b/pym/gentoolkit/test/test_atom.py index 6177222..664bf40 100644 --- a/pym/gentoolkit/test/test_atom.py +++ b/pym/gentoolkit/test/test_atom.py @@ -3,8 +3,6 @@ # # License: GPL2/BSD -# $Header$ - import unittest from gentoolkit.atom import Atom diff --git a/pym/gentoolkit/test/test_cpv.py b/pym/gentoolkit/test/test_cpv.py index b34edfb..3817e9f 100644 --- a/pym/gentoolkit/test/test_cpv.py +++ b/pym/gentoolkit/test/test_cpv.py @@ -3,8 +3,6 @@ # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -# -# $Header$ import unittest diff --git a/pym/gentoolkit/versionmatch.py b/pym/gentoolkit/versionmatch.py index 914672f..0d1c6ab 100644 --- a/pym/gentoolkit/versionmatch.py +++ b/pym/gentoolkit/versionmatch.py @@ -5,8 +5,6 @@ # # Copyright: 2005-2007 Brian Harring <ferringb@gmail.com> # License: GPL2/BSD -# -# $Header$ """Gentoo version comparison object from pkgcore.ebuild.atom_restricts.""" |