summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-05-03 00:16:51 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-05-03 00:16:51 +0000
commitae19d41a986cd6d175affaacf7c92f0dd35be73c (patch)
tree4196205b42e70e344aec50b66348a53d6a2148ce /app-benchmarks
parentversion bump and cleanout (diff)
downloadgentoo-2-ae19d41a986cd6d175affaacf7c92f0dd35be73c.tar.gz
gentoo-2-ae19d41a986cd6d175affaacf7c92f0dd35be73c.tar.bz2
gentoo-2-ae19d41a986cd6d175affaacf7c92f0dd35be73c.zip
qa fixes
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/iozone/iozone-3.242.ebuild10
-rw-r--r--app-benchmarks/iozone/iozone-3.281.ebuild10
-rw-r--r--app-benchmarks/iozone/iozone-3.291.ebuild8
3 files changed, 14 insertions, 14 deletions
diff --git a/app-benchmarks/iozone/iozone-3.242.ebuild b/app-benchmarks/iozone/iozone-3.242.ebuild
index 4760a12f4f9b..2c01d421050a 100644
--- a/app-benchmarks/iozone/iozone-3.242.ebuild
+++ b/app-benchmarks/iozone/iozone-3.242.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild,v 1.9 2007/02/15 11:26:48 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.242.ebuild,v 1.10 2008/05/03 00:16:51 dragonheart Exp $
# TODO
# -> linux-arm (32bit) <-
@@ -30,7 +30,7 @@ SLOT="0"
KEYWORDS="amd64 arm ia64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND="sys-devel/gcc
+DEPEND="
>=sys-apps/sed-4
virtual/libc"
RDEPEND="virtual/libc"
@@ -73,6 +73,6 @@ src_install() {
}
src_test() {
- cd ${T}
- ${S}/src/current/iozone testfile || die "self test failed"
+ cd "${T}"
+ "${S}"/src/current/iozone testfile || die "self test failed"
}
diff --git a/app-benchmarks/iozone/iozone-3.281.ebuild b/app-benchmarks/iozone/iozone-3.281.ebuild
index 94220cdb71d0..b6e93e675e64 100644
--- a/app-benchmarks/iozone/iozone-3.281.ebuild
+++ b/app-benchmarks/iozone/iozone-3.281.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild,v 1.1 2007/02/15 11:26:48 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.281.ebuild,v 1.2 2008/05/03 00:16:51 dragonheart Exp $
# TODO
# -> linux-arm (32bit) <-
@@ -30,7 +30,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="sys-devel/gcc
+DEPEND="
>=sys-apps/sed-4
virtual/libc"
RDEPEND="virtual/libc"
@@ -72,6 +72,6 @@ src_install() {
}
src_test() {
- cd ${T}
- ${S}/src/current/iozone testfile || die "self test failed"
+ cd "${T}"
+ "${S}"/src/current/iozone testfile || die "self test failed"
}
diff --git a/app-benchmarks/iozone/iozone-3.291.ebuild b/app-benchmarks/iozone/iozone-3.291.ebuild
index 683902f8eb37..375e0698b8ab 100644
--- a/app-benchmarks/iozone/iozone-3.291.ebuild
+++ b/app-benchmarks/iozone/iozone-3.291.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild,v 1.1 2008/05/03 00:12:30 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.291.ebuild,v 1.2 2008/05/03 00:16:51 dragonheart Exp $
# TODO
# -> linux-arm (32bit) <-
@@ -30,7 +30,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="sys-devel/gcc
+DEPEND="
>=sys-apps/sed-4
virtual/libc"
RDEPEND="virtual/libc"
@@ -72,6 +72,6 @@ src_install() {
}
src_test() {
- cd ${T}
- ${S}/src/current/iozone testfile || die "self test failed"
+ cd "${T}"
+ "${S}"/src/current/iozone testfile || die "self test failed"
}