]> git.pld-linux.org Git - packages/php-pear-Services_Yahoo.git/commitdiff
- new auto/ac/php-pear-Services_Yahoo-0_2_0-2 auto/th/php-pear-Services_Yahoo-0_2_0-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 6 Sep 2007 23:20:18 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Services_Yahoo-paths_fix.patch -> 1.1

php-pear-Services_Yahoo-paths_fix.patch [new file with mode: 0644]

diff --git a/php-pear-Services_Yahoo-paths_fix.patch b/php-pear-Services_Yahoo-paths_fix.patch
new file mode 100644 (file)
index 0000000..80e844a
--- /dev/null
@@ -0,0 +1,77 @@
+--- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/image.php~       2007-09-06 23:08:13.000000000 +0000
++++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/image.php        2007-09-06 23:12:49.000000000 +0000
+@@ -27,7 +27,7 @@
+  * @link       http://pear.php.net/package/Services_Yahoo
+  */
+-require_once "AbstractSearch.php";
++require_once "Services/Yahoo/Search/AbstractSearch.php";
+ /**
+  * Image search class
+--- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/local.php~       2007-09-06 23:08:13.000000000 +0000
++++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/local.php        2007-09-06 23:11:32.000000000 +0000
+@@ -27,7 +27,7 @@
+  * @link       http://pear.php.net/package/Services_Yahoo
+  */
+-require_once "AbstractSearch.php";
++require_once "Services/Yahoo/Search/AbstractSearch.php";
+ /**
+  * Local search class
+--- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/news.php~        2007-09-06 23:08:13.000000000 +0000
++++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/news.php 2007-09-06 23:13:00.000000000 +0000
+@@ -27,7 +27,7 @@
+  * @link       http://pear.php.net/package/Services_Yahoo
+  */
+-require_once "AbstractSearch.php";
++require_once "Services/Yahoo/Search/AbstractSearch.php";
+ /**
+  * News search class
+--- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/video.php~       2007-09-06 23:11:15.000000000 +0000
++++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/video.php        2007-09-06 23:11:19.000000000 +0000
+@@ -27,7 +27,7 @@
+  * @link       http://pear.php.net/package/Services_Yahoo
+  */
+-require_once "AbstractSearch.php";
++require_once "Services/Yahoo/Search/AbstractSearch.php";
+ /**
+  * Video search class
+--- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/web.php~ 2007-09-06 23:08:13.000000000 +0000
++++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/Search/web.php  2007-09-06 23:12:30.000000000 +0000
+@@ -27,7 +27,7 @@
+  * @link       http://pear.php.net/package/Services_Yahoo
+  */
+-require_once "AbstractSearch.php";
++require_once "Services/Yahoo/Search/AbstractSearch.php";
+ /**
+  * Web search class
+--- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/spellingSuggestion.php~ 2007-09-06 23:09:23.000000000 +0000
++++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/spellingSuggestion.php  2007-09-06 23:09:30.000000000 +0000
+@@ -27,7 +27,7 @@
+  * @link       http://pear.php.net/package/Services_Yahoo
+  */
+-require_once "AbstractContentAnalysis.php";
++require_once "Services/Yahoo/ContentAnalysis/AbstractContentAnalysis.php";
+ /**
+  * Spelling Suggestion service class
+--- Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/termExtraction.php~     2007-09-06 23:08:13.000000000 +0000
++++ Services_Yahoo-0.2.0/usr/share/pear/Services/Yahoo/ContentAnalysis/termExtraction.php      2007-09-06 23:10:15.000000000 +0000
+@@ -27,7 +27,7 @@
+  * @link       http://pear.php.net/package/Services_Yahoo
+  */
+-require_once "AbstractContentAnalysis.php";
++require_once "Services/Yahoo/ContentAnalysis/AbstractContentAnalysis.php";
+ /**
+  * Term Extraction service class
This page took 0.10335 seconds and 4 git commands to generate.