Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xdebug: xdebug-2.2.0_rc2.ebuild ChangeLog
Date: Wed, 02 May 2012 10:03:08
Message-Id: 20120502100251.AAF842004B@flycatcher.gentoo.org
1 olemarkus 12/05/02 10:02:51
2
3 Modified: ChangeLog
4 Added: xdebug-2.2.0_rc2.ebuild
5 Log:
6 Bump xdebug rc
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.41 dev-php/xdebug/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 13 Apr 2012 19:10:13 -0000 1.40
24 +++ ChangeLog 2 May 2012 10:02:51 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/xdebug
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.40 2012/04/13 19:10:13 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.41 2012/05/02 10:02:51 olemarkus Exp $
30 +
31 +*xdebug-2.2.0_rc2 (02 May 2012)
32 +
33 + 02 May 2012; Ole Markus With <olemarkus@g.o> +xdebug-2.2.0_rc2.ebuild:
34 + Bump xdebug rc
35
36 13 Apr 2012; Ulrich Müller <ulm@g.o> xdebug-2.1.0-r1.ebuild,
37 xdebug-2.1.1.ebuild, xdebug-2.1.2.ebuild, xdebug-2.1.3.ebuild,
38
39
40
41 1.1 dev-php/xdebug/xdebug-2.2.0_rc2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/xdebug-2.2.0_rc2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/xdebug-2.2.0_rc2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xdebug-2.2.0_rc2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0_rc2.ebuild,v 1.1 2012/05/02 10:02:51 olemarkus Exp $
51
52 EAPI="4"
53 PHP_EXT_NAME="xdebug"
54 PHP_EXT_INI="yes"
55 PHP_EXT_ZENDEXT="yes"
56
57 USE_PHP="php5-3 php5-4"
58
59 MY_PV="${PV/_/}"
60 MY_PV="${MY_PV/rc/RC}"
61
62 S="${WORKDIR}/${PN}-${MY_PV}"
63
64 inherit php-ext-source-r2
65
66 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67
68 DESCRIPTION="A PHP debugging and profiling extension"
69 HOMEPAGE="http://www.xdebug.org/"
70 SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz"
71 LICENSE="Xdebug"
72 SLOT="0"
73 IUSE=""
74
75 DEPEND="!dev-php/ZendOptimizer"
76 RDEPEND="${DEPEND}
77 ~dev-php/xdebug-client-${PV}"
78
79 src_install() {
80 dodoc NEWS README CREDITS
81 php-ext-source-r2_src_install
82
83 php-ext-source-r2_addtoinifiles "xdebug.auto_trace" '"0"'
84 php-ext-source-r2_addtoinifiles "xdebug.trace_output_dir" '"/tmp"'
85 php-ext-source-r2_addtoinifiles "xdebug.trace_output_name" '"trace.%c"'
86 php-ext-source-r2_addtoinifiles "xdebug.trace_format" '"0"'
87 php-ext-source-r2_addtoinifiles "xdebug.trace_options" '"0"'
88 php-ext-source-r2_addtoinifiles "xdebug.collect_includes" '"1"'
89 php-ext-source-r2_addtoinifiles "xdebug.collect_params" '"0"'
90 php-ext-source-r2_addtoinifiles "xdebug.collect_return" '"0"'
91 php-ext-source-r2_addtoinifiles "xdebug.collect_vars" '"0"'
92 php-ext-source-r2_addtoinifiles "xdebug.default_enable" '"1"'
93 php-ext-source-r2_addtoinifiles "xdebug.extended_info" '"1"'
94 php-ext-source-r2_addtoinifiles "xdebug.manual_url" '"http://www.php.net"'
95 php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"100"'
96 php-ext-source-r2_addtoinifiles "xdebug.show_exception_trace" '"0"'
97 php-ext-source-r2_addtoinifiles "xdebug.show_local_vars" '"0"'
98 php-ext-source-r2_addtoinifiles "xdebug.show_mem_delta" '"0"'
99 php-ext-source-r2_addtoinifiles "xdebug.dump.COOKIE" '"NULL"'
100 php-ext-source-r2_addtoinifiles "xdebug.dump.ENV" '"NULL"'
101 php-ext-source-r2_addtoinifiles "xdebug.dump.FILES" '"NULL"'
102 php-ext-source-r2_addtoinifiles "xdebug.dump.GET" '"NULL"'
103 php-ext-source-r2_addtoinifiles "xdebug.dump.POST" '"NULL"'
104 php-ext-source-r2_addtoinifiles "xdebug.dump.REQUEST" '"NULL"'
105 php-ext-source-r2_addtoinifiles "xdebug.dump.SERVER" '"NULL"'
106 php-ext-source-r2_addtoinifiles "xdebug.dump.SESSION" '"NULL"'
107 php-ext-source-r2_addtoinifiles "xdebug.dump_globals" '"1"'
108 php-ext-source-r2_addtoinifiles "xdebug.dump_once" '"1"'
109 php-ext-source-r2_addtoinifiles "xdebug.dump_undefined" '"0"'
110 php-ext-source-r2_addtoinifiles "xdebug.profiler_enable" '"0"'
111 php-ext-source-r2_addtoinifiles "xdebug.profiler_output_dir" '"/tmp"'
112 php-ext-source-r2_addtoinifiles "xdebug.profiler_output_name" '"cachegrind.out.%p"'
113 php-ext-source-r2_addtoinifiles "xdebug.profiler_enable_trigger" '"0"'
114 php-ext-source-r2_addtoinifiles "xdebug.profiler_append" '"0"'
115 php-ext-source-r2_addtoinifiles "xdebug.profiler_aggregate" '"0"'
116 php-ext-source-r2_addtoinifiles "xdebug.remote_enable" '"0"'
117 php-ext-source-r2_addtoinifiles "xdebug.remote_handler" '"dbgp"'
118 php-ext-source-r2_addtoinifiles "xdebug.remote_host" '"localhost"'
119 php-ext-source-r2_addtoinifiles "xdebug.remote_mode" '"req"'
120 php-ext-source-r2_addtoinifiles "xdebug.remote_port" '"9000"'
121 php-ext-source-r2_addtoinifiles "xdebug.remote_autostart" '"0"'
122 php-ext-source-r2_addtoinifiles "xdebug.remote_log" '""'
123 php-ext-source-r2_addtoinifiles "xdebug.idekey" '""'
124 php-ext-source-r2_addtoinifiles "xdebug.var_display_max_data" '"512"'
125 php-ext-source-r2_addtoinifiles "xdebug.var_display_max_depth" '"2"'
126 php-ext-source-r2_addtoinifiles "xdebug.var_display_max_children" '"128"'
127
128 }
129
130 pkg_postinst() {
131 ewarn "We have set xdebug.default_enable to 0 (off), as xdebug can be"
132 ewarn "installed as a dependency, and not all users will want xdebug to be"
133 ewarn "enabled by default. If you want to enable it, you should edit the"
134 ewarn "ini file and set xdebug.default_enable to 1. Alternatively you can"
135 ewarn "call xdebug_enable() in your code."
136 }