public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2014-09-01  6:26 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 10+ messages in thread
From: Ole Markus With (olemarkus) @ 2014-09-01  6:26 UTC (permalink / raw
  To: gentoo-commits

olemarkus    14/09/01 06:26:48

  Modified:             ChangeLog
  Added:                httpd-php-5.6.ebuild
  Log:
  Bump to php 5.6
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)

Revision  Changes    Path
1.43                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	23 Aug 2013 16:08:56 -0000	1.42
+++ ChangeLog	1 Sep 2014 06:26:48 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/httpd-php
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.42 2013/08/23 16:08:56 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 2014/09/01 06:26:48 olemarkus Exp $
+
+*httpd-php-5.6 (01 Sep 2014)
+
+  01 Sep 2014; Ole Markus With <olemarkus@gentoo.org> +httpd-php-5.6.ebuild:
+  Bump to php 5.6
 
   23 Aug 2013; Jeroen Roovers <jer@gentoo.org> httpd-php-5.5.ebuild:
   Stable for HPPA (bug #480460).



1.1                  virtual/httpd-php/httpd-php-5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&content-type=text/plain

Index: httpd-php-5.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 olemarkus Exp $

EAPI="5"

DESCRIPTION="Virtual to provide PHP-enabled webservers"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""

RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
			  dev-lang/php:${SLOT}[apache2]
			  dev-lang/php:${SLOT}[cgi] )"
DEPEND=""





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-03-03 10:18 Yixun Lan (dlan)
  0 siblings, 0 replies; 10+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03 10:18 UTC (permalink / raw
  To: gentoo-commits

dlan        15/03/03 10:18:04

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.2                  virtual/httpd-php/httpd-php-5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?r1=1.1&r2=1.2

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httpd-php-5.6.ebuild	1 Sep 2014 06:26:48 -0000	1.1
+++ httpd-php-5.6.ebuild	3 Mar 2015 10:18:04 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.2 2015/03/03 10:18:04 dlan Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.44                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	1 Sep 2014 06:26:48 -0000	1.43
+++ ChangeLog	3 Mar 2015 10:18:04 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 2014/09/01 06:26:48 olemarkus Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.44 2015/03/03 10:18:04 dlan Exp $
+
+  03 Mar 2015; Yixun Lan <dlan@gentoo.org> httpd-php-5.6.ebuild:
+  add arm64 support, tested on A53 board
 
 *httpd-php-5.6 (01 Sep 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-05-28  5:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-28  5:32 UTC (permalink / raw
  To: gentoo-commits

jer         15/05/28 05:32:14

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #550164).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  virtual/httpd-php/httpd-php-5.6.ebuild

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

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httpd-php-5.6.ebuild	3 Mar 2015 10:18:04 -0000	1.2
+++ httpd-php-5.6.ebuild	28 May 2015 05:32:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.2 2015/03/03 10:18:04 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.3 2015/05/28 05:32:14 jer Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.46                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	5 May 2015 02:42:41 -0000	1.45
+++ ChangeLog	28 May 2015 05:32:14 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.45 2015/05/05 02:42:41 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.46 2015/05/28 05:32:14 jer Exp $
+
+  28 May 2015; Jeroen Roovers <jer@gentoo.org> httpd-php-5.6.ebuild:
+  Stable for HPPA (bug #550164).
 
   05 May 2015; Brian Evans <grknight@gentoo.org> -httpd-php-5.3-r1.ebuild,
   -httpd-php-5.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-05-28  5:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-28  5:44 UTC (permalink / raw
  To: gentoo-commits

jer         15/05/28 05:44:59

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #550164).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  virtual/httpd-php/httpd-php-5.6.ebuild

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

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httpd-php-5.6.ebuild	28 May 2015 05:32:14 -0000	1.3
+++ httpd-php-5.6.ebuild	28 May 2015 05:44:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.3 2015/05/28 05:32:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.4 2015/05/28 05:44:59 jer Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.47                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	28 May 2015 05:32:14 -0000	1.46
+++ ChangeLog	28 May 2015 05:44:59 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.46 2015/05/28 05:32:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.47 2015/05/28 05:44:59 jer Exp $
+
+  28 May 2015; Jeroen Roovers <jer@gentoo.org> httpd-php-5.6.ebuild:
+  Stable for PPC64 (bug #550164).
 
   28 May 2015; Jeroen Roovers <jer@gentoo.org> httpd-php-5.6.ebuild:
   Stable for HPPA (bug #550164).





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-05-28  8:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-28  8:36 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/28 08:36:05

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  stable for amd64/x86 wrt bug #550164
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  virtual/httpd-php/httpd-php-5.6.ebuild

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

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- httpd-php-5.6.ebuild	28 May 2015 05:44:59 -0000	1.4
+++ httpd-php-5.6.ebuild	28 May 2015 08:36:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.4 2015/05/28 05:44:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.5 2015/05/28 08:36:05 ago Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.48                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	28 May 2015 05:44:59 -0000	1.47
+++ ChangeLog	28 May 2015 08:36:05 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.47 2015/05/28 05:44:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.48 2015/05/28 08:36:05 ago Exp $
+
+  28 May 2015; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.6.ebuild:
+  stable for amd64/x86 wrt bug #550164
 
   28 May 2015; Jeroen Roovers <jer@gentoo.org> httpd-php-5.6.ebuild:
   Stable for PPC64 (bug #550164).





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-06-11 14:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-11 14:24 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/11 14:24:30

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550164
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  virtual/httpd-php/httpd-php-5.6.ebuild

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

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- httpd-php-5.6.ebuild	28 May 2015 08:36:05 -0000	1.5
+++ httpd-php-5.6.ebuild	11 Jun 2015 14:24:29 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.5 2015/05/28 08:36:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.6 2015/06/11 14:24:29 ago Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.49                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	28 May 2015 08:36:05 -0000	1.48
+++ ChangeLog	11 Jun 2015 14:24:29 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.48 2015/05/28 08:36:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.49 2015/06/11 14:24:29 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.6.ebuild:
+  Stable for ppc, wrt bug #550164
 
   28 May 2015; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.6.ebuild:
   stable for amd64/x86 wrt bug #550164





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-06-21 10:44 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2015-06-21 10:44 UTC (permalink / raw
  To: gentoo-commits

maekke      15/06/21 10:44:48

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  arm stable, bug #550164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.7                  virtual/httpd-php/httpd-php-5.6.ebuild

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

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- httpd-php-5.6.ebuild	11 Jun 2015 14:24:29 -0000	1.6
+++ httpd-php-5.6.ebuild	21 Jun 2015 10:44:48 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.6 2015/06/11 14:24:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.7 2015/06/21 10:44:48 maekke Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.51                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	13 Jun 2015 15:07:30 -0000	1.50
+++ ChangeLog	21 Jun 2015 10:44:48 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.50 2015/06/13 15:07:30 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.51 2015/06/21 10:44:48 maekke Exp $
+
+  21 Jun 2015; Markus Meier <maekke@gentoo.org> httpd-php-5.6.ebuild:
+  arm stable, bug #550164
 
 *httpd-php-7.0 (13 Jun 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-07-03 10:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-03 10:16 UTC (permalink / raw
  To: gentoo-commits

ago         15/07/03 10:16:30

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #550164
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  virtual/httpd-php/httpd-php-5.6.ebuild

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

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- httpd-php-5.6.ebuild	21 Jun 2015 10:44:48 -0000	1.7
+++ httpd-php-5.6.ebuild	3 Jul 2015 10:16:30 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.7 2015/06/21 10:44:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.8 2015/07/03 10:16:30 ago Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.52                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	21 Jun 2015 10:44:48 -0000	1.51
+++ ChangeLog	3 Jul 2015 10:16:30 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.51 2015/06/21 10:44:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.52 2015/07/03 10:16:30 ago Exp $
+
+  03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.6.ebuild:
+  Stable for alpha, wrt bug #550164
 
   21 Jun 2015; Markus Meier <maekke@gentoo.org> httpd-php-5.6.ebuild:
   arm stable, bug #550164





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-07-24 12:26 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-24 12:26 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/24 12:26:16

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #550164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)

Revision  Changes    Path
1.9                  virtual/httpd-php/httpd-php-5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?r1=1.8&r2=1.9

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- httpd-php-5.6.ebuild	3 Jul 2015 10:16:30 -0000	1.8
+++ httpd-php-5.6.ebuild	24 Jul 2015 12:26:16 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.8 2015/07/03 10:16:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.9 2015/07/24 12:26:16 zlogene Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.53                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	3 Jul 2015 10:16:30 -0000	1.52
+++ ChangeLog	24 Jul 2015 12:26:16 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.52 2015/07/03 10:16:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.53 2015/07/24 12:26:16 zlogene Exp $
+
+  24 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> httpd-php-5.6.ebuild:
+  ia64 stable wrt bug #550164
 
   03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.6.ebuild:
   Stable for alpha, wrt bug #550164





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
@ 2015-07-30 12:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-30 12:55 UTC (permalink / raw
  To: gentoo-commits

ago         15/07/30 12:55:54

  Modified:             httpd-php-5.6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #550164
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 virtual/httpd-php/httpd-php-5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?r1=1.9&r2=1.10

Index: httpd-php-5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- httpd-php-5.6.ebuild	24 Jul 2015 12:26:16 -0000	1.9
+++ httpd-php-5.6.ebuild	30 Jul 2015 12:55:54 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.9 2015/07/24 12:26:16 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.10 2015/07/30 12:55:54 ago Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="${PV}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]



1.54                 virtual/httpd-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	24 Jul 2015 12:26:16 -0000	1.53
+++ ChangeLog	30 Jul 2015 12:55:54 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.53 2015/07/24 12:26:16 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.54 2015/07/30 12:55:54 ago Exp $
+
+  30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.6.ebuild:
+  Stable for sparc, wrt bug #550164
 
   24 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> httpd-php-5.6.ebuild:
   ia64 stable wrt bug #550164





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

end of thread, other threads:[~2015-07-30 12:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28  8:36 [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-30 12:55 Agostino Sarubbo (ago)
2015-07-24 12:26 Mikle Kolyada (zlogene)
2015-07-03 10:16 Agostino Sarubbo (ago)
2015-06-21 10:44 Markus Meier (maekke)
2015-06-11 14:24 Agostino Sarubbo (ago)
2015-05-28  5:44 Jeroen Roovers (jer)
2015-05-28  5:32 Jeroen Roovers (jer)
2015-03-03 10:18 Yixun Lan (dlan)
2014-09-01  6:26 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