diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-09-18 19:53:50 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-09-18 19:53:50 +0000 |
commit | 0497c71fab3f753de4cb293465baa02007a57517 (patch) | |
tree | deced31eacf916d5e4170d4124107703762d117a /dev-php/xdebug | |
parent | Version bump. (diff) | |
download | historical-0497c71fab3f753de4cb293465baa02007a57517.tar.gz historical-0497c71fab3f753de4cb293465baa02007a57517.tar.bz2 historical-0497c71fab3f753de4cb293465baa02007a57517.zip |
Version bump.
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/Manifest | 4 | ||||
-rw-r--r-- | dev-php/xdebug/files/digest-xdebug-1.3.0_rc1 | 1 | ||||
-rw-r--r-- | dev-php/xdebug/xdebug-1.3.0_rc1.ebuild | 22 |
3 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest index 4e896bbd2895..32ed8afdad95 100644 --- a/dev-php/xdebug/Manifest +++ b/dev-php/xdebug/Manifest @@ -1,6 +1,6 @@ MD5 ba1828b8ff939b31e325d92d05180c46 xdebug-1.2.0.ebuild 582 -MD5 6b17fa92fd65dd08694247310f6c2974 ChangeLog 531 +MD5 43527ab3181b6cabc0926e2f8063d0f6 ChangeLog 651 MD5 90addd9e0cd39bebc1ca9eef0185f6fd metadata.xml 268 -MD5 01e5552904029cc5ca7f4b92addfa6d6 xdebug-1.3.0_rc1.ebuild 593 +MD5 c070e9783c79230802619c3cf867027f xdebug-1.3.0_rc1.ebuild 620 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/files/digest-xdebug-1.3.0_rc1 b/dev-php/xdebug/files/digest-xdebug-1.3.0_rc1 new file mode 100644 index 000000000000..484ad2588b02 --- /dev/null +++ b/dev-php/xdebug/files/digest-xdebug-1.3.0_rc1 @@ -0,0 +1 @@ +MD5 f4077d26281c339e1339d942f0d1788b xdebug-1.3.0rc1.tgz 159573 diff --git a/dev-php/xdebug/xdebug-1.3.0_rc1.ebuild b/dev-php/xdebug/xdebug-1.3.0_rc1.ebuild new file mode 100644 index 000000000000..a8b3d0d130d3 --- /dev/null +++ b/dev-php/xdebug/xdebug-1.3.0_rc1.ebuild @@ -0,0 +1,22 @@ +# 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 $ + +PHP_EXT_ZENDEXT="yes" +PHP_EXT_NAME="xdebug" + +inherit php-ext-source + +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" +LICENSE="Xdebug" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +src_install() { +php-ext-source_src_install +dodoc NEWS README Changelog CREDITS LICENSE +} |