Gentoo Archives: gentoo-commits

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