aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-24 00:13:00 -0700
committerZac Medico <zmedico@gentoo.org>2010-03-24 00:13:00 -0700
commitc790b7ce4c8e3b95b1ef0103129388c06c5eaa4b (patch)
tree95a8b912dd518ffe4c7894890f2e8bf5c4929a9a /pym/repoman
parentDon't use $Id or $Rev for version strings since that doesn't work with git. (diff)
downloadportage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.gz
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.bz2
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.zip
Remove all svn $Id keywords.
Diffstat (limited to 'pym/repoman')
-rw-r--r--pym/repoman/checks.py1
-rw-r--r--pym/repoman/errors.py1
-rw-r--r--pym/repoman/herdbase.py1
-rw-r--r--pym/repoman/utilities.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index 79ba892e6..c918eea6d 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 cd1d7e3d7..c419b79fa 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 3734a2f0a..924839a61 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 1efed7663..cd7f5ea87 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"""