Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-eselect/eselect-php: eselect-php-0.7.1.ebuild eselect-php-0.7.1-r3.ebuild eselect-php-0.7.1-r2.ebuild ChangeLog eselect-php-0.7.1-r1.ebuild eselect-php-0.6.2.ebuild metadata.xml
Date: Tue, 31 Mar 2015 16:53:57
Message-Id: 20150331165351.3495614EE2@oystercatcher.gentoo.org
1 ulm 15/03/31 16:53:51
2
3 Added: eselect-php-0.7.1.ebuild
4 eselect-php-0.7.1-r3.ebuild
5 eselect-php-0.7.1-r2.ebuild ChangeLog
6 eselect-php-0.7.1-r1.ebuild
7 eselect-php-0.6.2.ebuild metadata.xml
8 Log:
9 Move package from app-admin to app-eselect category.
10
11 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
12
13 Revision Changes Path
14 1.1 app-eselect/eselect-php/eselect-php-0.7.1.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1.ebuild?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1.ebuild?rev=1.1&content-type=text/plain
18
19 Index: eselect-php-0.7.1.ebuild
20 ===================================================================
21 # Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1.ebuild,v 1.1 2015/03/31 16:53:51 ulm Exp $
24
25 EAPI=5
26
27 inherit depend.apache
28
29 DESCRIPTION="PHP eselect module"
30 HOMEPAGE="http://www.gentoo.org"
31 SRC_URI="http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
36 IUSE="fpm apache2"
37
38 DEPEND=">=app-admin/eselect-1.2.4
39 !<dev-lang/php-5.3.23-r1:5.3
40 !<dev-lang/php-5.4.13-r1:5.4
41 !<dev-lang/php-5.5.0_beta1-r2:5.5
42 "
43 RDEPEND="${DEPEND}"
44
45 S="${WORKDIR}"
46
47 want_apache
48
49 src_install() {
50 mv eselect-php-${PV} php.eselect
51 insinto /usr/share/eselect/modules/
52 doins php.eselect
53
54 if use apache2 ; then
55 insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}"
56 newins "${FILESDIR}/70_mod_php5.conf-apache2" \
57 "70_mod_php5.conf"
58 fi
59
60 if use fpm ; then
61 dodir "/etc/init.d"
62 insinto "/etc/init.d"
63 newinitd "${FILESDIR}/php-fpm.init" "php-fpm"
64 fi
65 }
66
67
68
69 1.1 app-eselect/eselect-php/eselect-php-0.7.1-r3.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r3.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r3.ebuild?rev=1.1&content-type=text/plain
73
74 Index: eselect-php-0.7.1-r3.ebuild
75 ===================================================================
76 # Copyright 1999-2015 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r3.ebuild,v 1.1 2015/03/31 16:53:51 ulm Exp $
79
80 EAPI=5
81
82 inherit depend.apache systemd
83
84 DESCRIPTION="PHP eselect module"
85 HOMEPAGE="http://www.gentoo.org"
86 SRC_URI="http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2"
87
88 LICENSE="GPL-2"
89 SLOT="0"
90 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
91 IUSE="fpm apache2"
92
93 DEPEND=">=app-admin/eselect-1.2.4
94 !<dev-lang/php-5.3.23-r1:5.3
95 !<dev-lang/php-5.4.13-r1:5.4
96 !<dev-lang/php-5.5.0_beta1-r2:5.5
97 "
98 RDEPEND="${DEPEND}"
99
100 S="${WORKDIR}"
101
102 want_apache
103
104 src_install() {
105 mv eselect-php-${PV} php.eselect
106 insinto /usr/share/eselect/modules/
107 doins php.eselect
108
109 if use apache2 ; then
110 insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}"
111 newins "${FILESDIR}/70_mod_php5.conf-apache2" \
112 "70_mod_php5.conf"
113 fi
114
115 if use fpm ; then
116 dodir "/etc/init.d"
117 insinto "/etc/init.d"
118 newinitd "${FILESDIR}/php-fpm-r1.init" "php-fpm"
119 systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
120 exeinto /usr/libexec
121 doexe "${FILESDIR}/php-fpm-launcher"
122 fi
123 }
124
125
126
127 1.1 app-eselect/eselect-php/eselect-php-0.7.1-r2.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r2.ebuild?rev=1.1&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r2.ebuild?rev=1.1&content-type=text/plain
131
132 Index: eselect-php-0.7.1-r2.ebuild
133 ===================================================================
134 # Copyright 1999-2015 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r2.ebuild,v 1.1 2015/03/31 16:53:51 ulm Exp $
137
138 EAPI=5
139
140 inherit depend.apache systemd
141
142 DESCRIPTION="PHP eselect module"
143 HOMEPAGE="http://www.gentoo.org"
144 SRC_URI="http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2"
145
146 LICENSE="GPL-2"
147 SLOT="0"
148 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
149 IUSE="fpm apache2"
150
151 DEPEND=">=app-admin/eselect-1.2.4
152 !<dev-lang/php-5.3.23-r1:5.3
153 !<dev-lang/php-5.4.13-r1:5.4
154 !<dev-lang/php-5.5.0_beta1-r2:5.5
155 "
156 RDEPEND="${DEPEND}"
157
158 S="${WORKDIR}"
159
160 want_apache
161
162 src_install() {
163 mv eselect-php-${PV} php.eselect
164 insinto /usr/share/eselect/modules/
165 doins php.eselect
166
167 if use apache2 ; then
168 insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}"
169 newins "${FILESDIR}/70_mod_php5.conf-apache2" \
170 "70_mod_php5.conf"
171 fi
172
173 if use fpm ; then
174 dodir "/etc/init.d"
175 insinto "/etc/init.d"
176 newinitd "${FILESDIR}/php-fpm-r1.init" "php-fpm"
177 systemd_newunit "${FILESDIR}/php-fpm_at.service" "php-fpm@.service"
178 systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
179 exeinto /usr/libexec
180 doexe "${FILESDIR}/php-fpm-launcher"
181 fi
182 }
183
184
185
186 1.1 app-eselect/eselect-php/ChangeLog
187
188 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/ChangeLog?rev=1.1&view=markup
189 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/ChangeLog?rev=1.1&content-type=text/plain
190
191 Index: ChangeLog
192 ===================================================================
193 # ChangeLog for app-eselect/eselect-php
194 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
195 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/ChangeLog,v 1.1 2015/03/31 16:53:51 ulm Exp $
196
197 *eselect-php-0.7.1-r1 (31 Mar 2015)
198
199 31 Mar 2015; Ulrich Müller <ulm@g.o> +eselect-php-0.6.2.ebuild,
200 +eselect-php-0.7.1.ebuild, +eselect-php-0.7.1-r1.ebuild,
201 +eselect-php-0.7.1-r2.ebuild, +eselect-php-0.7.1-r3.ebuild,
202 +files/70_mod_php5.conf-apache2, +files/php-fpm.conf, +files/php-fpm.init,
203 +files/php-fpm-launcher, +files/php-fpm-r1.init, +files/php-fpm_at.service,
204 +metadata.xml:
205 Move package from app-admin to app-eselect category.
206
207 02 Mar 2015; Yixun Lan <dlan@g.o> eselect-php-0.7.1-r3.ebuild:
208 add arm64 support, tested on A53 board
209
210 22 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
211 Stable for sparc, wrt bug #501312
212
213 20 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
214 Stable for ppc, wrt bug #501312
215
216 20 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
217 Stable for ppc64, wrt bug #501312
218
219 17 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
220 Stable for arm, wrt bug #501312
221
222 16 Feb 2014; Jeroen Roovers <jer@g.o> eselect-php-0.7.1-r3.ebuild:
223 Stable for HPPA (bug #501312).
224
225 16 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
226 Stable for ia64, wrt bug #501312
227
228 16 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
229 Stable for alpha, wrt bug #501312
230
231 15 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
232 Stable for x86, wrt bug #501312
233
234 15 Feb 2014; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1-r3.ebuild:
235 Stable for amd64, wrt bug #501312
236
237 *eselect-php-0.7.1-r3 (02 Feb 2014)
238
239 02 Feb 2014; Pacho Ramos <pacho@g.o> +eselect-php-0.7.1-r3.ebuild:
240 Rework systemd support (#439918)
241
242 06 Aug 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
243 Stable for s390, wrt bug #472558
244
245 *eselect-php-0.7.1-r2 (30 Jul 2013)
246
247 30 Jul 2013; Ole Markus With <olemarkus@g.o>
248 +eselect-php-0.7.1-r2.ebuild, +files/php-fpm-r1.init:
249 Fix fpm restart issue
250
251 28 Jul 2013; Ole Markus With <olemarkus@g.o> eselect-php-0.6.2.ebuild,
252 files/php-fpm.conf:
253 Fixed the php-fpm.conf file
254
255 *eselect-php-0.6.2 (28 Jul 2013)
256
257 28 Jul 2013; Ole Markus With <olemarkus@g.o> +eselect-php-0.6.2.ebuild:
258 Revert a really bad cleanup
259
260 22 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
261 Stable for sparc, wrt bug #472558
262
263 21 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
264 Stable for sh, wrt bug #472558
265
266 14 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
267 Stable for arm, wrt bug #472558
268
269 14 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
270 Stable for alpha, wrt bug #472558
271
272 13 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
273 Stable for ppc64, wrt bug #472558
274
275 13 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
276 Stable for ppc, wrt bug #472558
277
278 07 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
279 Stable for ia64, wrt bug #472558
280
281 07 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
282 Stable for x86, wrt bug #472558
283
284 07 Jul 2013; Agostino Sarubbo <ago@g.o> eselect-php-0.7.1.ebuild:
285 Stable for amd64, wrt bug #472558
286
287 06 Jul 2013; Jeroen Roovers <jer@g.o> eselect-php-0.7.1.ebuild:
288 Stable for HPPA (bug #472558).
289
290 *eselect-php-0.7.1 (10 Apr 2013)
291
292 10 Apr 2013; Ole Markus With <olemarkus@g.o> +eselect-php-0.7.1.ebuild,
293 -eselect-php-0.7.0.ebuild:
294 Fix use of function before function definition
295
296 25 Mar 2013; Ole Markus With <olemarkus@g.o> -eselect-php-0.6.4.ebuild,
297 -eselect-php-0.6.6.ebuild, -eselect-php-0.6.7.ebuild:
298 Removing older versions
299
300 25 Mar 2013; Ole Markus With <olemarkus@g.o> eselect-php-0.7.0.ebuild:
301 Remove hard blocker
302
303 *eselect-php-0.7.0 (23 Mar 2013)
304
305 23 Mar 2013; Ole Markus With <olemarkus@g.o> +eselect-php-0.7.0.ebuild,
306 +files/70_mod_php5.conf-apache2, +files/php-fpm, +files/php-fpm.init,
307 metadata.xml:
308 Version bump. Resolving bug 323783, 389805 and 412913
309
310 12 Sep 2012; Christoph Junghans <ottxor@g.o> eselect-php-0.6.7.ebuild:
311 added prefix keywords
312
313 11 Jul 2012; Anthony G. Basile <blueness@g.o>
314 eselect-php-0.6.7.ebuild:
315 Keyword ~mips, works on true multilib systems, bugs #425486
316
317 10 Jul 2012; Ole Markus With <olemarkus@g.o> eselect-php-0.6.7.ebuild:
318 Moved eselect-php file to devspace
319
320 10 Jul 2012; Patrick Lauer <patrick@g.o> eselect-php-0.6.7.ebuild:
321 Fixing path for #425542
322
323 *eselect-php-0.6.7 (09 Jul 2012)
324
325 09 Jul 2012; Ole Markus With <olemarkus@g.o> +eselect-php-0.6.7.ebuild:
326 Version bump
327
328 29 May 2012; Alexis Ballier <aballier@g.o> eselect-php-0.6.6.ebuild:
329 keyword ~amd64-fbsd
330
331 30 Nov 2011; Fabian Groffen <grobian@g.o> eselect-php-0.6.6.ebuild:
332 Marked ~x86-macos and ~x64-macos, bug #388163
333
334 08 Nov 2011; Naohiro Aota <naota@g.o> eselect-php-0.6.6.ebuild:
335 Add ~x86-fbsd
336
337 *eselect-php-0.6.6 (02 Sep 2011)
338
339 02 Sep 2011; Ole Markus With <olemarkus@g.o>
340 -eselect-php-0.6.5.ebuild, +eselect-php-0.6.6.ebuild:
341 Bumped eselect.php. Fixes bug 363473. Thanks to Fabian Groffen
342
343 *eselect-php-0.6.5 (30 Aug 2011)
344
345 30 Aug 2011; Ole Markus With <olemarkus@g.o>
346 +eselect-php-0.6.5.ebuild:
347 Version bump. Fixes bug 374417
348
349 28 Feb 2011; Ole Markus With <olemarkus@g.o>
350 -eselect-php-0.6.1.ebuild, +eselect-php-0.6.4.ebuild:
351 Fixed prefix support and support for multilib. Bug #356467 and #350092
352
353 *eselect-php-0.6.4 (28 Feb 2011)
354
355 30 Jan 2011; Raúl Porcel <armin76@g.o> eselect-php-0.6.2.ebuild:
356 alpha/ia64/s390/sh/sparc stable
357
358 11 Jan 2011; Jeroen Roovers <jer@g.o> eselect-php-0.6.2.ebuild:
359 Stable for HPPA (bug #350908).
360
361 10 Jan 2011; Kacper Kowalik <xarthisius.kk@×××××.com>
362 eselect-php-0.6.2.ebuild:
363 ppc64 stable wrt #350908
364
365 08 Jan 2011; Markus Meier <maekke@g.o> eselect-php-0.6.2.ebuild:
366 arm stable, bug #350908
367
368 08 Jan 2011; Brent Baude <ranger@g.o> eselect-php-0.6.2.ebuild:
369 marking eselect-php-0.6.2 ppc stable for sec bug 350908
370
371 07 Jan 2011; Christian Faulhammer <fauli@g.o>
372 eselect-php-0.6.2.ebuild:
373 stable x86, security bug 350908
374
375 07 Jan 2011; Markos Chandras <hwoarang@g.o> eselect-php-0.6.2.ebuild:
376 Stable on amd64 wrt bug #350908
377
378 *eselect-php-0.6.2 (03 Jan 2011)
379
380 03 Jan 2011; Ole Markus With <olemarkus@g.o>
381 +eselect-php-0.6.2.ebuild:
382 Version bump. Fixes bug 349173
383
384 02 Jan 2011; Tobias Klausmann <klausman@g.o> eselect-php-0.6.1.ebuild:
385 Stable on alpha, bug #340807
386
387 28 Dec 2010; Brent Baude <ranger@g.o> eselect-php-0.6.1.ebuild:
388 Marking eselect-php-0.6.1 ppc64 for bug 340807
389
390 22 Dec 2010; Jeroen Roovers <jer@g.o> eselect-php-0.6.1.ebuild:
391 Stable for HPPA (bug #340807).
392
393 20 Dec 2010; Brent Baude <ranger@g.o> eselect-php-0.6.1.ebuild:
394 Marking eselect-php-0.6.1 ~ppc64 for bug 343597
395
396 20 Dec 2010; Markos Chandras <hwoarang@g.o> eselect-php-0.6.1.ebuild:
397 Stable on amd64 wrt bug #340807
398
399 19 Dec 2010; Pawel Hajdan jr <phajdan.jr@g.o>
400 eselect-php-0.6.1.ebuild:
401 x86 stable wrt security bug #340807
402
403 27 Nov 2010; Michael Weber <xmw@g.o> eselect-php-0.6.1.ebuild:
404 Add ~sparc (bug 343597).
405
406 09 Nov 2010; Jeroen Roovers <jer@g.o> eselect-php-0.6.1.ebuild:
407 Marked ~hppa (bug #343597).
408
409 05 Nov 2010; Markus Meier <maekke@g.o> eselect-php-0.6.1.ebuild:
410 add ~arm, bug #343597
411
412 *eselect-php-0.6.1 (01 Nov 2010)
413
414 01 Nov 2010; <olemarkus@g.o> -eselect-php-0.6.ebuild,
415 +eselect-php-0.6.1.ebuild:
416 Version bump. Fixes #343651
417
418 *eselect-php-0.6 (30 Oct 2010)
419
420 30 Oct 2010; <olemarkus@g.o> -eselect-php-0.5.2.ebuild,
421 +eselect-php-0.6.ebuild:
422 Version bump
423
424 *eselect-php-0.5.2 (10 Oct 2010)
425
426 10 Oct 2010; <olemarkus@g.o> -eselect-php-0.5.ebuild,
427 +eselect-php-0.5.2.ebuild:
428 Version bump of app-admin/eselect-php
429
430 *eselect-php-0.5 (06 Oct 2010)
431
432 06 Oct 2010; <olemarkus@g.o> +eselect-php-0.5.ebuild,
433 +metadata.xml:
434 Added eselect module for PHP
435
436
437
438 1.1 app-eselect/eselect-php/eselect-php-0.7.1-r1.ebuild
439
440 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r1.ebuild?rev=1.1&view=markup
441 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r1.ebuild?rev=1.1&content-type=text/plain
442
443 Index: eselect-php-0.7.1-r1.ebuild
444 ===================================================================
445 # Copyright 1999-2015 Gentoo Foundation
446 # Distributed under the terms of the GNU General Public License v2
447 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r1.ebuild,v 1.1 2015/03/31 16:53:51 ulm Exp $
448
449 EAPI=5
450
451 inherit depend.apache systemd
452
453 DESCRIPTION="PHP eselect module"
454 HOMEPAGE="http://www.gentoo.org"
455 SRC_URI="http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2"
456
457 LICENSE="GPL-2"
458 SLOT="0"
459 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
460 IUSE="fpm apache2"
461
462 DEPEND=">=app-admin/eselect-1.2.4
463 !<dev-lang/php-5.3.23-r1:5.3
464 !<dev-lang/php-5.4.13-r1:5.4
465 !<dev-lang/php-5.5.0_beta1-r2:5.5
466 "
467 RDEPEND="${DEPEND}"
468
469 S="${WORKDIR}"
470
471 want_apache
472
473 src_install() {
474 mv eselect-php-${PV} php.eselect
475 insinto /usr/share/eselect/modules/
476 doins php.eselect
477
478 if use apache2 ; then
479 insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}"
480 newins "${FILESDIR}/70_mod_php5.conf-apache2" \
481 "70_mod_php5.conf"
482 fi
483
484 if use fpm ; then
485 dodir "/etc/init.d"
486 insinto "/etc/init.d"
487 newinitd "${FILESDIR}/php-fpm.init" "php-fpm"
488 systemd_newunit "${FILESDIR}/php-fpm_at.service" "php-fpm@.service"
489 systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
490 exeinto /usr/libexec
491 doexe "${FILESDIR}/php-fpm-launcher"
492 fi
493 }
494
495
496
497 1.1 app-eselect/eselect-php/eselect-php-0.6.2.ebuild
498
499 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.6.2.ebuild?rev=1.1&view=markup
500 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/eselect-php-0.6.2.ebuild?rev=1.1&content-type=text/plain
501
502 Index: eselect-php-0.6.2.ebuild
503 ===================================================================
504 # Copyright 1999-2015 Gentoo Foundation
505 # Distributed under the terms of the GNU General Public License v2
506 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.6.2.ebuild,v 1.1 2015/03/31 16:53:51 ulm Exp $
507
508 EAPI=3
509
510 DESCRIPTION="PHP eselect module"
511 HOMEPAGE="http://www.gentoo.org"
512 SRC_URI="http://olemarkus.org/~olemarkus/gentoo/eselect-php-${PV}.bz2"
513
514 LICENSE="GPL-2"
515 SLOT="0"
516 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
517 IUSE=""
518
519 DEPEND=">=app-admin/eselect-1.2.4
520 !app-admin/php-toolkit"
521 RDEPEND="${DEPEND}"
522
523 src_install() {
524 mv eselect-php-${PV} php.eselect
525 insinto /usr/share/eselect/modules/
526 doins php.eselect
527 }
528
529
530
531 1.1 app-eselect/eselect-php/metadata.xml
532
533 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/metadata.xml?rev=1.1&view=markup
534 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-php/metadata.xml?rev=1.1&content-type=text/plain
535
536 Index: metadata.xml
537 ===================================================================
538 <?xml version="1.0" encoding="UTF-8"?>
539 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
540 <pkgmetadata>
541 <herd>php</herd>
542 <longdescription lang="en">PHP eselect module
543 </longdescription>
544 <use>
545 <flag name='fpm'>Enable the FastCGI Process Manager SAPI</flag>
546 </use>
547 </pkgmetadata>