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/portage/elog
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/portage/elog')
-rw-r--r--pym/portage/elog/__init__.py1
-rw-r--r--pym/portage/elog/filtering.py1
-rw-r--r--pym/portage/elog/messages.py1
-rw-r--r--pym/portage/elog/mod_custom.py1
-rw-r--r--pym/portage/elog/mod_echo.py1
-rw-r--r--pym/portage/elog/mod_mail.py1
-rw-r--r--pym/portage/elog/mod_mail_summary.py1
-rw-r--r--pym/portage/elog/mod_save.py1
-rw-r--r--pym/portage/elog/mod_save_summary.py1
-rw-r--r--pym/portage/elog/mod_syslog.py1
10 files changed, 0 insertions, 10 deletions
diff --git a/pym/portage/elog/__init__.py b/pym/portage/elog/__init__.py
index 15e8c9bce..f1f2aea0c 100644
--- a/pym/portage/elog/__init__.py
+++ b/pym/portage/elog/__init__.py
@@ -1,7 +1,6 @@
# elog/__init__.py - elog core functions
# Copyright 2006-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import portage
portage.proxy.lazyimport.lazyimport(globals(),
diff --git a/pym/portage/elog/filtering.py b/pym/portage/elog/filtering.py
index d834edd3a..2e154242b 100644
--- a/pym/portage/elog/filtering.py
+++ b/pym/portage/elog/filtering.py
@@ -1,7 +1,6 @@
# elog/messages.py - elog core functions
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage.const import EBUILD_PHASES
diff --git a/pym/portage/elog/messages.py b/pym/portage/elog/messages.py
index b2a2dc4cf..6b4561fe7 100644
--- a/pym/portage/elog/messages.py
+++ b/pym/portage/elog/messages.py
@@ -1,7 +1,6 @@
# elog/messages.py - elog core functions
# Copyright 2006-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import portage
portage.proxy.lazyimport.lazyimport(globals(),
diff --git a/pym/portage/elog/mod_custom.py b/pym/portage/elog/mod_custom.py
index 0bcd42a95..e1a5223d6 100644
--- a/pym/portage/elog/mod_custom.py
+++ b/pym/portage/elog/mod_custom.py
@@ -1,7 +1,6 @@
# elog/mod_custom.py - elog dispatch module
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import portage.elog.mod_save, portage.process, portage.exception
diff --git a/pym/portage/elog/mod_echo.py b/pym/portage/elog/mod_echo.py
index 1df2fca3b..1943caaf3 100644
--- a/pym/portage/elog/mod_echo.py
+++ b/pym/portage/elog/mod_echo.py
@@ -1,7 +1,6 @@
# elog/mod_echo.py - elog dispatch module
# Copyright 2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from __future__ import print_function
diff --git a/pym/portage/elog/mod_mail.py b/pym/portage/elog/mod_mail.py
index 96e45ba21..086c683a6 100644
--- a/pym/portage/elog/mod_mail.py
+++ b/pym/portage/elog/mod_mail.py
@@ -1,7 +1,6 @@
# elog/mod_mail.py - elog dispatch module
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import portage.mail, socket
from portage.exception import PortageException
diff --git a/pym/portage/elog/mod_mail_summary.py b/pym/portage/elog/mod_mail_summary.py
index 3ea0e6fe9..97c9efa1e 100644
--- a/pym/portage/elog/mod_mail_summary.py
+++ b/pym/portage/elog/mod_mail_summary.py
@@ -1,7 +1,6 @@
# elog/mod_mail_summary.py - elog dispatch module
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import portage
from portage.exception import PortageException
diff --git a/pym/portage/elog/mod_save.py b/pym/portage/elog/mod_save.py
index b1c38061d..ac21fb8c5 100644
--- a/pym/portage/elog/mod_save.py
+++ b/pym/portage/elog/mod_save.py
@@ -1,7 +1,6 @@
# elog/mod_save.py - elog dispatch module
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import codecs
import time
diff --git a/pym/portage/elog/mod_save_summary.py b/pym/portage/elog/mod_save_summary.py
index 605b96190..ea8233fda 100644
--- a/pym/portage/elog/mod_save_summary.py
+++ b/pym/portage/elog/mod_save_summary.py
@@ -1,7 +1,6 @@
# elog/mod_save_summary.py - elog dispatch module
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import codecs
import time
diff --git a/pym/portage/elog/mod_syslog.py b/pym/portage/elog/mod_syslog.py
index d7e955f81..d385255b2 100644
--- a/pym/portage/elog/mod_syslog.py
+++ b/pym/portage/elog/mod_syslog.py
@@ -1,7 +1,6 @@
# elog/mod_syslog.py - elog dispatch module
# Copyright 2006-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import sys
import syslog