public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.4.ebuild ChangeLog
@ 2010-12-25  9:19 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 2+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-12-25  9:19 UTC (permalink / raw
  To: gentoo-commits

olemarkus    10/12/25 09:19:08

  Modified:             php-5.3.4.ebuild ChangeLog
  Log:
  Prevented the fpm sapi from force-enabling the cli sapi (bug 349122)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-lang/php/php-5.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.4.ebuild?r1=1.3&r2=1.4

Index: php-5.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.3.4.ebuild	20 Dec 2010 00:46:38 -0000	1.3
+++ php-5.3.4.ebuild	25 Dec 2010 09:19:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.4.ebuild,v 1.3 2010/12/20 00:46:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.4.ebuild,v 1.4 2010/12/25 09:19:08 olemarkus Exp $
 
 EAPI=2
 
@@ -238,7 +238,7 @@
 	firebird? ( $php[-interbase] )
 	sharedmem? ( $php[-threads] )
 
-	!cli? ( !cgi? ( !apache2? ( !embed? ( $php[cli] ) ) ) )
+	!cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( $php[cli] ) ) ) ) )
 
 	enchant? ( !dev-php${PHP_MV}/pecl-enchant )
 	fileinfo? ( !<dev-php${PHP_MV}/pecl-fileinfo-1.0.4-r2 )



1.447                dev-lang/php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.447&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.447&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.446&r2=1.447

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -r1.446 -r1.447
--- ChangeLog	21 Dec 2010 09:09:17 -0000	1.446
+++ ChangeLog	25 Dec 2010 09:19:08 -0000	1.447
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.446 2010/12/21 09:09:17 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.447 2010/12/25 09:19:08 olemarkus Exp $
+
+  25 Dec 2010; <olemarkus@gentoo.org> php-5.3.4.ebuild:
+  Prevented the fpm sapi from force-enabling the cli sapi (bug 349122)
 
   21 Dec 2010; Matti Bickel <mabi@gentoo.org> +files/php-fpm.conf,
   files/eblits/src_configure-v2.eblit, files/php-fpm-r3.init:






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.4.ebuild ChangeLog
@ 2011-01-02 17:42 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-01-02 17:42 UTC (permalink / raw
  To: gentoo-commits

klausman    11/01/02 17:42:42

  Modified:             php-5.3.4.ebuild ChangeLog
  Log:
  Stable on alpha, bug #340807
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-lang/php/php-5.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.4.ebuild?r1=1.7&r2=1.8

Index: php-5.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-5.3.4.ebuild	28 Dec 2010 13:44:25 -0000	1.7
+++ php-5.3.4.ebuild	2 Jan 2011 17:42:42 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.4.ebuild,v 1.7 2010/12/28 13:44:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.4.ebuild,v 1.8 2011/01/02 17:42:42 klausman Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 FPM_VERSION="builtin"
 EXPECTED_TEST_FAILURES=""
 
-KEYWORDS="amd64 ~arm hppa ppc64 x86"
+KEYWORDS="alpha amd64 ~arm hppa ppc64 x86"
 
 function php_get_uri ()
 {



1.452                dev-lang/php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.452&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.452&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.451&r2=1.452

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.451
retrieving revision 1.452
diff -u -r1.451 -r1.452
--- ChangeLog	28 Dec 2010 13:44:25 -0000	1.451
+++ ChangeLog	2 Jan 2011 17:42:42 -0000	1.452
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.451 2010/12/28 13:44:25 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.452 2011/01/02 17:42:42 klausman Exp $
+
+  02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> php-5.3.4.ebuild:
+  Stable on alpha, bug #340807
 
   28 Dec 2010; Brent Baude <ranger@gentoo.org> php-5.2.16.ebuild,
   php-5.3.4.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-02 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-02 17:42 [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.4.ebuild ChangeLog Tobias Klausmann (klausman)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-25  9:19 Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox