bye bye mr. cvs_id_string
authorBrian Harring <ferringb@gentoo.org>
Tue, 30 Aug 2005 05:24:51 +0000 (05:24 -0000)
committerBrian Harring <ferringb@gentoo.org>
Tue, 30 Aug 2005 05:24:51 +0000 (05:24 -0000)
svn path=/main/branches/2.0/; revision=1953

25 files changed:
pym/cvstree.py
pym/dcdialog.py
pym/dispatch_conf.py
pym/emergehelp.py
pym/getbinpkg.py
pym/output.py
pym/portage.py
pym/portage_checksum.py
pym/portage_const.py
pym/portage_contents.py
pym/portage_data.py
pym/portage_db_anydbm.py
pym/portage_db_cpickle.py
pym/portage_db_flat.py
pym/portage_db_template.py
pym/portage_db_test.py
pym/portage_dep.py
pym/portage_exception.py
pym/portage_exec.py
pym/portage_file.py
pym/portage_gpg.py
pym/portage_localization.py
pym/portage_locks.py
pym/portage_util.py
pym/xpak.py

index e0b5c93a65aef9a78e18136d0a65048543f139ff..6e91af9efbbcff12887f5c64e6e62dadf7912190 100644 (file)
@@ -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 *
index 64d39983cd4f545dad8c2c6b13e6b536a81b4d1f..4d270f8f030931619cf45cd19df16c42e0f933e9 100644 (file)
@@ -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
index 22e2bef1b2b26e06ef1baee3a4c975402f131dbd..9ca57f0da2271747418569859f0a125bafe628e2 100644 (file)
@@ -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 <gentoo@blorf.net>, derived from code
 # written by Jeremy Wohl (http://igmus.org)
index ee8f7a142b7cbf908ea7301b06e66b14aabfa834..825a8fb8b4b981a4c80d3cde46a6802c8ac2731d 100644 (file)
@@ -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
index ed2a1506185692196deb2b5f7fc4b7f64896d2d7..b74fa04d9a4b2c6944d2b0f274b2be1063553372 100644 (file)
@@ -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
index cfb03c71c26abed5d5d4a9695511f23d314123b0..69dcb5390f8564ae4b07c5f33ebc0073293331c6 100644 (file)
@@ -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
 
index 28ba4ff0d6808af3c82a69f1161fd24c24767b44..f986e2817311b73e22c809fb44ae97ce5dedc356 100644 (file)
@@ -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"
 
index 602572412e11b207233d15d7f2b22aa2b1fa65d6..001eed8ff69170d4bed6c2e1e2c8e72b2470abde 100644 (file)
@@ -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
index 1e831994b84e35d93f5bcf94bc99b5ea62cbcd22..d01f77bbb77f90e38af0c7cefd672095336a1be3 100644 (file)
@@ -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
index e8c419ba317a722f502fe39b9e16cd1ec7168434..edafc2ff2162058308252e350d5ce65e26e53ef2 100644 (file)
@@ -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
index 42ee9ff91d31b972e888b985f13930e31a0e4808..a0f055a80f1b3a80d5446283621269143bb7bd84 100644 (file)
@@ -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
index 7c7a8e31930920375ddaf538f160f443bc85ce62..5f0e2294b2e53b5ef5edfacc1836ed0d2da7c382 100644 (file)
@@ -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
 
index b99f424c65acaf003e7f1f6796746bf710c76d3b..dd305885212dade5f6e244cbbef232719e18295d 100644 (file)
@@ -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
index ffafd40a72b9793dd964b97968f0b7a11e65530e..ddec4f591afbe935bda155ba31c8edcffae43f84 100644 (file)
@@ -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
index 6104b171c2c97348f0b959e14e12f9729e87f942..e0ae7f2c36648fc55787143cc7a0398868861390 100644 (file)
@@ -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
index 3d01e987c0e559361bc674eb9bba43f44725ed36..61857fe4ce7e928913a25712ac0663011c535244 100644 (file)
@@ -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
index b3a88c03fdc15378f60cbe1c8da1b22ecf9a8e81..277b78c07994df78901904eb99ed0975668468d1 100644 (file)
@@ -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:
 #
index e56e57d74fca4179fa08cb655f178ab57314d848..52c1360f6fd8bac11881fa9206754eb52e9c5eca 100644 (file)
@@ -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"""
index 1246799acdd3ebf4ff34068300483fed371b1ac3..18cfc0c6968d03a4c848cf879748c7b740ef6f42 100644 (file)
@@ -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
index 0772052236cad9a18a4b039c6a8bc1bf663b816c..a0f1d3a4e87f21f44d967fe716619259b9058893 100644 (file)
@@ -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
index 5323fdad12eada5fa994b6c4cf1673b430497e3f..2465b18a7f2abbb73559c939238a334183e13201 100644 (file)
@@ -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
index 7a9996c4203d11d2413930caadd075218d1cd9ac..ba47b06b0fa600a84d2e1a149e75daf25ae17bd3 100644 (file)
@@ -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):
index d5e6e832596eacef669a1e247e97d2582b2a8da9..241ff9df9779f0c60f74448c3d26015144625e31 100644 (file)
@@ -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
index 4cffc728df326101daed7ea567ddd7114492b38b..3584e5fdc7f9891341d7f175d7713d1cae472add 100644 (file)
@@ -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
 
index f2c3ff0a69713dc4c0a20629ff5fef581888bf43..ef6d2905a8341696041ed01cbda380cf23831bad 100644 (file)
@@ -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:
 #