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-lang/php: php-5.5.0_beta2-r1.ebuild ChangeLog
Date: Sat, 30 Mar 2013 17:47:19
Message-Id: 20130330174716.91C952171D@flycatcher.gentoo.org
1 olemarkus 13/03/30 17:47:16
2
3 Modified: php-5.5.0_beta2-r1.ebuild ChangeLog
4 Log:
5 Bugfix for 463800
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
8
9 Revision Changes Path
10 1.2 dev-lang/php/php-5.5.0_beta2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: php-5.5.0_beta2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- php-5.5.0_beta2-r1.ebuild 29 Mar 2013 15:13:18 -0000 1.1
23 +++ php-5.5.0_beta2-r1.ebuild 30 Mar 2013 17:47:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r1.ebuild,v 1.1 2013/03/29 15:13:18 olemarkus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_beta2-r1.ebuild,v 1.2 2013/03/30 17:47:16 olemarkus Exp $
29
30 EAPI=5
31
32 @@ -288,6 +288,7 @@
33 -i configure.in || die "Unable to change PHP branding"
34
35
36 + epatch "${FILESDIR}"/stricter-libc-client-symlink-check.patch
37 epatch "${FILESDIR}"/all_strict_aliasing.patch
38
39 # Patch PHP to show Gentoo as the server platform
40
41
42
43 1.692 dev-lang/php/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.692&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.692&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.691&r2=1.692
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
52 retrieving revision 1.691
53 retrieving revision 1.692
54 diff -u -r1.691 -r1.692
55 --- ChangeLog 29 Mar 2013 15:13:18 -0000 1.691
56 +++ ChangeLog 30 Mar 2013 17:47:16 -0000 1.692
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-lang/php
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.691 2013/03/29 15:13:18 olemarkus Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.692 2013/03/30 17:47:16 olemarkus Exp $
62 +
63 + 30 Mar 2013; Ole Markus With <olemarkus@g.o>
64 + +files/stricter-libc-client-symlink-check.patch, php-5.5.0_beta2-r1.ebuild:
65 + Bugfix for 463800
66
67 *php-5.5.0_beta2-r1 (29 Mar 2013)