mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-05 12:17:28 -08:00
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
69 lines
2.0 KiB
Diff
69 lines
2.0 KiB
Diff
diff -urN SOAPpy.orig/Client.py SOAPpy/Client.py
|
|
--- SOAPpy.orig/Client.py 2005-02-21 21:27:09.000000000 +0100
|
|
+++ SOAPpy/Client.py 2007-01-07 15:46:13.000000000 +0100
|
|
@@ -40,11 +40,11 @@
|
|
################################################################################
|
|
"""
|
|
|
|
+from __future__ import nested_scopes
|
|
+
|
|
ident = '$Id: Client.py,v 1.27 2005/02/21 20:27:09 warnes Exp $'
|
|
from version import __version__
|
|
|
|
-from __future__ import nested_scopes
|
|
-
|
|
#import xml.sax
|
|
import urllib
|
|
from types import *
|
|
diff -urN SOAPpy.orig/GSIServer.py SOAPpy/GSIServer.py
|
|
--- SOAPpy.orig/GSIServer.py 2005-02-15 17:32:22.000000000 +0100
|
|
+++ SOAPpy/GSIServer.py 2007-01-07 15:46:38.000000000 +0100
|
|
@@ -43,11 +43,11 @@
|
|
################################################################################
|
|
"""
|
|
|
|
+from __future__ import nested_scopes
|
|
+
|
|
ident = '$Id: GSIServer.py,v 1.5 2005/02/15 16:32:22 warnes Exp $'
|
|
from version import __version__
|
|
|
|
-from __future__ import nested_scopes
|
|
-
|
|
#import xml.sax
|
|
import re
|
|
import socket
|
|
diff -urN SOAPpy.orig/Server.py SOAPpy/Server.py
|
|
--- SOAPpy.orig/Server.py 2005-02-15 17:32:22.000000000 +0100
|
|
+++ SOAPpy/Server.py 2007-01-07 15:46:59.000000000 +0100
|
|
@@ -40,11 +40,11 @@
|
|
################################################################################
|
|
"""
|
|
|
|
+from __future__ import nested_scopes
|
|
+
|
|
ident = '$Id: Server.py,v 1.21 2005/02/15 16:32:22 warnes Exp $'
|
|
from version import __version__
|
|
|
|
-from __future__ import nested_scopes
|
|
-
|
|
#import xml.sax
|
|
import re
|
|
import socket
|
|
diff -urN SOAPpy.orig/Types.py SOAPpy/Types.py
|
|
--- SOAPpy.orig/Types.py 2005-02-22 05:29:43.000000000 +0100
|
|
+++ SOAPpy/Types.py 2007-01-07 15:47:17.000000000 +0100
|
|
@@ -33,11 +33,11 @@
|
|
################################################################################
|
|
"""
|
|
|
|
+from __future__ import nested_scopes
|
|
+
|
|
ident = '$Id: Types.py,v 1.19 2005/02/22 04:29:43 warnes Exp $'
|
|
from version import __version__
|
|
|
|
-from __future__ import nested_scopes
|
|
-
|
|
import UserList
|
|
import base64
|
|
import cgi
|