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

olemarkus    12/07/17 10:05:09

  Modified:             ChangeLog
  Added:                xdebug-client-2.2.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	8 May 2012 17:30:55 -0000	1.40
+++ ChangeLog	17 Jul 2012 10:05:09 -0000	1.41
@@ -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.40 2012/05/08 17:30:55 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.41 2012/07/17 10:05:09 olemarkus Exp $
+
+*xdebug-client-2.2.1 (17 Jul 2012)
+
+  17 Jul 2012; Ole Markus With <olemarkus@gentoo.org>
+  +xdebug-client-2.2.1.ebuild:
+  version bump
 
 *xdebug-client-2.2.0 (08 May 2012)
 



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

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

Index: xdebug-client-2.2.1.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.1.ebuild,v 1.1 2012/07/17 10:05:09 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] 3+ messages in thread

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

ago         12/10/12 07:15:08

  Modified:             xdebug-client-2.2.1.ebuild ChangeLog
  Log:
  eapi4
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

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

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

Index: xdebug-client-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug-client-2.2.1.ebuild	10 Oct 2012 15:45:18 -0000	1.3
+++ xdebug-client-2.2.1.ebuild	12 Oct 2012 07:15:08 -0000	1.4
@@ -1,6 +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.1.ebuild,v 1.3 2012/10/10 15:45:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild,v 1.4 2012/10/12 07:15:08 ago Exp $
+
+EAPI=4
 
 KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~x86"
 
@@ -19,14 +21,8 @@
 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_configure() {
+	econf $(use_with libedit)
 }
 
 src_install() {



1.48                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	10 Oct 2012 15:45:18 -0000	1.47
+++ ChangeLog	12 Oct 2012 07:15:08 -0000	1.48
@@ -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.47 2012/10/10 15:45:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.48 2012/10/12 07:15:08 ago Exp $
+
+  12 Oct 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.1.ebuild:
+  eapi4
 
   10 Oct 2012; Brent Baude <ranger@gentoo.org> xdebug-client-2.2.1.ebuild:
   Marking xdebug-client-2.2.1 ppc for bug 433267
@@ -219,4 +222,3 @@
   27 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml,
   +xdebug-client-2.0.0_rc1.ebuild:
   Initial ebuild for bug #153019.
-





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

* [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.1.ebuild ChangeLog
@ 2013-03-09 12:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-09 12:04 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/09 12:04:22

  Modified:             xdebug-client-2.2.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #456598
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

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

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

Index: xdebug-client-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug-client-2.2.1.ebuild	20 Nov 2012 20:35:02 -0000	1.6
+++ xdebug-client-2.2.1.ebuild	9 Mar 2013 12:04:21 -0000	1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.1.ebuild,v 1.6 2012/11/20 20:35:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild,v 1.7 2013/03/09 12:04:21 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.55                 dev-php/xdebug-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	30 Dec 2012 20:24:19 -0000	1.54
+++ ChangeLog	9 Mar 2013 12:04:21 -0000	1.55
@@ -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.54 2012/12/30 20:24:19 ago Exp $
+# 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 $
+
+  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.1.ebuild:
+  Stable for ppc64, wrt bug #456598
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.0.ebuild:
   Stable for alpha, wrt bug #427024





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

end of thread, other threads:[~2013-03-09 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  7:15 [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-09 12:04 Agostino Sarubbo (ago)
2012-07-17 10:05 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