diff options
author | Alex Legler <a3li@gentoo.org> | 2011-06-15 17:14:26 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-06-15 17:14:26 +0000 |
commit | 81c91b07aeabe625e8d02900cbf670b0c2397600 (patch) | |
tree | a0505f41c4055a401a5aca4c1db050e67e018c6a /dev-php/Horde_Oauth | |
parent | Marked ~hppa (bug #371687). (diff) | |
download | historical-81c91b07aeabe625e8d02900cbf670b0c2397600.tar.gz historical-81c91b07aeabe625e8d02900cbf670b0c2397600.tar.bz2 historical-81c91b07aeabe625e8d02900cbf670b0c2397600.zip |
Fix SRC_URI
Package-Manager: portage-2.2.0_alpha39/cvs/Linux x86_64
Diffstat (limited to 'dev-php/Horde_Oauth')
-rw-r--r-- | dev-php/Horde_Oauth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/Horde_Oauth/Horde_Oauth-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/Horde_Oauth/ChangeLog b/dev-php/Horde_Oauth/ChangeLog index e72d5a87e441..23624183b082 100644 --- a/dev-php/Horde_Oauth/ChangeLog +++ b/dev-php/Horde_Oauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/Horde_Oauth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Oauth/ChangeLog,v 1.1 2011/06/04 20:04:27 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Oauth/ChangeLog,v 1.2 2011/06/15 16:57:32 a3li Exp $ + + 15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_Oauth-1.0.0.ebuild: + Fix SRC_URI *Horde_Oauth-1.0.0 (04 Jun 2011) diff --git a/dev-php/Horde_Oauth/Horde_Oauth-1.0.0.ebuild b/dev-php/Horde_Oauth/Horde_Oauth-1.0.0.ebuild index a03dd2de6d69..4b4a6549b934 100644 --- a/dev-php/Horde_Oauth/Horde_Oauth-1.0.0.ebuild +++ b/dev-php/Horde_Oauth/Horde_Oauth-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Oauth/Horde_Oauth-1.0.0.ebuild,v 1.1 2011/06/04 20:04:27 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Oauth/Horde_Oauth-1.0.0.ebuild,v 1.2 2011/06/15 16:57:32 a3li Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="0" DESCRIPTION="Horde OAuth client/server" LICENSE="BSD" HOMEPAGE="http://www.horde.org/" -SRC_URI="http://pear.horde.org/${P}.tgz" +SRC_URI="http://pear.horde.org/get/${P}.tgz" DEPEND="dev-lang/php[hash,ssl] >=dev-lang/php-5.2.0 |