From 4772ca7da4747ab52f4b8e9bcc4f16aec0789b23 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Tue, 30 Aug 2005 05:24:51 +0000 Subject: bye bye mr. cvs_id_string svn path=/main/branches/2.0/; revision=1953 --- pym/cvstree.py | 2 +- pym/dcdialog.py | 2 +- pym/dispatch_conf.py | 2 +- pym/emergehelp.py | 2 +- pym/getbinpkg.py | 2 +- pym/output.py | 2 +- pym/portage.py | 2 +- pym/portage_checksum.py | 2 +- pym/portage_const.py | 2 +- pym/portage_contents.py | 2 +- pym/portage_data.py | 2 +- pym/portage_db_anydbm.py | 2 +- pym/portage_db_cpickle.py | 2 +- pym/portage_db_flat.py | 2 +- pym/portage_db_template.py | 2 +- pym/portage_db_test.py | 2 +- pym/portage_dep.py | 2 +- pym/portage_exception.py | 2 +- pym/portage_exec.py | 2 +- pym/portage_file.py | 2 +- pym/portage_gpg.py | 2 +- pym/portage_localization.py | 2 +- pym/portage_locks.py | 2 +- pym/portage_util.py | 2 +- pym/xpak.py | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) (limited to 'pym') diff --git a/pym/cvstree.py b/pym/cvstree.py index e0b5c93a6..6e91af9ef 100644 --- a/pym/cvstree.py +++ b/pym/cvstree.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/cvstree.py,v 1.12.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: cvstree.py,v 1.12.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import string,os,time,sys,re from stat import * diff --git a/pym/dcdialog.py b/pym/dcdialog.py index 64d39983c..4d270f8f0 100644 --- a/pym/dcdialog.py +++ b/pym/dcdialog.py @@ -1,7 +1,7 @@ # # Changes and extensions by Carlos Castillo... # -cvs_id_string="$Id: dcdialog.py,v 1.1.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + # # Module: dialog.py diff --git a/pym/dispatch_conf.py b/pym/dispatch_conf.py index 22e2bef1b..9ca57f0da 100644 --- a/pym/dispatch_conf.py +++ b/pym/dispatch_conf.py @@ -2,7 +2,7 @@ # Copyright 2003-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/dispatch_conf.py,v 1.3.2.3 2005/04/29 03:37:30 jstubbs Exp $ -cvs_id_string="$Id: dispatch_conf.py,v 1.3.2.3 2005/04/29 03:37:30 jstubbs Exp $"[5:-2] + # Library by Wayne Davison , derived from code # written by Jeremy Wohl (http://igmus.org) diff --git a/pym/emergehelp.py b/pym/emergehelp.py index ee8f7a142..825a8fb8b 100644 --- a/pym/emergehelp.py +++ b/pym/emergehelp.py @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/emergehelp.py,v 1.8.2.2 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: emergehelp.py,v 1.8.2.2 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import os,sys from output import bold, turquoise, green diff --git a/pym/getbinpkg.py b/pym/getbinpkg.py index ed2a15061..b74fa04d9 100644 --- a/pym/getbinpkg.py +++ b/pym/getbinpkg.py @@ -2,7 +2,7 @@ # Copyright 2003-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/getbinpkg.py,v 1.12.2.3 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: getbinpkg.py,v 1.12.2.3 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + from output import * import htmllib,HTMLParser,string,formatter,sys,os,xpak,time,tempfile,cPickle,base64 diff --git a/pym/output.py b/pym/output.py index cfb03c71c..69dcb5390 100644 --- a/pym/output.py +++ b/pym/output.py @@ -1,7 +1,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/output.py,v 1.24.2.4 2005/04/17 09:01:55 jstubbs Exp $ -cvs_id_string="$Id: output.py,v 1.24.2.4 2005/04/17 09:01:55 jstubbs Exp $"[5:-2] + import os,sys,re diff --git a/pym/portage.py b/pym/portage.py index 28ba4ff0d..f986e2817 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.524.2.76 2005/05/29 12:40:08 jstubbs Exp $ -cvs_id_string="$Id: portage.py,v 1.524.2.76 2005/05/29 12:40:08 jstubbs Exp $"[5:-2] + VERSION="$Revision: 1.524.2.76 $"[11:-2] + "-cvs" diff --git a/pym/portage_checksum.py b/pym/portage_checksum.py index 602572412..001eed8ff 100644 --- a/pym/portage_checksum.py +++ b/pym/portage_checksum.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_checksum.py,v 1.10.2.2 2005/08/10 05:42:03 ferringb Exp $ -cvs_id_string="$Id: portage_checksum.py,v 1.10.2.2 2005/08/10 05:42:03 ferringb Exp $"[5:-2] + from portage_const import PRIVATE_PATH,PRELINK_BINARY import os diff --git a/pym/portage_const.py b/pym/portage_const.py index 1e831994b..d01f77bbb 100644 --- a/pym/portage_const.py +++ b/pym/portage_const.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.3.2.3 2005/04/29 04:56:35 jstubbs Exp $ -cvs_id_string="$Id: portage_const.py,v 1.3.2.3 2005/04/29 04:56:35 jstubbs Exp $"[5:-2] + # =========================================================================== # START OF CONSTANTS -- START OF CONSTANTS -- START OF CONSTANTS -- START OF diff --git a/pym/portage_contents.py b/pym/portage_contents.py index e8c419ba3..edafc2ff2 100644 --- a/pym/portage_contents.py +++ b/pym/portage_contents.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_contents.py,v 1.3.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_contents.py,v 1.3.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import os,string,types,sys,copy import portage_exception diff --git a/pym/portage_data.py b/pym/portage_data.py index 42ee9ff91..a0f055a80 100644 --- a/pym/portage_data.py +++ b/pym/portage_data.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_data.py,v 1.5.2.2 2005/02/26 11:22:38 carpaski Exp $ -cvs_id_string="$Id: portage_data.py,v 1.5.2.2 2005/02/26 11:22:38 carpaski Exp $"[5:-2] + import os,pwd,grp from portage_util import writemsg diff --git a/pym/portage_db_anydbm.py b/pym/portage_db_anydbm.py index 7c7a8e319..5f0e2294b 100644 --- a/pym/portage_db_anydbm.py +++ b/pym/portage_db_anydbm.py @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_anydbm.py,v 1.11.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_db_anydbm.py,v 1.11.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import anydbm,cPickle,types,os diff --git a/pym/portage_db_cpickle.py b/pym/portage_db_cpickle.py index b99f424c6..dd3058852 100644 --- a/pym/portage_db_cpickle.py +++ b/pym/portage_db_cpickle.py @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_cpickle.py,v 1.9.2.2 2005/04/23 07:26:04 jstubbs Exp $ -cvs_id_string="$Id: portage_db_cpickle.py,v 1.9.2.2 2005/04/23 07:26:04 jstubbs Exp $"[5:-2] + import anydbm,cPickle,types from os import chown,access,R_OK,unlink diff --git a/pym/portage_db_flat.py b/pym/portage_db_flat.py index ffafd40a7..ddec4f591 100644 --- a/pym/portage_db_flat.py +++ b/pym/portage_db_flat.py @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_flat.py,v 1.13.2.6 2005/04/19 07:14:17 ferringb Exp $ -cvs_id_string="$Id: portage_db_flat.py,v 1.13.2.6 2005/04/19 07:14:17 ferringb Exp $"[5:-2] + import types import os diff --git a/pym/portage_db_template.py b/pym/portage_db_template.py index 6104b171c..e0ae7f2c3 100644 --- a/pym/portage_db_template.py +++ b/pym/portage_db_template.py @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_template.py,v 1.11.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_db_template.py,v 1.11.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import os.path,string from portage_util import getconfig, ReadOnlyConfig diff --git a/pym/portage_db_test.py b/pym/portage_db_test.py index 3d01e987c..61857fe4c 100644 --- a/pym/portage_db_test.py +++ b/pym/portage_db_test.py @@ -2,7 +2,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/Attic/portage_db_test.py,v 1.3.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_db_test.py,v 1.3.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import portage import portage_db_template diff --git a/pym/portage_dep.py b/pym/portage_dep.py index b3a88c03f..277b78c07 100644 --- a/pym/portage_dep.py +++ b/pym/portage_dep.py @@ -2,7 +2,7 @@ # Copyright 2003-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_dep.py,v 1.15.2.3 2005/04/02 14:07:59 jstubbs Exp $ -cvs_id_string="$Id: portage_dep.py,v 1.15.2.3 2005/04/02 14:07:59 jstubbs Exp $"[5:-2] + # DEPEND SYNTAX: # diff --git a/pym/portage_exception.py b/pym/portage_exception.py index e56e57d74..52c1360f6 100644 --- a/pym/portage_exception.py +++ b/pym/portage_exception.py @@ -1,7 +1,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_exception.py,v 1.8.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_exception.py,v 1.8.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + class PortageException(Exception): """General superclass for portage exceptions""" diff --git a/pym/portage_exec.py b/pym/portage_exec.py index 1246799ac..18cfc0c69 100644 --- a/pym/portage_exec.py +++ b/pym/portage_exec.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_exec.py,v 1.13.2.4 2005/04/17 09:01:56 jstubbs Exp $ -cvs_id_string="$Id: portage_exec.py,v 1.13.2.4 2005/04/17 09:01:56 jstubbs Exp $"[5:-2] + import os,types,atexit,string,stat import signal diff --git a/pym/portage_file.py b/pym/portage_file.py index 077205223..a0f1d3a4e 100644 --- a/pym/portage_file.py +++ b/pym/portage_file.py @@ -2,7 +2,7 @@ # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_file.py,v 1.3.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_file.py,v 1.3.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import os import portage_data diff --git a/pym/portage_gpg.py b/pym/portage_gpg.py index 5323fdad1..2465b18a7 100644 --- a/pym/portage_gpg.py +++ b/pym/portage_gpg.py @@ -2,7 +2,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_gpg.py,v 1.6.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_gpg.py,v 1.6.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import os import copy diff --git a/pym/portage_localization.py b/pym/portage_localization.py index 7a9996c42..ba47b06b0 100644 --- a/pym/portage_localization.py +++ b/pym/portage_localization.py @@ -2,7 +2,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_localization.py,v 1.2.2.1 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_localization.py,v 1.2.2.1 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + # We define this to make the transition easier for us. def _(mystr): diff --git a/pym/portage_locks.py b/pym/portage_locks.py index d5e6e8325..241ff9df9 100644 --- a/pym/portage_locks.py +++ b/pym/portage_locks.py @@ -2,7 +2,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_locks.py,v 1.18.2.2 2005/01/16 02:35:33 carpaski Exp $ -cvs_id_string="$Id: portage_locks.py,v 1.18.2.2 2005/01/16 02:35:33 carpaski Exp $"[5:-2] + import atexit import errno diff --git a/pym/portage_util.py b/pym/portage_util.py index 4cffc728d..3584e5fdc 100644 --- a/pym/portage_util.py +++ b/pym/portage_util.py @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/portage_util.py,v 1.11.2.6 2005/04/23 07:26:04 jstubbs Exp $ -cvs_id_string="$Id: portage_util.py,v 1.11.2.6 2005/04/23 07:26:04 jstubbs Exp $"[5:-2] + import sys,string,shlex,os.path diff --git a/pym/xpak.py b/pym/xpak.py index f2c3ff0a6..ef6d2905a 100644 --- a/pym/xpak.py +++ b/pym/xpak.py @@ -1,7 +1,7 @@ # Copyright 2001-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/pym/xpak.py,v 1.13.2.3 2005/02/26 11:22:38 carpaski Exp $ -cvs_id_string="$Id: xpak.py,v 1.13.2.3 2005/02/26 11:22:38 carpaski Exp $"[5:-2] + # The format for a tbz2/xpak: # -- cgit v1.2.3-1-g7c22