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.1.4.ebuild ChangeLog
@ 2012-03-13 13:21 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2012-03-13 13:21 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/03/13 13:21:06

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	25 Feb 2012 18:02:31 -0000	1.36
+++ ChangeLog	13 Mar 2012 13:21:06 -0000	1.37
@@ -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.36 2012/02/25 18:02:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.37 2012/03/13 13:21:06 olemarkus Exp $
+
+*xdebug-client-2.1.4 (13 Mar 2012)
+
+  13 Mar 2012; Ole Markus With <olemarkus@gentoo.org>
+  +xdebug-client-2.1.4.ebuild:
+  Version bump
 
   25 Feb 2012; Raúl Porcel <armin76@gentoo.org> xdebug-client-2.1.2.ebuild:
   alpha/ia64/sparc stable wrt #400323



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

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

Index: xdebug-client-2.1.4.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.1.4.ebuild,v 1.1 2012/03/13 13:21:06 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] only message in thread

only message in thread, other threads:[~2012-03-13 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 13:21 [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.1.4.ebuild ChangeLog 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