diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-05-16 12:52:41 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-05-16 12:52:41 +0000 |
commit | c1f46c30fb5ba2692292f51600df4a32795765c1 (patch) | |
tree | 8fe957c39ed2d6011b909a028462b00cff3ae36e /dev-php/xdebug | |
parent | Initial import (diff) | |
download | gentoo-2-c1f46c30fb5ba2692292f51600df4a32795765c1.tar.gz gentoo-2-c1f46c30fb5ba2692292f51600df4a32795765c1.tar.bz2 gentoo-2-c1f46c30fb5ba2692292f51600df4a32795765c1.zip |
Fix src_uri (missing http)
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/Manifest | 2 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest index becd861bf170..b4cc6d25ed1d 100644 --- a/dev-php/xdebug/Manifest +++ b/dev-php/xdebug/Manifest @@ -1,3 +1,3 @@ -MD5 cbd3eb778cd2a5942274a16b611b3897 xdebug-1.2.0.ebuild 570 +MD5 a01c5197da6270c122a776bdbecf2ce5 xdebug-1.2.0.ebuild 577 MD5 c8cd33b7fd6277c9b05009f8a315e596 ChangeLog 353 MD5 ab7ada85167c586022c89209baa42a08 files/digest-xdebug-1.2.0 60 diff --git a/dev-php/xdebug/xdebug-1.2.0.ebuild b/dev-php/xdebug/xdebug-1.2.0.ebuild index 0539ed3ec439..75e8f88b21b3 100644 --- a/dev-php/xdebug/xdebug-1.2.0.ebuild +++ b/dev-php/xdebug/xdebug-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.2.0.ebuild,v 1.1 2003/05/16 12:25:44 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.2.0.ebuild,v 1.2 2003/05/16 12:52:27 coredumb Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -11,7 +11,7 @@ IUSE="" DESCRIPTION="A PHP debugger" HOMEPAGE="http://xdebug.derickrethans.nl" SLOT="0" -SRC_URI="files.derickrethans.nl/xdebug-1.2.0.tgz" +SRC_URI="http://files.derickrethans.nl/xdebug-1.2.0.tgz" S=${WORKDIR}/${P} LICENSE="PHP" KEYWORDS="~x86 ~ppc ~alpha ~sparc" |