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: ChangeLog phoronix-test-suite-2.4.1-r1.ebuild
Date: Tue, 02 Mar 2010 12:48:44
Message-Id: E1NmRWk-0007Kf-5Q@stork.gentoo.org
1 patrick 10/03/02 12:48:42
2
3 Modified: ChangeLog phoronix-test-suite-2.4.1-r1.ebuild
4 Log:
5 Adding missing inherit and small cleanup
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 app-benchmarks/phoronix-test-suite/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 1 Mar 2010 15:23:36 -0000 1.6
22 +++ ChangeLog 2 Mar 2010 12:48:41 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-benchmarks/phoronix-test-suite
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.6 2010/03/01 15:23:36 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/ChangeLog,v 1.7 2010/03/02 12:48:41 patrick Exp $
28 +
29 + 02 Mar 2010; Patrick Lauer <patrick@g.o>
30 + phoronix-test-suite-2.4.1-r1.ebuild:
31 + Adding missing inherit and small cleanup
32
33 *phoronix-test-suite-2.4.1-r1 (01 Mar 2010)
34
35
36
37
38 1.2 app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: phoronix-test-suite-2.4.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- phoronix-test-suite-2.4.1-r1.ebuild 1 Mar 2010 15:23:36 -0000 1.1
51 +++ phoronix-test-suite-2.4.1-r1.ebuild 2 Mar 2010 12:48:41 -0000 1.2
52 @@ -1,9 +1,11 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild,v 1.1 2010/03/01 15:23:36 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-2.4.1-r1.ebuild,v 1.2 2010/03/02 12:48:41 patrick Exp $
57
58 EAPI=2
59
60 +inherit eutils
61 +
62 DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
63 HOMEPAGE="http://www.phoronix-test-suite.com"
64 SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
65 @@ -49,9 +51,9 @@
66
67 fperms a+x /usr/share/${PN}/pts/test-resources/*/*.sh
68 fperms a+x /usr/share/${PN}/pts/base-test-resources/*/*.sh
69 - fperms a+x /usr/share/${PN}/pts-core/modules/*.sh
70 + #fperms a+x /usr/share/${PN}/pts-core/modules/*.sh
71 fperms a+x /usr/share/${PN}/pts-core/test-libraries/*.sh
72 - fperms a+x /usr/share/${PN}/pts/distro-scripts/install-gentoo-packages.sh
73 + #fperms a+x /usr/share/${PN}/pts/distro-scripts/install-gentoo-packages.sh
74
75 # Need to fix the cli-php config for downloading to work. Very naughty!
76 dodir /etc/php/cli-php5