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-php5/xdebug: ChangeLog xdebug-2.1.0-r1.ebuild
Date: Tue, 02 Nov 2010 21:51:43
Message-Id: 20101102215140.1605820051@flycatcher.gentoo.org
1 olemarkus 10/11/02 21:51:40
2
3 Modified: ChangeLog xdebug-2.1.0-r1.ebuild
4 Log:
5 lots of bad typos: php-ext-base-r2_addtoinifiles instead of php-ext-source-r2_addtoinifiles
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.31 dev-php5/xdebug/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/xdebug/ChangeLog?rev=1.31&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/xdebug/ChangeLog?rev=1.31&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/xdebug/ChangeLog?r1=1.30&r2=1.31
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v
18 retrieving revision 1.30
19 retrieving revision 1.31
20 diff -u -r1.30 -r1.31
21 --- ChangeLog 31 Oct 2010 23:56:54 -0000 1.30
22 +++ ChangeLog 2 Nov 2010 21:51:39 -0000 1.31
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-php5/xdebug
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.30 2010/10/31 23:56:54 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/ChangeLog,v 1.31 2010/11/02 21:51:39 olemarkus Exp $
28 +
29 + 02 Nov 2010; <olemarkus@g.o> xdebug-2.1.0-r1.ebuild:
30 + lots of bad typos: php-ext-base-r2_addtoinifiles instead of
31 + php-ext-source-r2_addtoinifiles
32
33 31 Oct 2010; Matti Bickel <mabi@g.o> xdebug-2.1.0-r1.ebuild:
34 dropped keywords pending bug #343597
35
36
37
38 1.3 dev-php5/xdebug/xdebug-2.1.0-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: xdebug-2.1.0-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- xdebug-2.1.0-r1.ebuild 31 Oct 2010 23:56:54 -0000 1.2
51 +++ xdebug-2.1.0-r1.ebuild 2 Nov 2010 21:51:39 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0-r1.ebuild,v 1.2 2010/10/31 23:56:54 mabi Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/xdebug/xdebug-2.1.0-r1.ebuild,v 1.3 2010/11/02 21:51:39 olemarkus Exp $
57
58 PHP_EXT_NAME="xdebug"
59 PHP_EXT_INI="yes"
60 @@ -28,53 +28,54 @@
61 ~dev-php/xdebug-client-${PV}"
62
63 src_install() {
64 - php-ext-source-r2_src_install
65 dodoc NEWS README Changelog CREDITS
66 + php-ext-source-r2_src_install
67
68 - php-ext-base-r2_addtoinifiles "xdebug.auto_trace" '"0"'
69 - php-ext-base-r2_addtoinifiles "xdebug.trace_output_dir" '"/tmp"'
70 - php-ext-base-r2_addtoinifiles "xdebug.trace_output_name" '"trace.%c"'
71 - php-ext-base-r2_addtoinifiles "xdebug.trace_format" '"0"'
72 - php-ext-base-r2_addtoinifiles "xdebug.trace_options" '"0"'
73 - php-ext-base-r2_addtoinifiles "xdebug.collect_includes" '"1"'
74 - php-ext-base-r2_addtoinifiles "xdebug.collect_params" '"0"'
75 - php-ext-base-r2_addtoinifiles "xdebug.collect_return" '"0"'
76 - php-ext-base-r2_addtoinifiles "xdebug.collect_vars" '"0"'
77 - php-ext-base-r2_addtoinifiles "xdebug.default_enable" '"0"'
78 - php-ext-base-r2_addtoinifiles "xdebug.extended_info" '"1"'
79 - php-ext-base-r2_addtoinifiles "xdebug.manual_url" '"http://www.php.net"'
80 - php-ext-base-r2_addtoinifiles "xdebug.max_nesting_level" '"100"'
81 - php-ext-base-r2_addtoinifiles "xdebug.show_exception_trace" '"0"'
82 - php-ext-base-r2_addtoinifiles "xdebug.show_local_vars" '"0"'
83 - php-ext-base-r2_addtoinifiles "xdebug.show_mem_delta" '"0"'
84 - php-ext-base-r2_addtoinifiles "xdebug.dump.COOKIE" '"NULL"'
85 - php-ext-base-r2_addtoinifiles "xdebug.dump.ENV" '"NULL"'
86 - php-ext-base-r2_addtoinifiles "xdebug.dump.FILES" '"NULL"'
87 - php-ext-base-r2_addtoinifiles "xdebug.dump.GET" '"NULL"'
88 - php-ext-base-r2_addtoinifiles "xdebug.dump.POST" '"NULL"'
89 - php-ext-base-r2_addtoinifiles "xdebug.dump.REQUEST" '"NULL"'
90 - php-ext-base-r2_addtoinifiles "xdebug.dump.SERVER" '"NULL"'
91 - php-ext-base-r2_addtoinifiles "xdebug.dump.SESSION" '"NULL"'
92 - php-ext-base-r2_addtoinifiles "xdebug.dump_globals" '"1"'
93 - php-ext-base-r2_addtoinifiles "xdebug.dump_once" '"1"'
94 - php-ext-base-r2_addtoinifiles "xdebug.dump_undefined" '"0"'
95 - php-ext-base-r2_addtoinifiles "xdebug.profiler_enable" '"0"'
96 - php-ext-base-r2_addtoinifiles "xdebug.profiler_output_dir" '"/tmp"'
97 - php-ext-base-r2_addtoinifiles "xdebug.profiler_output_name" '"cachegrind.out.%p"'
98 - php-ext-base-r2_addtoinifiles "xdebug.profiler_enable_trigger" '"0"'
99 - php-ext-base-r2_addtoinifiles "xdebug.profiler_append" '"0"'
100 - php-ext-base-r2_addtoinifiles "xdebug.profiler_aggregate" '"0"'
101 - php-ext-base-r2_addtoinifiles "xdebug.remote_enable" '"0"'
102 - php-ext-base-r2_addtoinifiles "xdebug.remote_handler" '"dbgp"'
103 - php-ext-base-r2_addtoinifiles "xdebug.remote_host" '"localhost"'
104 - php-ext-base-r2_addtoinifiles "xdebug.remote_mode" '"req"'
105 - php-ext-base-r2_addtoinifiles "xdebug.remote_port" '"9000"'
106 - php-ext-base-r2_addtoinifiles "xdebug.remote_autostart" '"0"'
107 - php-ext-base-r2_addtoinifiles "xdebug.remote_log" '""'
108 - php-ext-base-r2_addtoinifiles "xdebug.idekey" '""'
109 - php-ext-base-r2_addtoinifiles "xdebug.var_display_max_data" '"512"'
110 - php-ext-base-r2_addtoinifiles "xdebug.var_display_max_depth" '"2"'
111 - php-ext-base-r2_addtoinifiles "xdebug.var_display_max_children" '"128"'
112 + php-ext-source-r2_addtoinifiles "xdebug.auto_trace" '"0"'
113 + php-ext-source-r2_addtoinifiles "xdebug.trace_output_dir" '"/tmp"'
114 + php-ext-source-r2_addtoinifiles "xdebug.trace_output_name" '"trace.%c"'
115 + php-ext-source-r2_addtoinifiles "xdebug.trace_format" '"0"'
116 + php-ext-source-r2_addtoinifiles "xdebug.trace_options" '"0"'
117 + php-ext-source-r2_addtoinifiles "xdebug.collect_includes" '"1"'
118 + php-ext-source-r2_addtoinifiles "xdebug.collect_params" '"0"'
119 + php-ext-source-r2_addtoinifiles "xdebug.collect_return" '"0"'
120 + php-ext-source-r2_addtoinifiles "xdebug.collect_vars" '"0"'
121 + php-ext-source-r2_addtoinifiles "xdebug.default_enable" '"0"'
122 + php-ext-source-r2_addtoinifiles "xdebug.extended_info" '"1"'
123 + php-ext-source-r2_addtoinifiles "xdebug.manual_url" '"http://www.php.net"'
124 + php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"100"'
125 + php-ext-source-r2_addtoinifiles "xdebug.show_exception_trace" '"0"'
126 + php-ext-source-r2_addtoinifiles "xdebug.show_local_vars" '"0"'
127 + php-ext-source-r2_addtoinifiles "xdebug.show_mem_delta" '"0"'
128 + php-ext-source-r2_addtoinifiles "xdebug.dump.COOKIE" '"NULL"'
129 + php-ext-source-r2_addtoinifiles "xdebug.dump.ENV" '"NULL"'
130 + php-ext-source-r2_addtoinifiles "xdebug.dump.FILES" '"NULL"'
131 + php-ext-source-r2_addtoinifiles "xdebug.dump.GET" '"NULL"'
132 + php-ext-source-r2_addtoinifiles "xdebug.dump.POST" '"NULL"'
133 + php-ext-source-r2_addtoinifiles "xdebug.dump.REQUEST" '"NULL"'
134 + php-ext-source-r2_addtoinifiles "xdebug.dump.SERVER" '"NULL"'
135 + php-ext-source-r2_addtoinifiles "xdebug.dump.SESSION" '"NULL"'
136 + php-ext-source-r2_addtoinifiles "xdebug.dump_globals" '"1"'
137 + php-ext-source-r2_addtoinifiles "xdebug.dump_once" '"1"'
138 + php-ext-source-r2_addtoinifiles "xdebug.dump_undefined" '"0"'
139 + php-ext-source-r2_addtoinifiles "xdebug.profiler_enable" '"0"'
140 + php-ext-source-r2_addtoinifiles "xdebug.profiler_output_dir" '"/tmp"'
141 + php-ext-source-r2_addtoinifiles "xdebug.profiler_output_name" '"cachegrind.out.%p"'
142 + php-ext-source-r2_addtoinifiles "xdebug.profiler_enable_trigger" '"0"'
143 + php-ext-source-r2_addtoinifiles "xdebug.profiler_append" '"0"'
144 + php-ext-source-r2_addtoinifiles "xdebug.profiler_aggregate" '"0"'
145 + php-ext-source-r2_addtoinifiles "xdebug.remote_enable" '"0"'
146 + php-ext-source-r2_addtoinifiles "xdebug.remote_handler" '"dbgp"'
147 + php-ext-source-r2_addtoinifiles "xdebug.remote_host" '"localhost"'
148 + php-ext-source-r2_addtoinifiles "xdebug.remote_mode" '"req"'
149 + php-ext-source-r2_addtoinifiles "xdebug.remote_port" '"9000"'
150 + php-ext-source-r2_addtoinifiles "xdebug.remote_autostart" '"0"'
151 + php-ext-source-r2_addtoinifiles "xdebug.remote_log" '""'
152 + php-ext-source-r2_addtoinifiles "xdebug.idekey" '""'
153 + php-ext-source-r2_addtoinifiles "xdebug.var_display_max_data" '"512"'
154 + php-ext-source-r2_addtoinifiles "xdebug.var_display_max_depth" '"2"'
155 + php-ext-source-r2_addtoinifiles "xdebug.var_display_max_children" '"128"'
156 +
157 }
158
159 pkg_postinst() {