diff options
author | 2011-06-15 16:46:46 +0000 | |
---|---|---|
committer | 2011-06-15 16:46:46 +0000 | |
commit | 68b8c2915b4976586c9ec7cae1a71eb043772dfe (patch) | |
tree | cb3761a65457cbad8cdf7f8b8be3ce6dfb140ebf /dev-php/Horde_Group | |
parent | Fix SRC_URI (diff) | |
download | gentoo-2-68b8c2915b4976586c9ec7cae1a71eb043772dfe.tar.gz gentoo-2-68b8c2915b4976586c9ec7cae1a71eb043772dfe.tar.bz2 gentoo-2-68b8c2915b4976586c9ec7cae1a71eb043772dfe.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha39/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/Horde_Group')
-rw-r--r-- | dev-php/Horde_Group/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/Horde_Group/Horde_Group-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/Horde_Group/ChangeLog b/dev-php/Horde_Group/ChangeLog index 73324d2b0fae..8c856277bba7 100644 --- a/dev-php/Horde_Group/ChangeLog +++ b/dev-php/Horde_Group/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/Horde_Group # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Group/ChangeLog,v 1.1 2011/06/04 19:46:29 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Group/ChangeLog,v 1.2 2011/06/15 16:46:46 a3li Exp $ + + 15 Jun 2011; Alex Legler <a3li@gentoo.org> Horde_Group-1.0.0.ebuild: + Fix SRC_URI *Horde_Group-1.0.0 (04 Jun 2011) diff --git a/dev-php/Horde_Group/Horde_Group-1.0.0.ebuild b/dev-php/Horde_Group/Horde_Group-1.0.0.ebuild index b4d159f0838f..c3447299be30 100644 --- a/dev-php/Horde_Group/Horde_Group-1.0.0.ebuild +++ b/dev-php/Horde_Group/Horde_Group-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_Group/Horde_Group-1.0.0.ebuild,v 1.1 2011/06/04 19:46:29 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Horde_Group/Horde_Group-1.0.0.ebuild,v 1.2 2011/06/15 16:46:46 a3li Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="0" DESCRIPTION="Horde User Groups System" 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 |