summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-07-21 00:26:40 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-07-21 00:26:40 +0000
commit79caf10fbab4fecb9ff6dc9089f50e88f467a75d (patch)
tree7a3574bba6768c7f6eac831a39c5f715a99eaa90 /app-benchmarks
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-79caf10fbab4fecb9ff6dc9089f50e88f467a75d.tar.gz
gentoo-2-79caf10fbab4fecb9ff6dc9089f50e88f467a75d.tar.bz2
gentoo-2-79caf10fbab4fecb9ff6dc9089f50e88f467a75d.zip
version bump as per bug #57729
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/iozone/ChangeLog7
-rw-r--r--app-benchmarks/iozone/Manifest12
-rw-r--r--app-benchmarks/iozone/files/digest-iozone-3.2211
-rw-r--r--app-benchmarks/iozone/iozone-3.221.ebuild85
4 files changed, 94 insertions, 11 deletions
diff --git a/app-benchmarks/iozone/ChangeLog b/app-benchmarks/iozone/ChangeLog
index 5a8ffd9e7048..eb14d922b89c 100644
--- a/app-benchmarks/iozone/ChangeLog
+++ b/app-benchmarks/iozone/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-benchmarks/iozone
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.7 2004/07/18 05:56:29 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.8 2004/07/21 00:26:40 dragonheart Exp $
+
+*iozone-3.221 (21 Jul 2004)
+
+ 21 Jul 2004; Daniel Black <dragonheart@gentoo.org> +iozone-3.221.ebuild:
+ version bump as per bug #57729. Thanks to rockoo@rockoo.homelinux.org
18 Jul 2004; Daniel Black <dragonheart@gentoo.org> iozone-3.218.ebuild:
x86 stable
diff --git a/app-benchmarks/iozone/Manifest b/app-benchmarks/iozone/Manifest
index e9e265b97aff..1c4164001da4 100644
--- a/app-benchmarks/iozone/Manifest
+++ b/app-benchmarks/iozone/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 6be0ef3c25fcbb0692a4ee8e6a31a8f1 iozone-3.217.ebuild 978
MD5 2b2c3a01ee8352824750d4123c0388f9 iozone-3.218.ebuild 1878
MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
MD5 4a6943e7d2f2b9dc436a78f076171de3 ChangeLog 961
+MD5 37ca6c3d592379f8b67bc9fad0ca0e86 iozone-3.221.ebuild 1879
MD5 e656883c1b06fd737e3f145ee18fb5b5 files/digest-iozone-3.217 61
MD5 d8d6924bd76a53cd2df1c261ae63b02f files/digest-iozone-3.218 61
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFA+hLSmdTrptrqvGERAs6xAJ4kAiVqXRKVpN1QK25t2Uwxjy9dFwCfWuW4
-mXcirg7uc7gUqi/7/I1R0l8=
-=dFM1
------END PGP SIGNATURE-----
+MD5 2f97f7c83ee517e3716bfe9273022e21 files/digest-iozone-3.221 61
diff --git a/app-benchmarks/iozone/files/digest-iozone-3.221 b/app-benchmarks/iozone/files/digest-iozone-3.221
new file mode 100644
index 000000000000..00e427f30d71
--- /dev/null
+++ b/app-benchmarks/iozone/files/digest-iozone-3.221
@@ -0,0 +1 @@
+MD5 dddcae599f0cfa825a634706a110b4c7 iozone3_221.tar 1423360
diff --git a/app-benchmarks/iozone/iozone-3.221.ebuild b/app-benchmarks/iozone/iozone-3.221.ebuild
new file mode 100644
index 000000000000..0b73bca37a77
--- /dev/null
+++ b/app-benchmarks/iozone/iozone-3.221.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.221.ebuild,v 1.1 2004/07/21 00:26:40 dragonheart Exp $
+
+# TODO
+# -> linux-arm (32bit) <-
+# -> linux-AMD64 (64bit) <-
+# -> linux-ia64 (64bit) <-
+# -> linux-powerpc (32bit) <-
+# -> linux-S390 (32bit) <-
+# -> linux-S390X (64bit) <-
+#
+# -> freebsd (32bit) <-
+# -> macosx (32bit) <-
+# -> netbsd (32bit) <-
+# -> openbsd (32bit) <-
+# -> openbsd-threads (32bit) <-
+#
+# ~arm ~amd64 ~ia64 ~s390 alpha(?)
+
+inherit eutils
+
+DESCRIPTION="Filesystem benchmarking program"
+HOMEPAGE="http://www.iozone.org/"
+SRC_URI="http://www.iozone.org/src/current/${PN}${PV/./_}.tar"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
+
+DEPEND="sys-devel/gcc
+ >=sys-apps/sed-4
+ virtual/libc"
+RDEPEND="virtual/libc"
+
+S=${WORKDIR}
+
+src_compile() {
+ cd src/current
+
+ # Options FIX
+ sed -i -e "s:[/a-z]*cc.*-c.*-Dunix:${CC} ${CFLAGS} -Dunix -c:g" \
+ -e "s:[/a-z]*cc.*-Dunix:${CC} ${CFLAGS} -Dunix:g" makefile
+
+ case ${ARCH} in
+ x86|alpha)
+ PLATFORM="linux"
+ ;;
+ ppc)
+ PLATFORM="linux-powerpc"
+ ;;
+ amd64)
+ PLATFORM="linux-AMD64"
+ ;;
+ s390)
+ PLATFORM="linux-S390"
+ ;;
+ *)
+ PLATFORM="linux-${ARCH}"
+ ;;
+ esac
+
+ emake ${PLATFORM} || die "Compile failed"
+}
+
+src_install() {
+ dosbin src/current/iozone
+ dodoc docs/I*
+ dodoc docs/Run_rules.doc
+ dodoc src/current/Changes.txt
+ doman docs/iozone.1
+
+ dodir /usr/share/${PF}
+ insinto /usr/share/${PF}
+ cd src/current
+ doins Generate_Graphs Gnuplot.txt gengnuplot.sh gnu3d.dem
+
+ prepall
+}
+
+src_test() {
+ cd ${T}
+ ${S}/src/current/iozone testfile || die "self test failed"
+}