diff options
author | Alex Legler <a3li@gentoo.org> | 2011-06-15 17:04:33 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-06-15 17:04:33 +0000 |
commit | 0d1108937bde8dea61197fa8c73bb5792a886547 (patch) | |
tree | f9e1d71416dd451edd2593924e111a611b6ec18f /dev-php | |
parent | Fix SRC_URI (diff) | |
download | gentoo-2-0d1108937bde8dea61197fa8c73bb5792a886547.tar.gz gentoo-2-0d1108937bde8dea61197fa8c73bb5792a886547.tar.bz2 gentoo-2-0d1108937bde8dea61197fa8c73bb5792a886547.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha39/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/Horde_SpellChecker/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/Horde_SpellChecker/Horde_SpellChecker-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/Horde_SpellChecker/ChangeLog b/dev-php/Horde_SpellChecker/ChangeLog index a38791b69a77..366412c340d5 100644 --- a/dev-php/Horde_SpellChecker/ChangeLog +++ b/dev-php/Horde_SpellChecker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/Horde_SpellChecker # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_SpellChecker/ChangeLog,v 1.1 2011/06/04 19:56:08 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_SpellChecker/ChangeLog,v 1.2 2011/06/15 17:04:33 a3li Exp $ + + 15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_SpellChecker-1.0.0.ebuild: + Fix SRC_URI *Horde_SpellChecker-1.0.0 (04 Jun 2011) diff --git a/dev-php/Horde_SpellChecker/Horde_SpellChecker-1.0.0.ebuild b/dev-php/Horde_SpellChecker/Horde_SpellChecker-1.0.0.ebuild index 6fc70e9a272f..eb0f30a0cb5c 100644 --- a/dev-php/Horde_SpellChecker/Horde_SpellChecker-1.0.0.ebuild +++ b/dev-php/Horde_SpellChecker/Horde_SpellChecker-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_SpellChecker/Horde_SpellChecker-1.0.0.ebuild,v 1.1 2011/06/04 19:56:08 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_SpellChecker/Horde_SpellChecker-1.0.0.ebuild,v 1.2 2011/06/15 17:04:33 a3li Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="0" DESCRIPTION="Spellcheck API" 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 |