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