public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.3-r1.ebuild
@ 2010-08-11 22:30 Matti Bickel (mabi)
  0 siblings, 0 replies; 5+ messages in thread
From: Matti Bickel (mabi) @ 2010-08-11 22:30 UTC (permalink / raw
  To: gentoo-commits

mabi        10/08/11 22:30:24

  Modified:             ChangeLog php-5.3.3-r1.ebuild
  Log:
  bug #332273
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.410                dev-lang/php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -r1.409 -r1.410
--- ChangeLog	11 Aug 2010 19:21:10 -0000	1.409
+++ ChangeLog	11 Aug 2010 22:30:23 -0000	1.410
@@ -1,6 +1,11 @@
 # 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.409 2010/08/11 19:21:10 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.410 2010/08/11 22:30:23 mabi Exp $
+
+  11 Aug 2010; Matti Bickel <mabi@gentoo.org>
+  files/eblits/src_configure-v52.eblit, php-5.3.3-r1.ebuild:
+  5.3 does not need flex; also fix a compile error with
+  -Wimplicit-function-declaration (bug #332273)
 
   11 Aug 2010; Matti Bickel <mabi@gentoo.org> -php-5.3.2.ebuild:
   remove php-5.3.2 due to security issues (bug #332039)



1.3                  dev-lang/php/php-5.3.3-r1.ebuild

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

Index: php-5.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-5.3.3-r1.ebuild	11 Aug 2010 18:50:45 -0000	1.2
+++ php-5.3.3-r1.ebuild	11 Aug 2010 22:30:24 -0000	1.3
@@ -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.3-r1.ebuild,v 1.2 2010/08/11 18:50:45 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v 1.3 2010/08/11 22:30:24 mabi Exp $
 
 EAPI=2
 
@@ -245,7 +245,6 @@
 	zip? ( !dev-php${PHP_MV}/pecl-zip )"
 
 DEPEND="${DEPEND}
-	sys-devel/flex
 	>=sys-devel/m4-1.4.3
 	>=sys-devel/libtool-1.5.18"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.3-r1.ebuild
@ 2010-08-22 17:55 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Loeser (halcy0n) @ 2010-08-22 17:55 UTC (permalink / raw
  To: gentoo-commits

halcy0n     10/08/22 17:55:48

  Modified:             ChangeLog php-5.3.3-r1.ebuild
  Log:
  Add back ~arm.  It was dropped during the bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.416                dev-lang/php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -r1.415 -r1.416
--- ChangeLog	16 Aug 2010 22:25:43 -0000	1.415
+++ ChangeLog	22 Aug 2010 17:55:48 -0000	1.416
@@ -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.415 2010/08/16 22:25:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.416 2010/08/22 17:55:48 halcy0n Exp $
+
+  22 Aug 2010; Mark Loeser <halcy0n@gentoo.org> php-5.3.3-r1.ebuild:
+  Add back ~arm. It was dropped during the bump
 
   16 Aug 2010; Jeroen Roovers <jer@gentoo.org> php-5.2.14.ebuild:
   Stable for HPPA (bug #332039).



1.5                  dev-lang/php/php-5.3.3-r1.ebuild

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

Index: php-5.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php-5.3.3-r1.ebuild	11 Aug 2010 23:36:14 -0000	1.4
+++ php-5.3.3-r1.ebuild	22 Aug 2010 17:55:48 -0000	1.5
@@ -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.3-r1.ebuild,v 1.4 2010/08/11 23:36:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v 1.5 2010/08/22 17:55:48 halcy0n Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 FPM_VERSION="builtin"
 EXPECTED_TEST_FAILURES=""
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 
 function php_get_uri ()
 {






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.3-r1.ebuild
@ 2010-10-14 15:11 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-14 15:11 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/14 15:11:51

  Modified:             ChangeLog php-5.3.3-r1.ebuild
  Log:
  x86 stable, bug 336869
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.420                dev-lang/php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -r1.419 -r1.420
--- ChangeLog	8 Oct 2010 18:25:10 -0000	1.419
+++ ChangeLog	14 Oct 2010 15:11:51 -0000	1.420
@@ -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.419 2010/10/08 18:25:10 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.420 2010/10/14 15:11:51 fauli Exp $
+
+  14 Oct 2010; Christian Faulhammer <fauli@gentoo.org> php-5.3.3-r1.ebuild:
+  x86 stable, bug 336869
 
 *php-5.3.3-r2 (06 Oct 2010)
 *php-5.2.14-r1 (06 Oct 2010)



1.6                  dev-lang/php/php-5.3.3-r1.ebuild

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

Index: php-5.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-5.3.3-r1.ebuild	22 Aug 2010 17:55:48 -0000	1.5
+++ php-5.3.3-r1.ebuild	14 Oct 2010 15:11:51 -0000	1.6
@@ -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.3-r1.ebuild,v 1.5 2010/08/22 17:55:48 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v 1.6 2010/10/14 15:11:51 fauli Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 FPM_VERSION="builtin"
 EXPECTED_TEST_FAILURES=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 
 function php_get_uri ()
 {






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.3-r1.ebuild
@ 2010-10-20 14:21 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-20 14:21 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/20 14:21:36

  Modified:             ChangeLog php-5.3.3-r1.ebuild
  Log:
  Stable on amd64 wrt bug #336869
  
  (Portage version: 2.2_rc98/cvs/Linux x86_64)

Revision  Changes    Path
1.424                dev-lang/php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -r1.423 -r1.424
--- ChangeLog	19 Oct 2010 20:23:52 -0000	1.423
+++ ChangeLog	20 Oct 2010 14:21:36 -0000	1.424
@@ -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.423 2010/10/19 20:23:52 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.424 2010/10/20 14:21:36 hwoarang Exp $
+
+  20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> php-5.3.3-r1.ebuild:
+  Stable on amd64 wrt bug #336869
 
   19 Oct 2010; <olemarkus@gentoo.org> -php-5.2.13.ebuild:
   Removing old version



1.7                  dev-lang/php/php-5.3.3-r1.ebuild

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

Index: php-5.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-5.3.3-r1.ebuild	14 Oct 2010 15:11:51 -0000	1.6
+++ php-5.3.3-r1.ebuild	20 Oct 2010 14:21:36 -0000	1.7
@@ -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.3-r1.ebuild,v 1.6 2010/10/14 15:11:51 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v 1.7 2010/10/20 14:21:36 hwoarang Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 FPM_VERSION="builtin"
 EXPECTED_TEST_FAILURES=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 
 function php_get_uri ()
 {






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.3-r1.ebuild
@ 2010-11-05  4:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-05  4:14 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/05 04:14:54

  Modified:             ChangeLog php-5.3.3-r1.ebuild
  Log:
  Stable for HPPA (bug #336869).
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.436                dev-lang/php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -r1.435 -r1.436
--- ChangeLog	4 Nov 2010 12:01:29 -0000	1.435
+++ ChangeLog	5 Nov 2010 04:14:54 -0000	1.436
@@ -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.435 2010/11/04 12:01:29 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.436 2010/11/05 04:14:54 jer Exp $
+
+  05 Nov 2010; Jeroen Roovers <jer@gentoo.org> php-5.3.3-r1.ebuild:
+  Stable for HPPA (bug #336869).
 
   04 Nov 2010; Matti Bickel <mabi@gentoo.org> php-5.3.3-r3.ebuild:
   do not block versions of pecl-fileinfo supporting minor version slotting



1.8                  dev-lang/php/php-5.3.3-r1.ebuild

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

Index: php-5.3.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-5.3.3-r1.ebuild	20 Oct 2010 14:21:36 -0000	1.7
+++ php-5.3.3-r1.ebuild	5 Nov 2010 04:14:54 -0000	1.8
@@ -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.3-r1.ebuild,v 1.7 2010/10/20 14:21:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.3-r1.ebuild,v 1.8 2010/11/05 04:14:54 jer Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 FPM_VERSION="builtin"
 EXPECTED_TEST_FAILURES=""
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 x86"
 
 function php_get_uri ()
 {






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

end of thread, other threads:[~2010-11-05  4:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 14:21 [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.3-r1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-05  4:14 Jeroen Roovers (jer)
2010-10-14 15:11 Christian Faulhammer (fauli)
2010-08-22 17:55 Mark Loeser (halcy0n)
2010-08-11 22:30 Matti Bickel (mabi)

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