diff options
author | Alex Legler <a3li@gentoo.org> | 2011-06-15 16:47:15 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-06-15 16:47:15 +0000 |
commit | bc5b18f2b66c0b0495751e3b37aeecb08808ac59 (patch) | |
tree | 9d7cf0864f13c8e9c7e0cb092d8d62e0b6aba939 /dev-php/Horde_History | |
parent | Add X use dep for bug #371237 (diff) | |
download | gentoo-2-bc5b18f2b66c0b0495751e3b37aeecb08808ac59.tar.gz gentoo-2-bc5b18f2b66c0b0495751e3b37aeecb08808ac59.tar.bz2 gentoo-2-bc5b18f2b66c0b0495751e3b37aeecb08808ac59.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha39/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/Horde_History')
-rw-r--r-- | dev-php/Horde_History/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/Horde_History/Horde_History-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/Horde_History/ChangeLog b/dev-php/Horde_History/ChangeLog index aaab0f1e7f20..f25855c7a806 100644 --- a/dev-php/Horde_History/ChangeLog +++ b/dev-php/Horde_History/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/Horde_History # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_History/ChangeLog,v 1.1 2011/06/04 19:46:45 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_History/ChangeLog,v 1.2 2011/06/15 16:47:15 a3li Exp $ + + 15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_History-1.0.0.ebuild: + Fix SRC_URI *Horde_History-1.0.0 (04 Jun 2011) diff --git a/dev-php/Horde_History/Horde_History-1.0.0.ebuild b/dev-php/Horde_History/Horde_History-1.0.0.ebuild index b1db2a4f3da9..65a06464e870 100644 --- a/dev-php/Horde_History/Horde_History-1.0.0.ebuild +++ b/dev-php/Horde_History/Horde_History-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_History/Horde_History-1.0.0.ebuild,v 1.1 2011/06/04 19:46:45 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_History/Horde_History-1.0.0.ebuild,v 1.2 2011/06/15 16:47:15 a3li Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="0" DESCRIPTION="API for tracking the history of an object." LICENSE="LGPL-2" 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-5.2.0 >=dev-php/PEAR-PEAR-1.7.0 |