diff options
Diffstat (limited to 'app-benchmarks/interbench/interbench-0.31.ebuild')
-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 -} |