Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite: phoronix-test-suite-3.2.1.ebuild ChangeLog
Date: Thu, 22 Mar 2012 06:17:40
Message-Id: 20120322061730.2A6002004B@flycatcher.gentoo.org
1 patrick 12/03/22 06:17:30
2
3 Modified: phoronix-test-suite-3.2.1.ebuild ChangeLog
4 Log:
5 Fixing php deps for #400665
6
7 (Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild?r1=1.2&r2=1.3
15
16 Index: phoronix-test-suite-3.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- phoronix-test-suite-3.2.1.ebuild 14 Dec 2011 22:55:55 -0000 1.2
23 +++ phoronix-test-suite-3.2.1.ebuild 22 Mar 2012 06:17:30 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild,v 1.2 2011/12/14 22:55:55 mabi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-3.2.1.ebuild,v 1.3 2012/03/22 06:17:30 patrick Exp $
30
31 EAPI=4
32
33 @@ -18,7 +18,7 @@
34 DEPEND=""
35
36 # php 5.3 doesn't have pcre and reflection useflags anymore
37 -RDEPEND="dev-lang/php:5.3[cli,curl,gd,posix,pcntl,truetype,zip]
38 +RDEPEND="dev-lang/php:5.3[cli,curl,gd,json,posix,pcntl,truetype,zip]
39 dev-php/pecl-ps"
40
41 S="${WORKDIR}/${PN}"
42
43
44
45 1.17 app-benchmarks/phoronix-test-suite/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.17&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.17&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?r1=1.16&r2=1.17
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
54 retrieving revision 1.16
55 retrieving revision 1.17
56 diff -u -r1.16 -r1.17
57 --- ChangeLog 14 Dec 2011 22:55:55 -0000 1.16
58 +++ ChangeLog 22 Mar 2012 06:17:30 -0000 1.17
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-benchmarks/phoronix-test-suite
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.16 2011/12/14 22:55:55 mabi Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.17 2012/03/22 06:17:30 patrick Exp $
65 +
66 + 22 Mar 2012; Patrick Lauer <patrick@g.o>
67 + phoronix-test-suite-3.2.1.ebuild:
68 + Fixing php deps for #400665
69
70 14 Dec 2011; Matti Bickel <mabi@g.o>
71 phoronix-test-suite-2.8.1-r1.ebuild, phoronix-test-suite-3.2.1.ebuild: