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.0.ebuild ChangeLog
@ 2012-05-08 17:30 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-05-08 17:30 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/05/08 17:30:55

  Modified:             ChangeLog
  Added:                xdebug-client-2.2.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	2 May 2012 10:03:34 -0000	1.39
+++ ChangeLog	8 May 2012 17:30:55 -0000	1.40
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.39 2012/05/02 10:03:34 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.40 2012/05/08 17:30:55 olemarkus Exp $
+
+*xdebug-client-2.2.0 (08 May 2012)
+
+  08 May 2012; Ole Markus With <olemarkus@gentoo.org>
+  +xdebug-client-2.2.0.ebuild:
+  Version bump
 
 *xdebug-client-2.2.0_rc2 (02 May 2012)
 



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

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

Index: xdebug-client-2.2.0.ebuild
===================================================================
# Copyright 1999-2012 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.0.ebuild,v 1.1 2012/05/08 17:30:55 olemarkus Exp $

KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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_unpack() {
	unpack ${A}
	chmod +x "${S}"/configure
}

src_compile() {
	econf $(use_with libedit) --disable-dependency-tracking
	emake || die "Build of debug client failed!"
}

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.0.ebuild ChangeLog
@ 2012-08-03 13:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-03 13:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/03 13:59:03

  Modified:             xdebug-client-2.2.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #422057
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.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.0.ebuild?r1=1.1&r2=1.2

Index: xdebug-client-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug-client-2.2.0.ebuild	8 May 2012 17:30:55 -0000	1.1
+++ xdebug-client-2.2.0.ebuild	3 Aug 2012 13:59:03 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.0.ebuild,v 1.1 2012/05/08 17:30:55 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.2 2012/08/03 13:59:03 ago Exp $
 
-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.42                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	17 Jul 2012 10:05:09 -0000	1.41
+++ ChangeLog	3 Aug 2012 13:59:03 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.41 2012/07/17 10:05:09 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.42 2012/08/03 13:59:03 ago Exp $
+
+  03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
+  Stable for amd64, wrt bug #422057
 
 *xdebug-client-2.2.1 (17 Jul 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.0.ebuild ChangeLog
@ 2012-08-14 11:32 Johannes Huber (johu)
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber (johu) @ 2012-08-14 11:32 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/14 11:32:48

  Modified:             xdebug-client-2.2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #422057
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.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.0.ebuild?r1=1.2&r2=1.3

Index: xdebug-client-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdebug-client-2.2.0.ebuild	3 Aug 2012 13:59:03 -0000	1.2
+++ xdebug-client-2.2.0.ebuild	14 Aug 2012 11:32:48 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.0.ebuild,v 1.2 2012/08/03 13:59:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.3 2012/08/14 11:32:48 johu Exp $
 
-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.43                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	3 Aug 2012 13:59:03 -0000	1.42
+++ ChangeLog	14 Aug 2012 11:32:48 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.42 2012/08/03 13:59:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.43 2012/08/14 11:32:48 johu Exp $
+
+  14 Aug 2012; Johannes Huber <johu@gentoo.org> xdebug-client-2.2.0.ebuild:
+  Stable for x86, wrt bug #422057
 
   03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
   Stable for amd64, wrt bug #422057





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.0.ebuild ChangeLog
@ 2012-08-14 17:49 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-14 17:49 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/14 17:49:50

  Modified:             xdebug-client-2.2.0.ebuild ChangeLog
  Log:
  Stable ppc, bug #422057
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.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.0.ebuild?r1=1.3&r2=1.4

Index: xdebug-client-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug-client-2.2.0.ebuild	14 Aug 2012 11:32:48 -0000	1.3
+++ xdebug-client-2.2.0.ebuild	14 Aug 2012 17:49:50 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.0.ebuild,v 1.3 2012/08/14 11:32:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.4 2012/08/14 17:49:50 blueness Exp $
 
-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.44                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	14 Aug 2012 11:32:48 -0000	1.43
+++ ChangeLog	14 Aug 2012 17:49:50 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.43 2012/08/14 11:32:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.44 2012/08/14 17:49:50 blueness Exp $
+
+  14 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+  xdebug-client-2.2.0.ebuild:
+  Stable ppc, bug #422057
 
   14 Aug 2012; Johannes Huber <johu@gentoo.org> xdebug-client-2.2.0.ebuild:
   Stable for x86, wrt bug #422057





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.0.ebuild ChangeLog
@ 2012-12-09 17:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-09 17:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/09 17:16:23

  Modified:             xdebug-client-2.2.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #427024
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.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.0.ebuild?r1=1.5&r2=1.6

Index: xdebug-client-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug-client-2.2.0.ebuild	9 Sep 2012 17:37:25 -0000	1.5
+++ xdebug-client-2.2.0.ebuild	9 Dec 2012 17:16:23 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.0.ebuild,v 1.5 2012/09/09 17:37:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.6 2012/12/09 17:16:23 ago Exp $
 
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.51                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	20 Nov 2012 20:35:02 -0000	1.50
+++ ChangeLog	9 Dec 2012 17:16:23 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.50 2012/11/20 20:35:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.51 2012/12/09 17:16:23 ago Exp $
+
+  09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
+  Stable for ppc64, wrt bug #427024
 
   20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.1.ebuild:
   Stable for x86, wrt bug #433267





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

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

ago         12/12/18 12:20:09

  Modified:             xdebug-client-2.2.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #427024
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.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.0.ebuild?r1=1.6&r2=1.7

Index: xdebug-client-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug-client-2.2.0.ebuild	9 Dec 2012 17:16:23 -0000	1.6
+++ xdebug-client-2.2.0.ebuild	18 Dec 2012 12:20:09 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.0.ebuild,v 1.6 2012/12/09 17:16:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.7 2012/12/18 12:20:09 ago Exp $
 
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~hppa ia64 ppc ppc64 x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.52                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	9 Dec 2012 17:16:23 -0000	1.51
+++ ChangeLog	18 Dec 2012 12:20:09 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.51 2012/12/09 17:16:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.52 2012/12/18 12:20:09 ago Exp $
+
+  18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
+  Stable for ia64, wrt bug #427024
 
   09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
   Stable for ppc64, wrt bug #427024





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.0.ebuild ChangeLog
@ 2012-12-30 13:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 13:58 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 13:58:48

  Modified:             xdebug-client-2.2.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #427024
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.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.0.ebuild?r1=1.7&r2=1.8

Index: xdebug-client-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug-client-2.2.0.ebuild	18 Dec 2012 12:20:09 -0000	1.7
+++ xdebug-client-2.2.0.ebuild	30 Dec 2012 13:58:48 -0000	1.8
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.0.ebuild,v 1.7 2012/12/18 12:20:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.8 2012/12/30 13:58:48 ago Exp $
 
-KEYWORDS="amd64 ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



1.53                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	18 Dec 2012 12:20:09 -0000	1.52
+++ ChangeLog	30 Dec 2012 13:58:48 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.52 2012/12/18 12:20:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.53 2012/12/30 13:58:48 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
+  Stable for sparc, wrt bug #427024
 
   18 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
   Stable for ia64, wrt bug #427024





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.0.ebuild ChangeLog
@ 2012-12-30 20:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 20:24 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 20:24:19

  Modified:             xdebug-client-2.2.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #427024
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-php/xdebug-client/xdebug-client-2.2.0.ebuild

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

Index: xdebug-client-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug-client-2.2.0.ebuild	30 Dec 2012 13:58:48 -0000	1.8
+++ xdebug-client-2.2.0.ebuild	30 Dec 2012 20:24:19 -0000	1.9
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.0.ebuild,v 1.8 2012/12/30 13:58:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.9 2012/12/30 20:24:19 ago Exp $
 
-KEYWORDS="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.54                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	30 Dec 2012 13:58:48 -0000	1.53
+++ ChangeLog	30 Dec 2012 20:24:19 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.53 2012/12/30 13:58:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.54 2012/12/30 20:24:19 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
+  Stable for alpha, wrt bug #427024
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
   Stable for sparc, wrt bug #427024





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

end of thread, other threads:[~2012-12-30 20:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 17:30 [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.0.ebuild ChangeLog Ole Markus With (olemarkus)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-03 13:59 Agostino Sarubbo (ago)
2012-08-14 11:32 Johannes Huber (johu)
2012-08-14 17:49 Anthony G. Basile (blueness)
2012-12-09 17:16 Agostino Sarubbo (ago)
2012-12-18 12:20 Agostino Sarubbo (ago)
2012-12-30 13:58 Agostino Sarubbo (ago)
2012-12-30 20:24 Agostino Sarubbo (ago)

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