Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: ChangeLog xdebug-client-2.0.1.ebuild
Date: Sun, 28 Oct 2007 11:45:33
Message-Id: E1Im6a7-0001jg-UJ@stork.gentoo.org
1 jokey 07/10/28 11:45:27
2
3 Modified: ChangeLog
4 Added: xdebug-client-2.0.1.ebuild
5 Log:
6 Version bump from php project overlay
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.7 dev-php/xdebug-client/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 6 Sep 2007 15:54:58 -0000 1.6
23 +++ ChangeLog 28 Oct 2007 11:45:27 -0000 1.7
24 @@ -1,6 +1,15 @@
25 # ChangeLog for dev-php/xdebug-client
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.6 2007/09/06 15:54:58 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.7 2007/10/28 11:45:27 jokey Exp $
29 +
30 +*xdebug-client-2.0.1 (28 Oct 2007)
31 +
32 + 28 Oct 2007; Markus Ullmann <jokey@g.o>
33 + +xdebug-client-2.0.1.ebuild:
34 + Version bump from php project overlay
35 +
36 + 27 Oct 2007; Jakub Moc <jakub@g.o> +xdebug-client-2.0.1.ebuild:
37 + Version bump
38
39 06 Sep 2007; Markus Ullmann <jokey@g.o>
40 -xdebug-client-2.0.0_rc3.ebuild, -xdebug-client-2.0.0_rc4.ebuild:
41
42
43
44 1.1 dev-php/xdebug-client/xdebug-client-2.0.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xdebug-client-2.0.1.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.1.ebuild,v 1.1 2007/10/28 11:45:27 jokey Exp $
54
55 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
56
57 MY_PV="${PV/_/}"
58 MY_PV="${MY_PV/rc/RC}"
59
60 DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)."
61 HOMEPAGE="http://www.xdebug.org/"
62 SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz"
63 LICENSE="Xdebug"
64 SLOT="0"
65 IUSE="libedit"
66
67 S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
68
69 DEPEND="libedit? ( || ( dev-libs/libedit sys-freebsd/freebsd-lib ) )"
70 RDEPEND="${DEPEND}"
71
72 src_unpack() {
73 unpack ${A}
74 chmod +x "${S}"/configure
75 }
76
77 src_compile() {
78 econf $(use_with libedit) --disable-dependency-tracking
79 emake || die "Build of debug client failed!"
80 }
81
82 src_install() {
83 newbin debugclient xdebug
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list