From 0336caee64246d33a41e9a5108f9d28e516b13bc Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Wed, 9 Feb 2022 20:15:34 +0100 Subject: app-benchmarks/interbench: drop 0.31 Signed-off-by: Conrad Kostecki --- app-benchmarks/interbench/interbench-0.31.ebuild | 40 ------------------------ 1 file changed, 40 deletions(-) delete mode 100644 app-benchmarks/interbench/interbench-0.31.ebuild (limited to 'app-benchmarks/interbench') diff --git a/app-benchmarks/interbench/interbench-0.31.ebuild b/app-benchmarks/interbench/interbench-0.31.ebuild deleted file mode 100644 index 9735d348f47a..000000000000 --- a/app-benchmarks/interbench/interbench-0.31.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="A Linux interactivity benchmark" -HOMEPAGE="https://github.com/ckolivas/interbench/" -SRC_URI="https://github.com/ckolivas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="amd64 x86" -LICENSE="GPL-2+" -SLOT="0" - -PATCHES=( - "${FILESDIR}/${P}-makefile.patch" - "${FILESDIR}/${P}-musl.patch" -) - -DOCS=( - "readme" - "readme.interactivity" -) - -src_prepare() { - default - - # Inline will fail, if optimizations are turned off - append-cflags -std=gnu89 - - tc-export CC -} - -src_install() { - dobin interbench - doman interbench.8 - - einstalldocs -} -- cgit v1.2.3-65-gdbad