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.4.0_beta2.ebuild
Date: Mon, 31 Oct 2011 16:18:16
Message-Id: 20111031161804.862642004C@flycatcher.gentoo.org
1 mabi 11/10/31 16:18:04
2
3 Modified: ChangeLog php-5.4.0_beta2.ebuild
4 Log:
5 Simplify src_compile and grab binaries/apache modules directly from sapis-build directory, circumventing make install-sapi to fix bug #351266
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.517 dev-lang/php/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.517&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.517&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.516&r2=1.517
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
19 retrieving revision 1.516
20 retrieving revision 1.517
21 diff -u -r1.516 -r1.517
22 --- ChangeLog 20 Oct 2011 08:27:33 -0000 1.516
23 +++ ChangeLog 31 Oct 2011 16:18:04 -0000 1.517
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-lang/php
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.516 2011/10/20 08:27:33 olemarkus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.517 2011/10/31 16:18:04 mabi Exp $
29 +
30 + 31 Oct 2011; Matti Bickel <mabi@g.o>
31 + +files/eblits/src_compile-v2.eblit, files/eblits/src_install-v3.eblit,
32 + php-5.4.0_beta2.ebuild:
33 + Simplify src_compile and grab binaries/apache modules directly from
34 + sapis-build directory, circumventing make install-sapi to fix bug #351266
35
36 *php-5.4.0_beta2 (20 Oct 2011)
37
38
39
40
41 1.2 dev-lang/php/php-5.4.0_beta2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.0_beta2.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.0_beta2.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.0_beta2.ebuild?r1=1.1&r2=1.2
46
47 Index: php-5.4.0_beta2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0_beta2.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- php-5.4.0_beta2.ebuild 20 Oct 2011 08:27:33 -0000 1.1
54 +++ php-5.4.0_beta2.ebuild 31 Oct 2011 16:18:04 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0_beta2.ebuild,v 1.1 2011/10/20 08:27:33 olemarkus Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0_beta2.ebuild,v 1.2 2011/10/31 16:18:04 mabi Exp $
60
61 EAPI=4
62
63 @@ -323,7 +323,7 @@
64
65 src_prepare() { eblit-run src_prepare v4 ; }
66 src_configure() { eblit-run src_configure v3 ; }
67 -src_compile() { eblit-run src_compile v1 ; }
68 +src_compile() { eblit-run src_compile v2 ; }
69 src_install() { eblit-run src_install v3 ; }
70 src_test() { eblit-run src_test v1 ; }
71 pkg_postinst() { eblit-run pkg_postinst v2 ; }