]> git.pld-linux.org Git - packages/ZendFramework.git/commitdiff
- fix broken deps from 1.7.6
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Mar 2009 20:19:36 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZendFramework-deps.patch -> 1.1

ZendFramework-deps.patch [new file with mode: 0644]

diff --git a/ZendFramework-deps.patch b/ZendFramework-deps.patch
new file mode 100644 (file)
index 0000000..0f1d25c
--- /dev/null
@@ -0,0 +1,46 @@
+--- ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php~        2009-03-10 22:11:26.000000000 +0200
++++ ZendFramework-1.7.6/library/Zend/Gdata/YouTube.php 2009-03-10 22:13:01.898984500 +0200
+@@ -687,7 +687,7 @@
+     public function getFriendActivityForCurrentUser()
+     {
+         if (!$this->isAuthenticated()) {
+-            require_once 'Zend/Gdata/YouTube/App/Exception.php';
++            require_once 'Zend/Gdata/App/Exception.php';
+             throw new Zend_Gdata_App_Exception('You must be authenticated to ' .
+                 'use the getFriendActivityForCurrentUser function in Zend_' .
+                 'Gdata_YouTube.');
+--- ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php~     2009-03-10 22:15:39.811374312 +0200
++++ ZendFramework-1.7.6/library/Zend/Service/Audioscrobbler/Exception.php      2009-03-10 22:15:31.689629002 +0200
+@@ -0,0 +1,32 @@
++<?php
++/**
++ * Zend Framework
++ *
++ * LICENSE
++ *
++ * This source file is subject to the new BSD license that is bundled
++ * with this package in the file LICENSE.txt.
++ * It is also available through the world-wide-web at this URL:
++ * http://framework.zend.com/license/new-bsd
++ * If you did not receive a copy of the license and are unable to
++ * obtain it through the world-wide-web, please send an email
++ * to license@zend.com so we can send you a copy immediately.
++ *
++ * @category   Zend
++ * @package    Zend_Service
++ * @subpackage Audioscrobbler
++ * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
++ * @license    http://framework.zend.com/license/new-bsd     New BSD License
++ * @version    $Id$
++ */
++
++/**
++ * @category   Zend
++ * @package    Zend_Service
++ * @subpackage Audioscrobbler
++ * @copyright  Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
++ * @license    http://framework.zend.com/license/new-bsd     New BSD License
++ */
++class Zend_Service_Audioscrobbler_Exception extends Exception
++{
++}
This page took 0.095519 seconds and 4 git commands to generate.