Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/iozone: iozone-3.291.ebuild iozone-3.242.ebuild iozone-3.281.ebuild
Date: Sat, 03 May 2008 00:16:55
Message-Id: E1Js5Qp-00019O-Vm@stork.gentoo.org
1 dragonheart 08/05/03 00:16:51
2
3 Modified: iozone-3.291.ebuild iozone-3.242.ebuild
4 iozone-3.281.ebuild
5 Log:
6 qa fixes
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.2 app-benchmarks/iozone/iozone-3.291.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild?r1=1.1&r2=1.2
15
16 Index: iozone-3.291.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- iozone-3.291.ebuild 3 May 2008 00:12:30 -0000 1.1
23 +++ iozone-3.291.ebuild 3 May 2008 00:16:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild,v 1.1 2008/05/03 00:12:30 dragonheart Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild,v 1.2 2008/05/03 00:16:51 dragonheart Exp $
29
30 # TODO
31 # -> linux-arm (32bit) <-
32 @@ -30,7 +30,7 @@
33 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
34 IUSE=""
35
36 -DEPEND="sys-devel/gcc
37 +DEPEND="
38 >=sys-apps/sed-4
39 virtual/libc"
40 RDEPEND="virtual/libc"
41 @@ -72,6 +72,6 @@
42 }
43
44 src_test() {
45 - cd ${T}
46 - ${S}/src/current/iozone testfile || die "self test failed"
47 + cd "${T}"
48 + "${S}"/src/current/iozone testfile || die "self test failed"
49 }
50
51
52
53 1.10 app-benchmarks/iozone/iozone-3.242.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild?rev=1.10&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild?rev=1.10&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild?r1=1.9&r2=1.10
58
59 Index: iozone-3.242.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild,v
62 retrieving revision 1.9
63 retrieving revision 1.10
64 diff -u -r1.9 -r1.10
65 --- iozone-3.242.ebuild 15 Feb 2007 11:26:48 -0000 1.9
66 +++ iozone-3.242.ebuild 3 May 2008 00:16:51 -0000 1.10
67 @@ -1,6 +1,6 @@
68 -# Copyright 1999-2007 Gentoo Foundation
69 +# Copyright 1999-2008 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild,v 1.9 2007/02/15 11:26:48 dragonheart Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild,v 1.10 2008/05/03 00:16:51 dragonheart Exp $
73
74 # TODO
75 # -> linux-arm (32bit) <-
76 @@ -30,7 +30,7 @@
77 KEYWORDS="amd64 arm ia64 ppc ppc64 sparc x86"
78 IUSE=""
79
80 -DEPEND="sys-devel/gcc
81 +DEPEND="
82 >=sys-apps/sed-4
83 virtual/libc"
84 RDEPEND="virtual/libc"
85 @@ -73,6 +73,6 @@
86 }
87
88 src_test() {
89 - cd ${T}
90 - ${S}/src/current/iozone testfile || die "self test failed"
91 + cd "${T}"
92 + "${S}"/src/current/iozone testfile || die "self test failed"
93 }
94
95
96
97 1.2 app-benchmarks/iozone/iozone-3.281.ebuild
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild?rev=1.2&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild?rev=1.2&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild?r1=1.1&r2=1.2
102
103 Index: iozone-3.281.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild,v
106 retrieving revision 1.1
107 retrieving revision 1.2
108 diff -u -r1.1 -r1.2
109 --- iozone-3.281.ebuild 15 Feb 2007 11:26:48 -0000 1.1
110 +++ iozone-3.281.ebuild 3 May 2008 00:16:51 -0000 1.2
111 @@ -1,6 +1,6 @@
112 -# Copyright 1999-2007 Gentoo Foundation
113 +# Copyright 1999-2008 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild,v 1.1 2007/02/15 11:26:48 dragonheart Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild,v 1.2 2008/05/03 00:16:51 dragonheart Exp $
117
118 # TODO
119 # -> linux-arm (32bit) <-
120 @@ -30,7 +30,7 @@
121 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
122 IUSE=""
123
124 -DEPEND="sys-devel/gcc
125 +DEPEND="
126 >=sys-apps/sed-4
127 virtual/libc"
128 RDEPEND="virtual/libc"
129 @@ -72,6 +72,6 @@
130 }
131
132 src_test() {
133 - cd ${T}
134 - ${S}/src/current/iozone testfile || die "self test failed"
135 + cd "${T}"
136 + "${S}"/src/current/iozone testfile || die "self test failed"
137 }
138
139
140
141 --
142 gentoo-commits@l.g.o mailing list