]> git.pld-linux.org Git - packages/php-pear-PHP_Beautifier.git/blob - php-pear-PHP_Beautifier-path_fix.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-PHP_Beautifier.git] / php-pear-PHP_Beautifier-path_fix.patch
1 --- PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier.php~    2007-01-19 13:18:00.190033925 +0200
2 +++ PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier.php     2007-01-19 13:20:39.363592430 +0200
3 @@ -27,15 +27,15 @@
4  /**
5   * Require PHP_Beautifier_Filter
6   */
7 -include_once 'Beautifier/Filter.php';
8 +include_once ('PHP/Beautifier/Filter.php');
9  /**
10   * Require PHP_Beautifier_Filter_Default
11   */
12 -include_once 'Beautifier/Filter/Default.filter.php';
13 +include_once ('PHP/Beautifier/Filter/Default.filter.php');
14  /**
15   * Require PHP_Beautifier_Common
16   */
17 -include_once 'Beautifier/Common.php';
18 +include_once ('PHP/Beautifier/Common.php');
19  /**
20   * Require Log
21   */
22 @@ -43,11 +43,11 @@
23  /**
24   * Require Exceptions
25   */
26 -include_once 'Beautifier/Exception.php';
27 +include_once ('PHP/Beautifier/Exception.php');
28  /**
29   * Require StreamWrapper
30   */
31 -include_once 'Beautifier/StreamWrapper.php';
32 +include_once ('PHP/Beautifier/StreamWrapper.php');
33  /**
34   * PHP_Beautifier
35   *
36 --- PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch.php~      2007-01-19 13:21:45.095062133 +0200
37 +++ PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch.php       2007-01-19 13:51:20.504735118 +0200
38 @@ -23,11 +23,11 @@
39  /**
40  * Require PHP_Beautifier_Decorator
41  */
42 -require_once 'Decorator.php';
43 +require_once ('PHP/Beautifier/Decorator.php');
44  /**
45  * Require PHP_Beautifier_Batch_Output
46  */
47 -require_once 'Batch/Output.php';
48 +require_once ('PHP/Beautifier/Batch/Output.php');
49  // ArrayNested->off();
50  // ArrayNested->on();
51  
52 --- PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/DirectoryBz2.php~  2007-01-19 13:52:05.935751365 +0200
53 +++ PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/DirectoryBz2.php   2007-01-19 13:52:47.166673703 +0200
54 @@ -23,7 +23,7 @@
55  /**
56  * Include PHP_Beautifier_Batch_DirectoryTar
57  */
58 -require_once ('DirectoryTar.php');
59 +require_once ('PHP/Beautifier/Batch/Output/DirectoryTar.php');
60  /**
61  * PHP_Beautifier_Batch_FilesGz
62  *
63 --- PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/DirectoryGz.php~   2007-01-19 13:53:11.797224709 +0200
64 +++ PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/DirectoryGz.php    2007-01-19 13:53:50.188083573 +0200
65 @@ -23,7 +23,7 @@
66  /**
67  * Include PHP_Beautifier_Batch_DirectoryTar
68  */
69 -require_once ('DirectoryTar.php');
70 +require_once ('PHP/Beautifier/Batch/Output/DirectoryTar.php');
71  /**
72  * PHP_Beautifier_Batch_FilesGz
73  *
74 --- PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/FilesBz2.php~      2007-01-19 13:53:11.797224709 +0200
75 +++ PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/FilesBz2.php       2007-01-19 13:54:40.409207150 +0200
76 @@ -23,7 +23,7 @@
77  /**
78  * Include PHP_Beautifier_Batch_FilesGz
79  */
80 -require_once 'FilesTar.php';
81 +require_once 'PHP/Beautifier/Batch/Output/FilesTar.php';
82  /**
83  * Handle the batch process for one/multiple php files to one tar bzip2 file
84  *
85 --- PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/FilesGz.php~       2007-01-19 13:53:11.797224709 +0200
86 +++ PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/Batch/Output/FilesGz.php        2007-01-19 13:55:07.499813262 +0200
87 @@ -23,7 +23,7 @@
88  /**
89  * Include PHP_Beautifier_Batch_FilesGz
90  */
91 -require_once 'FilesTar.php';
92 +require_once 'PHP/Beautifier/Batch/Output/FilesTar.php';
93  /**
94  * Handle the batch process for one/multiple php files to one tar gzip file
95  *
96 --- PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/StreamWrapper.php~      2007-01-19 13:53:11.807224933 +0200
97 +++ PHP_Beautifier-0.1.11/usr/share/pear/PHP/Beautifier/StreamWrapper.php       2007-01-19 13:55:42.550597495 +0200
98 @@ -49,5 +49,5 @@
99      function dir_rewinddir();
100      function dir_closedir();
101  }
102 -require_once ('StreamWrapper/Tarz.php');
103 -?>
104 \ No newline at end of file
105 +require_once ('PHP/Beautifier/StreamWrapper/Tarz.php');
106 +?>
This page took 0.134993 seconds and 3 git commands to generate.