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.5.ebuild ChangeLog
@ 2013-04-16  5:51 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 10+ messages in thread
From: Ole Markus With (olemarkus) @ 2013-04-16  5:51 UTC (permalink / raw
  To: gentoo-commits

olemarkus    13/04/16 05:51:54

  Modified:             ChangeLog
  Added:                httpd-php-5.5.ebuild
  Log:
  Adding support for php 5.5
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)

Revision  Changes    Path
1.32                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	1 Jan 2013 18:32:22 -0000	1.31
+++ ChangeLog	16 Apr 2013 05:51:54 -0000	1.32
@@ -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.31 2013/01/01 18:32:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.32 2013/04/16 05:51:54 olemarkus Exp $
+
+*httpd-php-5.5 (16 Apr 2013)
+
+  16 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +httpd-php-5.5.ebuild:
+  Adding support for php 5.5
 
   01 Jan 2013; Raúl Porcel <armin76@gentoo.org> httpd-php-5.4-r1.ebuild:
   s390/sh stable wrt #432994



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

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

Index: httpd-php-5.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.1 2013/04/16 05:51:54 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.5.ebuild ChangeLog
@ 2013-08-13 21:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-13 21:53 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/13 21:53:26

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

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

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httpd-php-5.5.ebuild	16 Apr 2013 05:51:54 -0000	1.1
+++ httpd-php-5.5.ebuild	13 Aug 2013 21:53:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.1 2013/04/16 05:51:54 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.2 2013/08/13 21:53:26 ago 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 ~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.33                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	16 Apr 2013 05:51:54 -0000	1.32
+++ ChangeLog	13 Aug 2013 21:53:26 -0000	1.33
@@ -1,6 +1,9 @@
 # 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.32 2013/04/16 05:51:54 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.33 2013/08/13 21:53:26 ago Exp $
+
+  13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for amd64, wrt bug #480460
 
 *httpd-php-5.5 (16 Apr 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog
@ 2013-08-13 21:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-13 21:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/13 21:56:03

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

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

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httpd-php-5.5.ebuild	13 Aug 2013 21:53:26 -0000	1.2
+++ httpd-php-5.5.ebuild	13 Aug 2013 21:56:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.2 2013/08/13 21:53:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.3 2013/08/13 21:56:03 ago 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 ~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.34                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	13 Aug 2013 21:53:26 -0000	1.33
+++ ChangeLog	13 Aug 2013 21:56:03 -0000	1.34
@@ -1,6 +1,9 @@
 # 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.33 2013/08/13 21:53:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.34 2013/08/13 21:56:03 ago Exp $
+
+  13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for x86, wrt bug #480460
 
   13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for amd64, wrt bug #480460





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog
@ 2013-08-23 13:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 13:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/23 13:26:38

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

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

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httpd-php-5.5.ebuild	13 Aug 2013 21:56:03 -0000	1.3
+++ httpd-php-5.5.ebuild	23 Aug 2013 13:26:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.3 2013/08/13 21:56:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.4 2013/08/23 13:26:38 ago 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 ~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.35                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	13 Aug 2013 21:56:03 -0000	1.34
+++ ChangeLog	23 Aug 2013 13:26:38 -0000	1.35
@@ -1,6 +1,9 @@
 # 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.34 2013/08/13 21:56:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.35 2013/08/23 13:26:38 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for ia64, wrt bug #480460
 
   13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for x86, wrt bug #480460





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog
@ 2013-08-23 13:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 13:40 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/23 13:40:57

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

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

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- httpd-php-5.5.ebuild	23 Aug 2013 13:26:38 -0000	1.4
+++ httpd-php-5.5.ebuild	23 Aug 2013 13:40:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.4 2013/08/23 13:26:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.5 2013/08/23 13:40:57 ago 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 ~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.36                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	23 Aug 2013 13:26:38 -0000	1.35
+++ ChangeLog	23 Aug 2013 13:40:57 -0000	1.36
@@ -1,6 +1,9 @@
 # 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.35 2013/08/23 13:26:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.36 2013/08/23 13:40:57 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for ppc, wrt bug #480460
 
   23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for ia64, wrt bug #480460





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog
@ 2013-08-23 13:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 13:41 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/23 13:41:27

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

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

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- httpd-php-5.5.ebuild	23 Aug 2013 13:40:57 -0000	1.5
+++ httpd-php-5.5.ebuild	23 Aug 2013 13:41:27 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.5 2013/08/23 13:40:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.6 2013/08/23 13:41:27 ago 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 ~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.37                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	23 Aug 2013 13:40:57 -0000	1.36
+++ ChangeLog	23 Aug 2013 13:41:27 -0000	1.37
@@ -1,6 +1,9 @@
 # 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.36 2013/08/23 13:40:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.37 2013/08/23 13:41:27 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for ppc64, wrt bug #480460
 
   23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for ppc, wrt bug #480460





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog
@ 2013-08-23 13:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 13:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/23 13:56:17

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

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

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- httpd-php-5.5.ebuild	23 Aug 2013 13:41:27 -0000	1.6
+++ httpd-php-5.5.ebuild	23 Aug 2013 13:56:16 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.6 2013/08/23 13:41:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.7 2013/08/23 13:56:16 ago 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 ~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.38                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	23 Aug 2013 13:41:27 -0000	1.37
+++ ChangeLog	23 Aug 2013 13:56:16 -0000	1.38
@@ -1,6 +1,9 @@
 # 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.37 2013/08/23 13:41:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.38 2013/08/23 13:56:16 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for arm, wrt bug #480460
 
   23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for ppc64, wrt bug #480460





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog
@ 2013-08-23 14:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 14:01 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/23 14:01:16

  Modified:             httpd-php-5.5.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #480460
  
  (Portage version: 2.1.13.7/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.5.ebuild

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- httpd-php-5.5.ebuild	23 Aug 2013 13:56:16 -0000	1.7
+++ httpd-php-5.5.ebuild	23 Aug 2013 14:01:16 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.7 2013/08/23 13:56:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.8 2013/08/23 14:01:16 ago 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 ~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.39                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	23 Aug 2013 13:56:16 -0000	1.38
+++ ChangeLog	23 Aug 2013 14:01:16 -0000	1.39
@@ -1,6 +1,9 @@
 # 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.38 2013/08/23 13:56:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.39 2013/08/23 14:01:16 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for alpha, wrt bug #480460
 
   23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for arm, wrt bug #480460





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

* [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog
@ 2013-08-23 14:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 14:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/23 14:05:48

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

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

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- httpd-php-5.5.ebuild	23 Aug 2013 14:01:16 -0000	1.8
+++ httpd-php-5.5.ebuild	23 Aug 2013 14:05:48 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.8 2013/08/23 14:01:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.9 2013/08/23 14:05:48 ago 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 ~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.40                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	23 Aug 2013 14:01:16 -0000	1.39
+++ ChangeLog	23 Aug 2013 14:05:48 -0000	1.40
@@ -1,6 +1,9 @@
 # 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.39 2013/08/23 14:01:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.40 2013/08/23 14:05:48 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for sh, wrt bug #480460
 
   23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for alpha, wrt bug #480460





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

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

ago         13/08/23 14:10:40

  Modified:             httpd-php-5.5.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #480460
  
  (Portage version: 2.1.13.7/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.5.ebuild

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

Index: httpd-php-5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- httpd-php-5.5.ebuild	23 Aug 2013 14:05:48 -0000	1.9
+++ httpd-php-5.5.ebuild	23 Aug 2013 14:10:40 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.9 2013/08/23 14:05:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.10 2013/08/23 14:10:40 ago 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 ~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.41                 virtual/httpd-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	23 Aug 2013 14:05:48 -0000	1.40
+++ ChangeLog	23 Aug 2013 14:10:40 -0000	1.41
@@ -1,6 +1,9 @@
 # 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.40 2013/08/23 14:05:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.41 2013/08/23 14:10:40 ago Exp $
+
+  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
+  Stable for sparc, wrt bug #480460
 
   23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.5.ebuild:
   Stable for sh, wrt bug #480460





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

end of thread, other threads:[~2013-08-23 14:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13 21:53 [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-23 14:10 Agostino Sarubbo (ago)
2013-08-23 14:05 Agostino Sarubbo (ago)
2013-08-23 14:01 Agostino Sarubbo (ago)
2013-08-23 13:56 Agostino Sarubbo (ago)
2013-08-23 13:41 Agostino Sarubbo (ago)
2013-08-23 13:40 Agostino Sarubbo (ago)
2013-08-23 13:26 Agostino Sarubbo (ago)
2013-08-13 21:56 Agostino Sarubbo (ago)
2013-04-16  5:51 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