From 96f3af19e8034b70cc2801e9a103bc3f70c3c806 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sun, 9 Jan 2005 12:54:17 +0000 Subject: x86 and ppc stable. Removed old versions --- app-benchmarks/iozone/ChangeLog | 7 +- app-benchmarks/iozone/Manifest | 13 +--- app-benchmarks/iozone/files/3.221-gcc.patch | 19 ----- app-benchmarks/iozone/files/digest-iozone-3.221 | 1 - app-benchmarks/iozone/files/digest-iozone-3.221-r1 | 1 - app-benchmarks/iozone/files/digest-iozone-3.226 | 1 - app-benchmarks/iozone/iozone-3.221-r1.ebuild | 82 --------------------- app-benchmarks/iozone/iozone-3.221.ebuild | 85 ---------------------- app-benchmarks/iozone/iozone-3.226-r1.ebuild | 4 +- app-benchmarks/iozone/iozone-3.226.ebuild | 77 -------------------- 10 files changed, 11 insertions(+), 279 deletions(-) delete mode 100644 app-benchmarks/iozone/files/3.221-gcc.patch delete mode 100644 app-benchmarks/iozone/files/digest-iozone-3.221 delete mode 100644 app-benchmarks/iozone/files/digest-iozone-3.221-r1 delete mode 100644 app-benchmarks/iozone/files/digest-iozone-3.226 delete mode 100644 app-benchmarks/iozone/iozone-3.221-r1.ebuild delete mode 100644 app-benchmarks/iozone/iozone-3.221.ebuild delete mode 100644 app-benchmarks/iozone/iozone-3.226.ebuild (limited to 'app-benchmarks/iozone') diff --git a/app-benchmarks/iozone/ChangeLog b/app-benchmarks/iozone/ChangeLog index b3b4432906bd..3c4b7cdc9956 100644 --- a/app-benchmarks/iozone/ChangeLog +++ b/app-benchmarks/iozone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-benchmarks/iozone # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.15 2005/01/09 11:40:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.16 2005/01/09 12:54:17 dragonheart Exp $ + + 09 Jan 2005; Daniel Black -files/3.221-gcc.patch, + -iozone-3.221-r1.ebuild, -iozone-3.221.ebuild, iozone-3.226-r1.ebuild, + -iozone-3.226.ebuild: + x86 and ppc stable. Removed old versions *iozone-3.226-r1 (09 Jan 2005) diff --git a/app-benchmarks/iozone/Manifest b/app-benchmarks/iozone/Manifest index 643a10f04f2f..20a6730fea30 100644 --- a/app-benchmarks/iozone/Manifest +++ b/app-benchmarks/iozone/Manifest @@ -1,12 +1,5 @@ -MD5 3019772a3d5a51fd2fff2a196bc6183b ChangeLog 2663 -MD5 d3882936d3b970d563f377204805d482 iozone-3.221-r1.ebuild 2076 -MD5 d398facdb9adae0bf653425178f7089d iozone-3.221.ebuild 1959 MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403 -MD5 7943d53cc21d392cee22e71231e479ad iozone-3.226.ebuild 1967 -MD5 97ebb7935ec505dd507d5b8734791275 iozone-3.226-r1.ebuild 2144 -MD5 19fa5141eb3eec9357704d234cdc2d31 files/3.221-gcc.patch 469 -MD5 2f97f7c83ee517e3716bfe9273022e21 files/digest-iozone-3.221 61 -MD5 2f97f7c83ee517e3716bfe9273022e21 files/digest-iozone-3.221-r1 61 -MD5 12fc9646500c0b8c87299cfd1e222779 files/digest-iozone-3.226 61 -MD5 28d68364294fafbeadf3f599f4ae4abd files/iozone-3.226-ppc64.patch 1484 +MD5 3019772a3d5a51fd2fff2a196bc6183b ChangeLog 2663 +MD5 16a3945038cd1c9a684e907cf00337dd iozone-3.226-r1.ebuild 2142 MD5 12fc9646500c0b8c87299cfd1e222779 files/digest-iozone-3.226-r1 61 +MD5 28d68364294fafbeadf3f599f4ae4abd files/iozone-3.226-ppc64.patch 1484 diff --git a/app-benchmarks/iozone/files/3.221-gcc.patch b/app-benchmarks/iozone/files/3.221-gcc.patch deleted file mode 100644 index 401e1550f34d..000000000000 --- a/app-benchmarks/iozone/files/3.221-gcc.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- ./src/current/iozone.c.orig 2004-09-12 00:43:07.365625880 +0930 -+++ ./src/current/iozone.c 2004-09-12 00:43:59.785168920 +0930 -@@ -16297,7 +16297,7 @@ - { - double starttime,tmptime; - if(comp_delay == (float)0) -- return(0); -+ return(0.0); - starttime=time_so_far(); - while(1) - { -@@ -16305,6 +16305,7 @@ - if(tmptime >= (double)comp_delay) - return(tmptime); - } -+ return 0.0; - } - - /************************************************************************/ diff --git a/app-benchmarks/iozone/files/digest-iozone-3.221 b/app-benchmarks/iozone/files/digest-iozone-3.221 deleted file mode 100644 index 00e427f30d71..000000000000 --- a/app-benchmarks/iozone/files/digest-iozone-3.221 +++ /dev/null @@ -1 +0,0 @@ -MD5 dddcae599f0cfa825a634706a110b4c7 iozone3_221.tar 1423360 diff --git a/app-benchmarks/iozone/files/digest-iozone-3.221-r1 b/app-benchmarks/iozone/files/digest-iozone-3.221-r1 deleted file mode 100644 index 00e427f30d71..000000000000 --- a/app-benchmarks/iozone/files/digest-iozone-3.221-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dddcae599f0cfa825a634706a110b4c7 iozone3_221.tar 1423360 diff --git a/app-benchmarks/iozone/files/digest-iozone-3.226 b/app-benchmarks/iozone/files/digest-iozone-3.226 deleted file mode 100644 index b7bc8cc1b303..000000000000 --- a/app-benchmarks/iozone/files/digest-iozone-3.226 +++ /dev/null @@ -1 +0,0 @@ -MD5 e27979fea8aae7e68ff24a2d609d86d2 iozone3_226.tar 1433600 diff --git a/app-benchmarks/iozone/iozone-3.221-r1.ebuild b/app-benchmarks/iozone/iozone-3.221-r1.ebuild deleted file mode 100644 index b9fc0908a854..000000000000 --- a/app-benchmarks/iozone/iozone-3.221-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.221-r1.ebuild,v 1.4 2005/01/01 12:04:20 eradicator 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 toolchain-funcs - -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="~amd64 ~arm ~ppc ~sparc x86" -IUSE="" - -DEPEND="sys-devel/gcc - >=sys-apps/sed-4 - virtual/libc" -RDEPEND="virtual/libc" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-gcc.patch -} - -src_compile() { - cd src/current - - # Options FIX - sed -i -e "s:[/a-z]*cc.*-c.*-Dunix:$(tc-getCC) ${CFLAGS} -Dunix -c:g" \ - -e "s:[/a-z]*cc.*-Dunix:$(tc-getCC) ${CFLAGS} -Dunix:g" makefile - - case ${ARCH} in - x86|alpha) PLATFORM="linux";; - arm) PLATFORM="linux-arm";; - ppc) PLATFORM="linux-powerpc";; - amd64) PLATFORM="linux-AMD64";; - ia64) PLATFORM="linux-IA64";; - s390) PLATFORM="linux-S390";; - *) PLATFORM="linux-${ARCH}";; - esac - - emake ${PLATFORM} || die "Compile failed" -} - -src_install() { - dosbin src/current/iozone || die - 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" -} diff --git a/app-benchmarks/iozone/iozone-3.221.ebuild b/app-benchmarks/iozone/iozone-3.221.ebuild deleted file mode 100644 index 76d5b788411a..000000000000 --- a/app-benchmarks/iozone/iozone-3.221.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2005 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.6 2005/01/01 12:04:20 eradicator 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 toolchain-funcs - -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 ~amd64" -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:$(tc-getCC) ${CFLAGS} -Dunix -c:g" \ - -e "s:[/a-z]*cc.*-Dunix:$(tc-getCC) ${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" -} diff --git a/app-benchmarks/iozone/iozone-3.226-r1.ebuild b/app-benchmarks/iozone/iozone-3.226-r1.ebuild index 88ec0c8d42c7..273ed1a6adae 100644 --- a/app-benchmarks/iozone/iozone-3.226-r1.ebuild +++ b/app-benchmarks/iozone/iozone-3.226-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.226-r1.ebuild,v 1.1 2005/01/09 11:40:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.226-r1.ebuild,v 1.2 2005/01/09 12:54:17 dragonheart Exp $ # TODO # -> linux-arm (32bit) <- @@ -27,7 +27,7 @@ SRC_URI="http://www.iozone.org/src/current/${PN}${PV/./_}.tar" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="sys-devel/gcc diff --git a/app-benchmarks/iozone/iozone-3.226.ebuild b/app-benchmarks/iozone/iozone-3.226.ebuild deleted file mode 100644 index 06b6bb8d9ea9..000000000000 --- a/app-benchmarks/iozone/iozone-3.226.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.226.ebuild,v 1.2 2005/01/01 12:04:20 eradicator 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) <- -# -# ~ia64 ~s390 alpha(?) x86-fbsd - -inherit eutils toolchain-funcs - -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="~amd64 ~arm ~ppc ~sparc ~x86" -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:CC =.*:CC =$(tc-getCC):g" \ - -e "s:-O3 -Dunix:${CFLAGS} -Dunix:g" makefile - - case ${ARCH} in - x86|alpha) PLATFORM="linux";; - arm) PLATFORM="linux-arm";; - ppc) PLATFORM="linux-powerpc";; - amd64) PLATFORM="linux-AMD64";; - ia64) PLATFORM="linux-IA64";; - s390) PLATFORM="linux-S390";; - x86-fbsd) PLATFORM="freebsd";; - *) PLATFORM="linux-${ARCH}";; - esac - - emake ${PLATFORM} || die "Compile failed" -} - -src_install() { - dosbin src/current/iozone || die - dodoc docs/I* - dodoc docs/Run_rules.doc - dodoc src/current/Changes.txt - doman docs/iozone.1 - - insinto /usr/share/doc/${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" -} -- cgit v1.2.3-65-gdbad