diff options
Diffstat (limited to 'palm/plucker/files')
5 files changed, 0 insertions, 51 deletions
diff --git a/palm/plucker/files/patch-PyPlucker::Parser.py b/palm/plucker/files/patch-PyPlucker::Parser.py deleted file mode 100644 index 69782bedaf19..000000000000 --- a/palm/plucker/files/patch-PyPlucker::Parser.py +++ /dev/null @@ -1,8 +0,0 @@ ---- PyPlucker/Parser.py.orig Wed Dec 24 16:05:12 2003 -+++ PyPlucker/Parser.py Wed Dec 24 16:05:21 2003 -@@ -1,4 +1,5 @@ - #!/usr/bin/env python -+# -*- coding: iso-8859-1 -*- - - """ - Parser.py $Id: Parser.py,v 1.21 2003/02/18 01:29:38 chrish Exp $ diff --git a/palm/plucker/files/patch-PyPlucker::TextParser.py b/palm/plucker/files/patch-PyPlucker::TextParser.py deleted file mode 100644 index bd598fbd2321..000000000000 --- a/palm/plucker/files/patch-PyPlucker::TextParser.py +++ /dev/null @@ -1,9 +0,0 @@ ---- PyPlucker/TextParser.py.orig Fri Nov 7 19:36:39 2003 -+++ PyPlucker/TextParser.py Wed Dec 24 16:40:15 2003 -@@ -1,5 +1,6 @@ - #!/usr/bin/env python - # -*- mode: python; indent-tabs-mode: nil; -*- -+# -*- coding: iso-8859-1 -*- - - """ - diff --git a/palm/plucker/files/patch-PyPlucker::helper::doc_compress.py b/palm/plucker/files/patch-PyPlucker::helper::doc_compress.py deleted file mode 100644 index 591c9f2ae822..000000000000 --- a/palm/plucker/files/patch-PyPlucker::helper::doc_compress.py +++ /dev/null @@ -1,7 +0,0 @@ ---- PyPlucker/helper/doc_compress.py.orig Fri Nov 7 19:36:39 2003 -+++ PyPlucker/helper/doc_compress.py Wed Dec 24 16:28:47 2003 -@@ -1,3 +1,4 @@ -+# -*- coding: iso-8859-1 -*- - # - # Original RCS-Id from Rob Tillotson <robt@debian.org>: - # Id: doc_compress.py,v 1.2 1999/08/09 21:59:13 rob Exp diff --git a/palm/plucker/files/patch-PyPlucker::helper::gettext.py b/palm/plucker/files/patch-PyPlucker::helper::gettext.py deleted file mode 100644 index d1267e55de30..000000000000 --- a/palm/plucker/files/patch-PyPlucker::helper::gettext.py +++ /dev/null @@ -1,20 +0,0 @@ ---- PyPlucker/helper/gettext.py.orig Wed May 19 18:18:19 2004 -+++ PyPlucker/helper/gettext.py Fri Oct 29 16:04:44 2004 -@@ -128,7 +128,7 @@ - else: - return # assume C locale - -- if _lsbStrToInt(buffer[:4]) != 0x950412de: -+ if _lsbStrToInt(buffer[:4]) != 0x950412deL: - # magic number doesn't match - raise error, 'Bad magic number in %s' % (catalog,) - -@@ -173,7 +173,7 @@ - f = open(file, "wb") - except IOError: - raise error, "can't open " + file + " for writing" -- f.write(_intToLsbStr(0x950412de)) # magic number -+ f.write(_intToLsbStr(0x950412deL)) # magic number - f.write(_intToLsbStr(0)) # revision - f.write(_intToLsbStr(len(self.cat))) # nstrings - diff --git a/palm/plucker/files/patch-PyPlucker::helper::prc.py b/palm/plucker/files/patch-PyPlucker::helper::prc.py deleted file mode 100644 index 7ac5678c77f5..000000000000 --- a/palm/plucker/files/patch-PyPlucker::helper::prc.py +++ /dev/null @@ -1,7 +0,0 @@ ---- PyPlucker/helper/prc.py.orig Fri Nov 7 19:36:39 2003 -+++ PyPlucker/helper/prc.py Wed Dec 24 16:29:02 2003 -@@ -1,3 +1,4 @@ -+# -*- coding: iso-8859-1 -*- - # - # $Id: prc.py,v 1.13 2002/10/10 21:58:18 janssen Exp $ - # Original RCSId: prc.py,v 1.6 1999/07/16 05:32:01 rob Exp |