SOURCES: File_Archive-noimpl.patch (NEW) - remove not implementate...

glen glen at pld-linux.org
Mon Oct 3 15:17:21 CEST 2005


Author: glen                         Date: Mon Oct  3 13:17:21 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove not implementated portion which creates bogus dep

---- Files affected:
SOURCES:
   File_Archive-noimpl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/File_Archive-noimpl.patch
diff -u /dev/null SOURCES/File_Archive-noimpl.patch:1.1
--- /dev/null	Mon Oct  3 15:17:21 2005
+++ SOURCES/File_Archive-noimpl.patch	Mon Oct  3 15:17:16 2005
@@ -0,0 +1,25 @@
+--- ./usr/share/pear/File/Archive.php~	2005-10-03 16:12:43.000000000 +0300
++++ ./usr/share/pear/File/Archive.php	2005-10-03 16:14:29.000000000 +0300
+@@ -681,15 +681,6 @@
+             require_once 'File/Archive/Reader/Ar.php';
+             return new File_Archive_Reader_Ar($source, $sourceOpened);
+ 
+-/*        case 'cab':
+-            require_once 'File/Archive/Reader/Cab.php';
+-            return new File_Archive_Reader_Cab($source, $sourceOpened);
+-
+-
+-        case 'rar':
+-            require_once "File/Archive/Reader/Rar.php";
+-            return new File_Archive_Reader_Rar($source, $sourceOpened); */
+-
+         default:
+             return false;
+         }
+@@ -1400,4 +1391,4 @@
+     }
+ }
+ 
+-?>
+\ No newline at end of file
++?>
================================================================



More information about the pld-cvs-commit mailing list