diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-03-24 00:13:00 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-03-24 00:13:00 -0700 |
commit | c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b (patch) | |
tree | 95a8b912dd518ffe4c7894890f2e8bf5c4929a9a /pym/repoman | |
parent | Don't use $Id or $Rev for version strings since that doesn't work with git. (diff) | |
download | portage-multirepo-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.gz portage-multirepo-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.bz2 portage-multirepo-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.zip |
Remove all svn $Id keywords.
Diffstat (limited to 'pym/repoman')
-rw-r--r-- | pym/repoman/checks.py | 1 | ||||
-rw-r--r-- | pym/repoman/errors.py | 1 | ||||
-rw-r--r-- | pym/repoman/herdbase.py | 1 | ||||
-rw-r--r-- | pym/repoman/utilities.py | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 79ba892e..c918eea6 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -1,7 +1,6 @@ # repoman: Checks # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ """This module contains functions used in Repoman to ascertain the quality and correctness of an ebuild.""" diff --git a/pym/repoman/errors.py b/pym/repoman/errors.py index cd1d7e3d..c419b79f 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -1,7 +1,6 @@ # repoman: Error Messages # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ COPYRIGHT_ERROR = 'Invalid Gentoo Copyright on line: %d' LICENSE_ERROR = 'Invalid Gentoo/GPL License on line: %d' diff --git a/pym/repoman/herdbase.py b/pym/repoman/herdbase.py index 3734a2f0..924839a6 100644 --- a/pym/repoman/herdbase.py +++ b/pym/repoman/herdbase.py @@ -2,7 +2,6 @@ # repoman: Herd database analysis # Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: $ import xml.etree.ElementTree as ET from xml.parsers.expat import ExpatError diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py index 1efed766..cd7f5ea8 100644 --- a/pym/repoman/utilities.py +++ b/pym/repoman/utilities.py @@ -1,7 +1,6 @@ # repoman: Utilities # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ """This module contains utility functions to help repoman find ebuilds to scan""" |