olemarkus    14/05/03 13:58:25

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   23 Aug 2013 13:41:39 -0000      1.69
+++ ChangeLog   3 May 2014 13:58:25 -0000       1.70
@@ -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.69 
2013/08/23 13:41:39 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.70 
2014/05/03 13:58:25 olemarkus Exp $
+
+*xdebug-client-2.2.5 (03 May 2014)
+
+  03 May 2014; Ole Markus With <[email protected]>
+  +xdebug-client-2.2.5.ebuild:
+  Version bump
 
   23 Aug 2013; Agostino Sarubbo <[email protected]> xdebug-client-2.2.3.ebuild:
   Stable for ppc64, wrt bug #480460



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

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

Index: xdebug-client-2.2.5.ebuild
===================================================================
# Copyright 1999-2014 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.5.ebuild,v 1.1 
2014/05/03 13:58:25 olemarkus 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