Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.3.1.ebuild ChangeLog
Date: Wed, 25 Feb 2015 01:54:05
Message-Id: 20150225015354.8703A127D6@oystercatcher.gentoo.org
1 grknight 15/02/25 01:53:54
2
3 Modified: ChangeLog
4 Added: xdebug-client-2.3.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.77 dev-php/xdebug-client/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.77&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.77&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?r1=1.76&r2=1.77
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
20 retrieving revision 1.76
21 retrieving revision 1.77
22 diff -u -r1.76 -r1.77
23 --- ChangeLog 23 Feb 2015 11:17:20 -0000 1.76
24 +++ ChangeLog 25 Feb 2015 01:53:54 -0000 1.77
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/xdebug-client
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.76 2015/02/23 11:17:20 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.77 2015/02/25 01:53:54 grknight Exp $
30 +
31 +*xdebug-client-2.3.1 (25 Feb 2015)
32 +
33 + 25 Feb 2015; Brian Evans <grknight@g.o> +xdebug-client-2.3.1.ebuild:
34 + Version bump
35
36 23 Feb 2015; Agostino Sarubbo <ago@g.o> xdebug-client-2.2.6.ebuild:
37 Stable for ppc64, wrt bug #538554
38
39
40
41 1.1 dev-php/xdebug-client/xdebug-client-2.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.3.1.ebuild?rev=1.1&view=markup
44 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
45
46 Index: xdebug-client-2.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=5
53
54 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
55
56 MY_PV="${PV/_/}"
57 MY_PV="${MY_PV/rc/RC}"
58
59 DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
60 HOMEPAGE="http://www.xdebug.org/"
61 SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz"
62 LICENSE="Xdebug"
63 SLOT="0"
64 IUSE="libedit"
65
66 S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
67
68 DEPEND="libedit? ( dev-libs/libedit )"
69 RDEPEND="${DEPEND}"
70
71 src_configure() {
72 econf $(use_with libedit)
73 }
74
75 src_install() {
76 newbin debugclient xdebug
77 }