diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-07-20 17:56:40 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-07-20 17:56:40 +0000 |
commit | 730fb8fcb10ec8389ada7e57a6a549f3fd0c3c51 (patch) | |
tree | 4dafa62ad32ded9487c2920faa9ca35d648faa31 /dev-php/xdebug | |
parent | new release (diff) | |
download | historical-730fb8fcb10ec8389ada7e57a6a549f3fd0c3c51.tar.gz historical-730fb8fcb10ec8389ada7e57a6a549f3fd0c3c51.tar.bz2 historical-730fb8fcb10ec8389ada7e57a6a549f3fd0c3c51.zip |
Use $P in SRC_URI.
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/Manifest | 4 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.2.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index b1e929a32584..4f4a7409d1c4 100644 --- a/dev-php/xdebug/ChangeLog +++ b/dev-php/xdebug/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for dev-php/xdebug # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.2 2003/06/20 04:14:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.3 2003/07/20 17:56:24 coredumb Exp $ *xdebug-1.2.0 (16 May 2003) + 20 Jul 2003; Tal Peer <coredumb@gentoo.org> xdebug-1.2.0.ebuild: + Use $P in SRC_URI. + 16 May 2003; Tal Peer <coredumb@gentoo.org> xdebug-1.2.0.ebuild: Initial import, uses the new php-ext eclass. diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest index 1e7e1cfe2117..d6c902bd6210 100644 --- a/dev-php/xdebug/Manifest +++ b/dev-php/xdebug/Manifest @@ -1,3 +1,3 @@ +MD5 a4c7d4a8505d8f558c9d5b227b549623 xdebug-1.2.0.ebuild 569 +MD5 2fa43dfa93a84d8fff6d041f8f713a39 ChangeLog 445 MD5 ab7ada85167c586022c89209baa42a08 files/digest-xdebug-1.2.0 60 -MD5 a01c5197da6270c122a776bdbecf2ce5 xdebug-1.2.0.ebuild 577 -MD5 0b42e4c1eee118bd47a00674dc80b0af ChangeLog 354 diff --git a/dev-php/xdebug/xdebug-1.2.0.ebuild b/dev-php/xdebug/xdebug-1.2.0.ebuild index 75e8f88b21b3..4e46945b6a55 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.2 2003/05/16 12:52:27 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.2.0.ebuild,v 1.3 2003/07/20 17:56:24 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="http://files.derickrethans.nl/xdebug-1.2.0.tgz" +SRC_URI="http://files.derickrethans.nl/${P}.tgz" S=${WORKDIR}/${P} LICENSE="PHP" KEYWORDS="~x86 ~ppc ~alpha ~sparc" |