commit:     6c8dc4b559734318afa423e6742016bc44eb1a9a
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 21:33:50 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 21:34:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8dc4b5

dev-php/xdebug: Version bump

Package-Manager: portage-2.2.26

 dev-php/xdebug/Manifest                |  1 +
 dev-php/xdebug/xdebug-2.4.0_rc2.ebuild | 89 ++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/dev-php/xdebug/Manifest b/dev-php/xdebug/Manifest
index b03925a..f2184ec 100644
--- a/dev-php/xdebug/Manifest
+++ b/dev-php/xdebug/Manifest
@@ -2,4 +2,5 @@ DIST xdebug-2.2.6.tgz 256161 SHA256 
6dd1cba0605e75009331aa3625a19ef49ade5a75aa9f
 DIST xdebug-2.2.7.tgz 256437 SHA256 
4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245 SHA512 
ddbf2b2c4086962e1e51767ebf0ab61f6199a2aad8d85be40c3fb731247a93744365757803cc6e3f190dc130282cbf7f01a6f9f8acac277011e7d767a24b2ba3
 WHIRLPOOL 
d050dfa80a6f6be845a5a201164b508020c2ca492cad520f92fe470205d3bdd6f1721c16c0ed02614da28f9c7c0bb56c6567dc95c65e45352a9738bb14d2aa86
 DIST xdebug-2.3.1.tgz 266218 SHA256 
b50365896089c76d6d64924b66428cc5ef6b4802371e3d422581b3c34d3ca64c SHA512 
aca3ce1546f8b99482f55c0f09e532addecff7db4cc81818260b2d3524fd6888e05c15ed0f98f25a139c40e011540705f02aab56f4c52d90212a843459493bd2
 WHIRLPOOL 
69e4545c1489f240a23ba4ee70afec754471e5cbffdd48a1d5f5db1eace13982807b1e30ae2efd541f79b658613e770ad2dea1ca016a67037e5b5b59ce08fb9c
 DIST xdebug-2.3.3.tgz 268381 SHA256 
b27bd09b23136d242dbc94f4503c98f012a521d5597002c9d463a63c6b0cdfe3 SHA512 
212604e87caa67b3734befa0f57580532b0edd346ed871bbaba72ba8319ba60eb8d66649cb5716df250f28ef1cd2384ccc6f651b90ab4936dbcb45ef6c5f7438
 WHIRLPOOL 
f228a2527dc9f2a166bdd4f2920537d5bc66e00f528f21ca05b7038ca535fb3011f3f39a39871c5ac0a62d46d3c3f3eb4a76d33e9c33c79b633be252e89af23e
+DIST xdebug-2.4.0RC2.tgz 263506 SHA256 
d09bf890f50178d083291288d9dea34a90a95bd8e9cbc9755d14a8e7ebe9d6d0 SHA512 
fa719d13e13a912c7425318f31fb0baa9440b8d52dbaed7fff43afcec98b0c0fd3ead627bed1c31c4dd1b41315f76cec093fd5521ad657cf5514afa5eb284d67
 WHIRLPOOL 
107978033e15b11e9a708a2042cf6debeeee2a4785dc45cd69381dce5adde9b41e1203511a56cf1d32f211bec11f4d8bb9d2589dbab1a2f839ee3d30abb48456
 DIST xdebug-2.4.0beta1.tgz 269305 SHA256 
7936814fff7cae80bdf4106e9cc9e7c350d236f5a58a1d6ddd28d1829ae99acf SHA512 
8d0e9ae9544f930c965e06713a89e5f0e64b43aaa78055805541641106b136c7ff1d1bd675e671147e32fbec0d4c45f0efed9676486dd89fb287f97f75d75464
 WHIRLPOOL 
955e24a2f27313ffc4765eeb2d6dc67ef6ed77cb2f337e650566ec357334db24ab31cb100cbee1fef45bda3b183e92a656b9014b6b60f8b17b6168f7311d6a7d

diff --git a/dev-php/xdebug/xdebug-2.4.0_rc2.ebuild 
b/dev-php/xdebug/xdebug-2.4.0_rc2.ebuild
new file mode 100644
index 0000000..ee76ecd
--- /dev/null
+++ b/dev-php/xdebug/xdebug-2.4.0_rc2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PHP_EXT_NAME="xdebug"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="yes"
+
+USE_PHP="php7-0 php5-6 php5-5"
+
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/rc/RC}"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+inherit php-ext-source-r2
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+DESCRIPTION="A PHP debugging and profiling extension"
+HOMEPAGE="http://www.xdebug.org/";
+SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz";
+LICENSE="Xdebug"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+               ~dev-php/xdebug-client-${PV}"
+
+src_install() {
+       dodoc README.rst CREDITS
+       php-ext-source-r2_src_install
+
+       php-ext-source-r2_addtoinifiles "xdebug.auto_trace" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.trace_output_dir" '"/tmp"'
+       php-ext-source-r2_addtoinifiles "xdebug.trace_output_name" '"trace.%c"'
+       php-ext-source-r2_addtoinifiles "xdebug.trace_format" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.trace_options" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.collect_includes" '"1"'
+       php-ext-source-r2_addtoinifiles "xdebug.collect_params" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.collect_return" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.collect_vars" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.default_enable" '"1"'
+       php-ext-source-r2_addtoinifiles "xdebug.extended_info" '"1"'
+       php-ext-source-r2_addtoinifiles "xdebug.manual_url" 
'"http://www.php.net";'
+       php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"100"'
+       php-ext-source-r2_addtoinifiles "xdebug.show_exception_trace" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.show_local_vars" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.show_mem_delta" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.COOKIE" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.ENV" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.FILES" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.GET" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.POST" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.REQUEST" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.SERVER" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump.SESSION" '"NULL"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump_globals" '"1"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump_once" '"1"'
+       php-ext-source-r2_addtoinifiles "xdebug.dump_undefined" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.profiler_enable" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.profiler_output_dir" '"/tmp"'
+       php-ext-source-r2_addtoinifiles "xdebug.profiler_output_name" 
'"cachegrind.out.%p"'
+       php-ext-source-r2_addtoinifiles "xdebug.profiler_enable_trigger" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.profiler_append" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.profiler_aggregate" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.remote_enable" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.remote_handler" '"dbgp"'
+       php-ext-source-r2_addtoinifiles "xdebug.remote_host" '"localhost"'
+       php-ext-source-r2_addtoinifiles "xdebug.remote_mode" '"req"'
+       php-ext-source-r2_addtoinifiles "xdebug.remote_port" '"9000"'
+       php-ext-source-r2_addtoinifiles "xdebug.remote_autostart" '"0"'
+       php-ext-source-r2_addtoinifiles "xdebug.remote_log" '""'
+       php-ext-source-r2_addtoinifiles "xdebug.idekey" '""'
+       php-ext-source-r2_addtoinifiles "xdebug.var_display_max_data" '"512"'
+       php-ext-source-r2_addtoinifiles "xdebug.var_display_max_depth" '"2"'
+       php-ext-source-r2_addtoinifiles "xdebug.var_display_max_children" 
'"128"'
+
+}
+
+pkg_postinst() {
+       ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
+       ewarn "installed as a dependency, and not all users will want xdebug to 
be"
+       ewarn "enabled by default. If you want to enable it, you should edit 
the"
+       ewarn "ini file and set xdebug.default_enable to 1. Alternatively you 
can"
+       ewarn "call xdebug_enable() in your code."
+}

Reply via email to