diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-10-09 07:09:21 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-10-09 07:09:21 +0000 |
commit | 5300dcf38cb2ff99ab14af071c2845e47dfb8982 (patch) | |
tree | 27883829b405b10c9f1cbb4d9d0949e53beafc2e /dev-php4/xdebug | |
parent | Version bump. (diff) | |
download | gentoo-2-5300dcf38cb2ff99ab14af071c2845e47dfb8982.tar.gz gentoo-2-5300dcf38cb2ff99ab14af071c2845e47dfb8982.tar.bz2 gentoo-2-5300dcf38cb2ff99ab14af071c2845e47dfb8982.zip |
Version bump.
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'dev-php4/xdebug')
-rw-r--r-- | dev-php4/xdebug/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php4/xdebug/files/digest-xdebug-2.0.0_rc1 | 3 | ||||
-rw-r--r-- | dev-php4/xdebug/xdebug-2.0.0_rc1.ebuild | 72 |
3 files changed, 82 insertions, 1 deletions
diff --git a/dev-php4/xdebug/ChangeLog b/dev-php4/xdebug/ChangeLog index b8c36d84850c..5003786f5ea9 100644 --- a/dev-php4/xdebug/ChangeLog +++ b/dev-php4/xdebug/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php4/xdebug # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.8 2006/07/04 08:01:31 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/ChangeLog,v 1.9 2006/10/09 07:09:21 sebastian Exp $ + +*xdebug-2.0.0_rc1 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +xdebug-2.0.0_rc1.ebuild: + Version bump. *xdebug-2.0.0_beta6 (04 Jul 2006) diff --git a/dev-php4/xdebug/files/digest-xdebug-2.0.0_rc1 b/dev-php4/xdebug/files/digest-xdebug-2.0.0_rc1 new file mode 100644 index 000000000000..114e5ad1bff2 --- /dev/null +++ b/dev-php4/xdebug/files/digest-xdebug-2.0.0_rc1 @@ -0,0 +1,3 @@ +MD5 a048de3dbb5a16489921f2096b8003e1 xdebug-2.0.0rc1.tgz 252286 +RMD160 421ef0a9535954f17ddd585e57cf949582e55533 xdebug-2.0.0rc1.tgz 252286 +SHA256 f3b8a65430f2e727460f8fa1ee9c6b2187befa939f99a10d2cf1fa1042bd42f5 xdebug-2.0.0rc1.tgz 252286 diff --git a/dev-php4/xdebug/xdebug-2.0.0_rc1.ebuild b/dev-php4/xdebug/xdebug-2.0.0_rc1.ebuild new file mode 100644 index 000000000000..a7b697ed725e --- /dev/null +++ b/dev-php4/xdebug/xdebug-2.0.0_rc1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/xdebug/xdebug-2.0.0_rc1.ebuild,v 1.1 2006/10/09 07:09:21 sebastian Exp $ + +PHP_EXT_ZENDEXT="yes" +PHP_EXT_NAME="xdebug" + +inherit php-ext-source-r1 + +IUSE="" +DESCRIPTION="A PHP Debugging and Profiling extension." +HOMEPAGE="http://www.xdebug.org/" +SLOT="0" +MY_P="${P/_/}" +SRC_URI="http://pecl.php.net/get/${MY_P}.tgz" +S="${WORKDIR}/xdebug-2.0.0RC1" +LICENSE="Xdebug" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="${RDEPEND} !dev-php5/ZendOptimizer" + +need_php_by_category + +src_install() { + php-ext-source-r1_src_install + dodoc-php NEWS README Changelog CREDITS LICENSE + + php-ext-base-r1_addtoinifiles "xdebug.auto_trace" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.trace_output_dir" '"/tmp"' + php-ext-base-r1_addtoinifiles "xdebug.trace_output_name" '"crc32"' + php-ext-base-r1_addtoinifiles "xdebug.trace_format" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.trace_options" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.collect_includes" '"1"' + php-ext-base-r1_addtoinifiles "xdebug.collect_params" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.collect_return" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.collect_vars" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.default_enable" '"1"' + php-ext-base-r1_addtoinifiles "xdebug.extended_info" '"1"' + php-ext-base-r1_addtoinifiles "xdebug.manual_url" '"http://www.php.net"' + php-ext-base-r1_addtoinifiles "xdebug.max_nesting_level" '"100"' + php-ext-base-r1_addtoinifiles "xdebug.show_exception_trace" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.show_local_vars" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.show_mem_delta" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.dump.COOKIE" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump.ENV" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump.FILES" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump.GET" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump.POST" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump.REQUEST" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump.SERVER" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump.SESSION" '"NULL"' + php-ext-base-r1_addtoinifiles "xdebug.dump_globals" '"1"' + php-ext-base-r1_addtoinifiles "xdebug.dump_once" '"1"' + php-ext-base-r1_addtoinifiles "xdebug.dump_undefined" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.profiler_enable" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.profiler_output_dir" '"/tmp"' + php-ext-base-r1_addtoinifiles "xdebug.profiler_output_name" '"crc32"' + php-ext-base-r1_addtoinifiles "xdebug.profiler_enable_trigger" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.profiler_append" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.profiler_aggregate" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.remote_enable" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.remote_handler" '"dbgp"' + php-ext-base-r1_addtoinifiles "xdebug.remote_host" '"localhost"' + php-ext-base-r1_addtoinifiles "xdebug.remote_mode" '"req"' + php-ext-base-r1_addtoinifiles "xdebug.remote_port" '"9000"' + php-ext-base-r1_addtoinifiles "xdebug.remote_autostart" '"0"' + php-ext-base-r1_addtoinifiles "xdebug.remote_log" '""' + php-ext-base-r1_addtoinifiles "xdebug.allowed_clients" '""' + php-ext-base-r1_addtoinifiles "xdebug.idekey" '""' + php-ext-base-r1_addtoinifiles "xdebug.var_display_max_data" '"512"' + php-ext-base-r1_addtoinifiles "xdebug.var_display_max_depth" '"2"' +} |