]> git.pld-linux.org Git - packages/php-pear-Services_Yahoo.git/blob - php-pear-Services_Yahoo-paths_fix.patch
- new
[packages/php-pear-Services_Yahoo.git] / php-pear-Services_Yahoo-paths_fix.patch
1 --- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/image.php~        2007-09-06 23:08:13.000000000 +0000
2 +++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/image.php 2007-09-06 23:12:49.000000000 +0000
3 @@ -27,7 +27,7 @@
4   * @link       http://pear.php.net/package/Services_Yahoo
5   */
6  
7 -require_once "AbstractSearch.php";
8 +require_once "Services/Yahoo/Search/AbstractSearch.php";
9  
10  /**
11   * Image search class
12 --- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/local.php~        2007-09-06 23:08:13.000000000 +0000
13 +++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/local.php 2007-09-06 23:11:32.000000000 +0000
14 @@ -27,7 +27,7 @@
15   * @link       http://pear.php.net/package/Services_Yahoo
16   */
17  
18 -require_once "AbstractSearch.php";
19 +require_once "Services/Yahoo/Search/AbstractSearch.php";
20  
21  /**
22   * Local search class
23 --- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/news.php~ 2007-09-06 23:08:13.000000000 +0000
24 +++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/news.php  2007-09-06 23:13:00.000000000 +0000
25 @@ -27,7 +27,7 @@
26   * @link       http://pear.php.net/package/Services_Yahoo
27   */
28  
29 -require_once "AbstractSearch.php";
30 +require_once "Services/Yahoo/Search/AbstractSearch.php";
31  
32  /**
33   * News search class
34 --- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/video.php~        2007-09-06 23:11:15.000000000 +0000
35 +++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/video.php 2007-09-06 23:11:19.000000000 +0000
36 @@ -27,7 +27,7 @@
37   * @link       http://pear.php.net/package/Services_Yahoo
38   */
39  
40 -require_once "AbstractSearch.php";
41 +require_once "Services/Yahoo/Search/AbstractSearch.php";
42  
43  /**
44   * Video search class
45 --- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/web.php~  2007-09-06 23:08:13.000000000 +0000
46 +++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/web.php   2007-09-06 23:12:30.000000000 +0000
47 @@ -27,7 +27,7 @@
48   * @link       http://pear.php.net/package/Services_Yahoo
49   */
50  
51 -require_once "AbstractSearch.php";
52 +require_once "Services/Yahoo/Search/AbstractSearch.php";
53  
54  /**
55   * Web search class
56 --- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/spellingSuggestion.php~  2007-09-06 23:09:23.000000000 +0000
57 +++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/spellingSuggestion.php   2007-09-06 23:09:30.000000000 +0000
58 @@ -27,7 +27,7 @@
59   * @link       http://pear.php.net/package/Services_Yahoo
60   */
61  
62 -require_once "AbstractContentAnalysis.php";
63 +require_once "Services/Yahoo/ContentAnalysis/AbstractContentAnalysis.php";
64  
65  /**
66   * Spelling Suggestion service class
67 --- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/termExtraction.php~      2007-09-06 23:08:13.000000000 +0000
68 +++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/termExtraction.php       2007-09-06 23:10:15.000000000 +0000
69 @@ -27,7 +27,7 @@
70   * @link       http://pear.php.net/package/Services_Yahoo
71   */
72  
73 -require_once "AbstractContentAnalysis.php";
74 +require_once "Services/Yahoo/ContentAnalysis/AbstractContentAnalysis.php";
75  
76  /**
77   * Term Extraction service class
This page took 0.081981 seconds and 3 git commands to generate.