grknight    15/01/04 03:50:03

  Modified:             ChangeLog
  Added:                xdebug-client-2.2.6.ebuild
  Removed:              xdebug-client-2.2.0.ebuild
                        xdebug-client-2.2.1.ebuild
  Log:
  Version bump; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   10 Aug 2014 21:06:23 -0000      1.71
+++ ChangeLog   4 Jan 2015 03:50:03 -0000       1.72
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/xdebug-client
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.71 
2014/08/10 21:06:23 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.72 
2015/01/04 03:50:03 grknight Exp $
+
+*xdebug-client-2.2.6 (04 Jan 2015)
+
+  04 Jan 2015; Brian Evans <grkni...@gentoo.org> +xdebug-client-2.2.6.ebuild,
+  -xdebug-client-2.2.0.ebuild, -xdebug-client-2.2.1.ebuild:
+  Version bump; drop old
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org>
   xdebug-client-2.2.0.ebuild, xdebug-client-2.2.1.ebuild,



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

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

Index: xdebug-client-2.2.6.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.2.6.ebuild,v 1.1 
2015/01/04 03:50:03 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