Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xhprof: xhprof-0.9.3.ebuild ChangeLog
Date: Mon, 20 May 2013 14:43:22
Message-Id: 20130520144319.648442171D@flycatcher.gentoo.org
1 olemarkus 13/05/20 14:43:19
2
3 Modified: ChangeLog
4 Added: xhprof-0.9.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
9
10 Revision Changes Path
11 1.3 dev-php/xhprof/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xhprof/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xhprof/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xhprof/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/xhprof/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 5 Mar 2013 10:09:34 -0000 1.2
24 +++ ChangeLog 20 May 2013 14:43:19 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/xhprof
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/ChangeLog,v 1.2 2013/03/05 10:09:34 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/ChangeLog,v 1.3 2013/05/20 14:43:19 olemarkus Exp $
30 +
31 +*xhprof-0.9.3 (20 May 2013)
32 +
33 + 20 May 2013; Ole Markus With <olemarkus@g.o> +xhprof-0.9.3.ebuild:
34 + Version bump
35
36 05 Mar 2013; Ole Markus With <olemarkus@g.o> xhprof-0.9.2.ebuild:
37 EAPI bump
38
39
40
41 1.1 dev-php/xhprof/xhprof-0.9.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xhprof/xhprof-0.9.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xhprof/xhprof-0.9.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xhprof-0.9.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/xhprof-0.9.3.ebuild,v 1.1 2013/05/20 14:43:19 olemarkus Exp $
51
52 EAPI="5"
53
54 PHP_EXT_S="${WORKDIR}/${P}/extension"
55
56 USE_PHP="php5-4 php5-5"
57
58 inherit php-ext-pecl-r2
59
60 KEYWORDS="~amd64 ~x86"
61
62 HOMEPAGE="http://pecl.php.net/package/xhprof"
63 DESCRIPTION="A Hierarchical Profiler for PHP"
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND="${DEPEND}
70 dev-lang/php
71 "