diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 20:15:34 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 23:54:57 +0100 |
commit | 0336caee64246d33a41e9a5108f9d28e516b13bc (patch) | |
tree | 2e03fca9f7ca5d3f7ea7f00518aa91ebe8f421be /app-benchmarks | |
parent | app-benchmarks/interbench: update EAPI 7 -> 8 (diff) | |
download | gentoo-0336caee64246d33a41e9a5108f9d28e516b13bc.tar.gz gentoo-0336caee64246d33a41e9a5108f9d28e516b13bc.tar.bz2 gentoo-0336caee64246d33a41e9a5108f9d28e516b13bc.zip |
app-benchmarks/interbench: drop 0.31
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/interbench/interbench-0.31.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
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 -} |