Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.2.14-r1.ebuild php-5.3.3-r2.ebuild
Date: Sun, 31 Oct 2010 17:24:38
Message-Id: 20101031172434.99B7C20051@flycatcher.gentoo.org
1 mabi 10/10/31 17:24:34
2
3 Modified: ChangeLog php-5.2.14-r1.ebuild php-5.3.3-r2.ebuild
4 Log:
5 properly fix bug #281316 (thanks to Alex Kiesel for noticing)
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.431 dev-lang/php/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.431&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.431&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.430&r2=1.431
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
18 retrieving revision 1.430
19 retrieving revision 1.431
20 diff -u -r1.430 -r1.431
21 --- ChangeLog 31 Oct 2010 09:26:32 -0000 1.430
22 +++ ChangeLog 31 Oct 2010 17:24:34 -0000 1.431
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/php
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.430 2010/10/31 09:26:32 olemarkus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.431 2010/10/31 17:24:34 mabi Exp $
28 +
29 + 31 Oct 2010; Matti Bickel <mabi@g.o>
30 + files/eblits/src_configure-v2.eblit:
31 + properly fix bug #281316 (thanks to Alex Kiesel for noticing)
32
33 31 Oct 2010; <olemarkus@g.o> files/eblits/pkg_postinst-v2.eblit:
34 Fixed a QA issue related to nonexisting SAPIs
35
36
37
38 1.3 dev-lang/php/php-5.2.14-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.2.14-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.2.14-r1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.2.14-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: php-5.2.14-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.14-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- php-5.2.14-r1.ebuild 30 Oct 2010 21:41:10 -0000 1.2
51 +++ php-5.2.14-r1.ebuild 31 Oct 2010 17:24:34 -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-lang/php/php-5.2.14-r1.ebuild,v 1.2 2010/10/30 21:41:10 olemarkus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.14-r1.ebuild,v 1.3 2010/10/31 17:24:34 mabi Exp $
57
58 EAPI=2
59
60 @@ -242,7 +242,7 @@
61 # PHP 5.2 has other filenames for prod and dev versions
62
63 case "${PHP_INI_VERSION}" in
64 - production)
65 + production)
66 PHP_INI_UPSTREAM="php.ini-recommended"
67 ;;
68 development)
69 @@ -254,7 +254,6 @@
70 ;;
71 esac
72
73 -
74 PHP_INI_FILE="php.ini"
75
76 want_apache
77
78
79
80 1.3 dev-lang/php/php-5.3.3-r2.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.3-r2.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.3-r2.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.3-r2.ebuild?r1=1.2&r2=1.3
85
86 Index: php-5.3.3-r2.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r2.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- php-5.3.3-r2.ebuild 30 Oct 2010 21:41:10 -0000 1.2
93 +++ php-5.3.3-r2.ebuild 31 Oct 2010 17:24:34 -0000 1.3
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2010 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r2.ebuild,v 1.2 2010/10/30 21:41:10 olemarkus Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r2.ebuild,v 1.3 2010/10/31 17:24:34 mabi Exp $
99
100 EAPI=2
101
102 @@ -265,7 +265,7 @@
103 # Allow users to install production version if they want to
104
105 case "${PHP_INI_VERSION}" in
106 - production|development)
107 + production|development)
108 ;;
109 *)
110 PHP_INI_VERSION="development"
111 @@ -275,7 +275,6 @@
112 PHP_INI_UPSTREAM="php.ini-${PHP_INI_VERSION}"
113 PHP_INI_FILE="php.ini"
114
115 -
116 want_apache
117
118 # eblit-core