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