diff options
author | Alex Legler <a3li@gentoo.org> | 2011-06-15 17:01:44 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-06-15 17:01:44 +0000 |
commit | b8e5c5a7f601ce44154f8aee7ba2f8077083db5f (patch) | |
tree | 703d15c0218f878955096edfae3227ca94301317 /dev-php/Horde_Secret | |
parent | Fix SRC_URI (diff) | |
download | gentoo-2-b8e5c5a7f601ce44154f8aee7ba2f8077083db5f.tar.gz gentoo-2-b8e5c5a7f601ce44154f8aee7ba2f8077083db5f.tar.bz2 gentoo-2-b8e5c5a7f601ce44154f8aee7ba2f8077083db5f.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha39/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/Horde_Secret')
-rw-r--r-- | dev-php/Horde_Secret/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/Horde_Secret/Horde_Secret-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/Horde_Secret/ChangeLog b/dev-php/Horde_Secret/ChangeLog index 648f9fbabb5e..eb5ab66d4824 100644 --- a/dev-php/Horde_Secret/ChangeLog +++ b/dev-php/Horde_Secret/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/Horde_Secret # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Secret/ChangeLog,v 1.1 2011/06/04 19:54:43 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Secret/ChangeLog,v 1.2 2011/06/15 17:01:44 a3li Exp $ + + 15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_Secret-1.0.0.ebuild: + Fix SRC_URI *Horde_Secret-1.0.0 (04 Jun 2011) diff --git a/dev-php/Horde_Secret/Horde_Secret-1.0.0.ebuild b/dev-php/Horde_Secret/Horde_Secret-1.0.0.ebuild index bebcd5eb0e11..cc03fbfa065f 100644 --- a/dev-php/Horde_Secret/Horde_Secret-1.0.0.ebuild +++ b/dev-php/Horde_Secret/Horde_Secret-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_Secret/Horde_Secret-1.0.0.ebuild,v 1.1 2011/06/04 19:54:43 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Secret/Horde_Secret-1.0.0.ebuild,v 1.2 2011/06/15 17:01:44 a3li Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="0" DESCRIPTION="Secret Encryption 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[hash] >=dev-lang/php-5.2.0 |