public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-04-14  6:27 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2013-04-14  6:27 UTC (permalink / raw
  To: gentoo-commits

olemarkus    13/04/14 06:27:09

  Modified:             ChangeLog
  Added:                xdebug-client-2.2.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)

Revision  Changes    Path
1.56                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	9 Mar 2013 12:04:21 -0000	1.55
+++ ChangeLog	14 Apr 2013 06:27:09 -0000	1.56
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.55 2013/03/09 12:04:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.56 2013/04/14 06:27:09 olemarkus Exp $
+
+*xdebug-client-2.2.2 (14 Apr 2013)
+
+  14 Apr 2013; Ole Markus With <olemarkus@gentoo.org>
+  +xdebug-client-2.2.2.ebuild:
+  Version bump
 
   09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.1.ebuild:
   Stable for ppc64, wrt bug #456598



1.1                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild?rev=1.1&content-type=text/plain

Index: xdebug-client-2.2.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.1 2013/04/14 06:27:09 olemarkus Exp $

EAPI=4

KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"

MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"

DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)."
HOMEPAGE="http://www.xdebug.org/"
SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz"
LICENSE="Xdebug"
SLOT="0"
IUSE="libedit"

S="${WORKDIR}/xdebug-${MY_PV}/debugclient"

DEPEND="libedit? ( dev-libs/libedit )"
RDEPEND="${DEPEND}"

src_configure() {
	econf $(use_with libedit)
}

src_install() {
	newbin debugclient xdebug
}





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-07-28 10:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-28 10:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/28 10:42:30

  Modified:             xdebug-client-2.2.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #470446
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

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

Index: xdebug-client-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug-client-2.2.2.ebuild	14 Apr 2013 06:27:09 -0000	1.1
+++ xdebug-client-2.2.2.ebuild	28 Jul 2013 10:42:29 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.1 2013/04/14 06:27:09 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.2 2013/07/28 10:42:29 ago Exp $
 
 EAPI=4
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.59                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	22 May 2013 07:32:33 -0000	1.58
+++ ChangeLog	28 Jul 2013 10:42:29 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.58 2013/05/22 07:32:33 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.59 2013/07/28 10:42:29 ago Exp $
+
+  28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
+  Stable for amd64, wrt bug #470446
 
 *xdebug-client-2.2.3 (22 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-07-28 12:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-28 12:57 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/28 12:57:06

  Modified:             xdebug-client-2.2.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #470446
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

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

Index: xdebug-client-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdebug-client-2.2.2.ebuild	28 Jul 2013 10:42:29 -0000	1.2
+++ xdebug-client-2.2.2.ebuild	28 Jul 2013 12:57:06 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.2 2013/07/28 10:42:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.3 2013/07/28 12:57:06 ago Exp $
 
 EAPI=4
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.60                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	28 Jul 2013 10:42:29 -0000	1.59
+++ ChangeLog	28 Jul 2013 12:57:06 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.59 2013/07/28 10:42:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.60 2013/07/28 12:57:06 ago Exp $
+
+  28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
+  Stable for ppc, wrt bug #470446
 
   28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
   Stable for amd64, wrt bug #470446





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-08-03  7:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  7:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 07:54:14

  Modified:             xdebug-client-2.2.2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #470446
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

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

Index: xdebug-client-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug-client-2.2.2.ebuild	28 Jul 2013 12:57:06 -0000	1.3
+++ xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:14 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.3 2013/07/28 12:57:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.4 2013/08/03 07:54:14 ago Exp $
 
 EAPI=4
 
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 ~x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.61                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	28 Jul 2013 12:57:06 -0000	1.60
+++ ChangeLog	3 Aug 2013 07:54:14 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.60 2013/07/28 12:57:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.61 2013/08/03 07:54:14 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
+  Stable for alpha, wrt bug #470446
 
   28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
   Stable for ppc, wrt bug #470446





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-08-03  7:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  7:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 07:54:34

  Modified:             xdebug-client-2.2.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #470446
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

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

Index: xdebug-client-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:14 -0000	1.4
+++ xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:34 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.4 2013/08/03 07:54:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.5 2013/08/03 07:54:34 ago Exp $
 
 EAPI=4
 
-KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 ~x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.62                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	3 Aug 2013 07:54:14 -0000	1.61
+++ ChangeLog	3 Aug 2013 07:54:34 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.61 2013/08/03 07:54:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.62 2013/08/03 07:54:34 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
+  Stable for ia64, wrt bug #470446
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
   Stable for alpha, wrt bug #470446





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-08-03  7:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  7:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 07:54:42

  Modified:             xdebug-client-2.2.2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #470446
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

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

Index: xdebug-client-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:34 -0000	1.5
+++ xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:42 -0000	1.6
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.5 2013/08/03 07:54:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.6 2013/08/03 07:54:42 ago Exp $
 
 EAPI=4
 
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 ~x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.63                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	3 Aug 2013 07:54:34 -0000	1.62
+++ ChangeLog	3 Aug 2013 07:54:42 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.62 2013/08/03 07:54:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.63 2013/08/03 07:54:42 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
+  Stable for ppc64, wrt bug #470446
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
   Stable for ia64, wrt bug #470446





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-08-03  7:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  7:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 07:54:48

  Modified:             xdebug-client-2.2.2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #470446
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

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

Index: xdebug-client-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:42 -0000	1.6
+++ xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:48 -0000	1.7
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.6 2013/08/03 07:54:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.7 2013/08/03 07:54:48 ago Exp $
 
 EAPI=4
 
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 ~x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc ~x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.64                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	3 Aug 2013 07:54:42 -0000	1.63
+++ ChangeLog	3 Aug 2013 07:54:48 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.63 2013/08/03 07:54:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.64 2013/08/03 07:54:48 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
+  Stable for sparc, wrt bug #470446
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
   Stable for ppc64, wrt bug #470446





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog
@ 2013-08-03  7:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  7:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 07:54:56

  Modified:             xdebug-client-2.2.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #470446
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-php/xdebug-client/xdebug-client-2.2.2.ebuild

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

Index: xdebug-client-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:48 -0000	1.7
+++ xdebug-client-2.2.2.ebuild	3 Aug 2013 07:54:56 -0000	1.8
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.7 2013/08/03 07:54:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.8 2013/08/03 07:54:56 ago Exp $
 
 EAPI=4
 
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.65                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	3 Aug 2013 07:54:48 -0000	1.64
+++ ChangeLog	3 Aug 2013 07:54:56 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.64 2013/08/03 07:54:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.65 2013/08/03 07:54:56 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
+  Stable for x86, wrt bug #470446
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild:
   Stable for sparc, wrt bug #470446





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

end of thread, other threads:[~2013-08-03  7:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-03  7:54 [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-03  7:54 Agostino Sarubbo (ago)
2013-08-03  7:54 Agostino Sarubbo (ago)
2013-08-03  7:54 Agostino Sarubbo (ago)
2013-08-03  7:54 Agostino Sarubbo (ago)
2013-07-28 12:57 Agostino Sarubbo (ago)
2013-07-28 10:42 Agostino Sarubbo (ago)
2013-04-14  6:27 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