commit: 1f7a14178679c6062f5b2a69fc921b11ddbdc1fe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 28 06:28:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 28 06:28:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a1417
app-benchmarks/iozone: drop 3.488 Closes: https://bugs.gentoo.org/959119 Signed-off-by: Sam James <sam <AT> gentoo.org> app-benchmarks/iozone/Manifest | 1 - app-benchmarks/iozone/iozone-3.488.ebuild | 69 ------------------------------- 2 files changed, 70 deletions(-) diff --git a/app-benchmarks/iozone/Manifest b/app-benchmarks/iozone/Manifest index 4ebe117a2d37..00f266a83500 100644 --- a/app-benchmarks/iozone/Manifest +++ b/app-benchmarks/iozone/Manifest @@ -1,2 +1 @@ -DIST iozone3_488.tar 1873920 BLAKE2B 60e97d588a273c1af7a8c83ec207593fcf43766f92171774b974aa04a8df690a1a84aae4b448e4a6f9e4e9c7dc3cd98ad327a0ea196779e6dbe3a88326314eaf SHA512 033f9e6e7395fe84ae6f4ae8737544e399ac0f16e82ba95eed2a2d0df52b7efcbe0c9282abc68d3c5b53d859073c74bff2e8c34bc35e1e1cc887ed36ad5d840b DIST iozone3_506.tar 1894400 BLAKE2B 7434b691114aa5fabe10d659d47abe60b7efd76b75dff1c6cd0fc9205807f48cb3452022dc300b454acfbcf07df26f972ffa5ff62b51fa858eecb0340fb26402 SHA512 908919aef957ee587e23ab1d29c0e7cdb985caa1ec80ddee0d3fcdad8aa78978de0f8fc83161b37223237119c50e0626a8366ce6b29debefbfee00240e97105e diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild deleted file mode 100644 index 9da4b5a3c633..000000000000 --- a/app-benchmarks/iozone/iozone-3.488.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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 ppc64 ~riscv ~sparc x86" - -S="${WORKDIR}/${PN}${PV/./_}" - -PATCHES=( "${FILESDIR}"/${PN}-3.488-gcc10-fno-common.patch ) - -src_prepare() { - default - - # Options FIX - sed -e '/CC =.*/d' \ - -e '/CFLAGS =.*/d' \ - -e 's:-O[23]:$(CFLAGS):g' \ - -e 's:-Dlinux:$(LDFLAGS) -Dlinux:g' \ - -i src/current/makefile || die -} - -src_configure() { - tc-export CC - - case ${ARCH} in - x86|alpha|riscv) PLATFORM="linux";; - arm) PLATFORM="linux-arm";; - ppc) PLATFORM="linux-powerpc";; - ppc64) PLATFORM="linux-powerpc64";; - amd64) PLATFORM="linux-AMD64";; - ia64) PLATFORM="linux-ia64";; - s390) PLATFORM="linux-S390";; - *) PLATFORM="linux-${ARCH}";; - esac - - # makefile uses $(GCC) in a few places, probably - # by mistake. - export GCC="$(tc-getCC)" -} - -src_compile() { - emake -C src/current ${PLATFORM} -} - -src_test() { - cd "${T}" || die - "${S}"/src/current/iozone testfile || die "self test failed" -} - -src_install() { - dosbin src/current/{iozone,fileop} - - # decompress pre-compressed file to make QA check happy - gunzip docs/Iozone_ps.gz || die - - dodoc docs/I* docs/Run_rules.doc src/current/Changes.txt - doman docs/iozone.1 - cd src/current || die - dodoc Generate_Graphs Gnuplot.txt gengnuplot.sh gnu3d.dem -}
