grknight    15/02/25 01:53:54

  Modified:             ChangeLog
  Added:                xdebug-client-2.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   23 Feb 2015 11:17:20 -0000      1.76
+++ ChangeLog   25 Feb 2015 01:53:54 -0000      1.77
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.76 
2015/02/23 11:17:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.77 
2015/02/25 01:53:54 grknight Exp $
+
+*xdebug-client-2.3.1 (25 Feb 2015)
+
+  25 Feb 2015; Brian Evans <[email protected]> +xdebug-client-2.3.1.ebuild:
+  Version bump
 
   23 Feb 2015; Agostino Sarubbo <[email protected]> xdebug-client-2.2.6.ebuild:
   Stable for ppc64, wrt bug #538554



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

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

Index: xdebug-client-2.3.1.ebuild
===================================================================
# Copyright 1999-2015 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.3.1.ebuild,v 1.1 
2015/02/25 01:53:54 grknight Exp $

EAPI=5

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
}




Reply via email to