diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-09-21 17:58:54 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-09-21 17:58:54 +0000 |
commit | 7a857143da2232ff886d60d190918af00000fd16 (patch) | |
tree | 29bbe20e02a03cab27ab47edb449b395e8baf59a /dev-php | |
parent | New beta version (diff) | |
download | gentoo-2-7a857143da2232ff886d60d190918af00000fd16.tar.gz gentoo-2-7a857143da2232ff886d60d190918af00000fd16.tar.bz2 gentoo-2-7a857143da2232ff886d60d190918af00000fd16.zip |
Cosmetics.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug/Manifest | 4 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.3.0_rc1.ebuild | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-php/xdebug/ChangeLog b/dev-php/xdebug/ChangeLog index 1af8158b4349..fb1312b2af24 100644 --- a/dev-php/xdebug/ChangeLog +++ b/dev-php/xdebug/ChangeLog @@ -1,9 +1,12 @@ # 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.5 2003/09/18 19:53:42 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.6 2003/09/21 17:58:47 coredumb Exp $ *xdebug-1.3.0_rc1 (18 Sep 2003) + 21 Sep 2003; Tal Peer <coredumb@gentoo.org> xdebug-1.3.0_rc1.ebuild: + Cosmetics. + 18 Sep 2003; Tal Peer <coredumb@gentoo.org> xdebug-1.3.0_rc1.ebuild: Version bump. diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest index 32ed8afdad95..ce118aa80161 100644 --- a/dev-php/xdebug/Manifest +++ b/dev-php/xdebug/Manifest @@ -1,6 +1,6 @@ MD5 ba1828b8ff939b31e325d92d05180c46 xdebug-1.2.0.ebuild 582 -MD5 43527ab3181b6cabc0926e2f8063d0f6 ChangeLog 651 +MD5 76453d109dcbe8b1dba3a7a74db1ce1a ChangeLog 736 MD5 90addd9e0cd39bebc1ca9eef0185f6fd metadata.xml 268 -MD5 c070e9783c79230802619c3cf867027f xdebug-1.3.0_rc1.ebuild 620 +MD5 c748a89a5805f3ffb69abe4c8adbc2ec xdebug-1.3.0_rc1.ebuild 621 MD5 ab7ada85167c586022c89209baa42a08 files/digest-xdebug-1.2.0 60 MD5 004acc372d19ac607d96b22ffe6607ac files/digest-xdebug-1.3.0_rc1 64 diff --git a/dev-php/xdebug/xdebug-1.3.0_rc1.ebuild b/dev-php/xdebug/xdebug-1.3.0_rc1.ebuild index a8b3d0d130d3..44894ea3282c 100644 --- a/dev-php/xdebug/xdebug-1.3.0_rc1.ebuild +++ b/dev-php/xdebug/xdebug-1.3.0_rc1.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.3.0_rc1.ebuild,v 1.1 2003/09/18 19:53:42 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.0_rc1.ebuild,v 1.2 2003/09/21 17:58:47 coredumb Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="xdebug" @@ -11,8 +11,9 @@ IUSE="" DESCRIPTION="A PHP debugger" HOMEPAGE="http://xdebug.derickrethans.nl" SLOT="0" -SRC_URI="http://files.derickrethans.nl/${PN}-1.3.0rc1.tgz" -S="${WORKDIR}/${PN}-1.3.0rc1" +MY_P="${P/_/}" +SRC_URI="http://files.derickrethans.nl/${MY_P}.tgz" +S="${WORKDIR}/${MY_P}" LICENSE="Xdebug" KEYWORDS="~x86 ~ppc ~alpha ~sparc" |