summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-09 20:17:45 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-09 23:54:58 +0100
commit5e2972f0a0ba1abae2a1e7fc7b1f39176aadbc8a (patch)
tree29f32ed63ee04c118e7e8e833e3fcdb305e81762 /app-benchmarks
parentapp-benchmarks/nbench: update EAPI 6 -> 8 (diff)
downloadgentoo-5e2972f0a0ba1abae2a1e7fc7b1f39176aadbc8a.tar.gz
gentoo-5e2972f0a0ba1abae2a1e7fc7b1f39176aadbc8a.tar.bz2
gentoo-5e2972f0a0ba1abae2a1e7fc7b1f39176aadbc8a.zip
app-benchmarks/nbench: drop 2.2.3-r1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/nbench/nbench-2.2.3-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-benchmarks/nbench/nbench-2.2.3-r1.ebuild b/app-benchmarks/nbench/nbench-2.2.3-r1.ebuild
deleted file mode 100644
index 51cb305f3f54..000000000000
--- a/app-benchmarks/nbench/nbench-2.2.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_P="${PN}-byte-${PV}"
-
-DESCRIPTION="Linux/Unix of release 2 of BYTE Magazine's BYTEmark benchmark"
-HOMEPAGE="http://www.tux.org/~mayer/linux/bmark.html"
-SRC_URI="http://www.tux.org/~mayer/linux/${MY_P}.tar.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
-
-src_prepare() {
- default
-
- sed \
- -e 's:$compiler -v\( 2>&1 | sed -e "/version/!d"\|\):$compiler -dumpversion:' \
- -i sysinfo.sh || die "patching sysinfo.sh failed"
- sed -e 's:inpath="NNET.DAT":inpath="/usr/share/nbench/NNET.DAT":' \
- -i nbench1.h || die "patching nbench1.h failed"
-}
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- dobin nbench
- dodoc Changes README* bdoc.txt
-
- insinto /usr/share/nbench
- doins NNET.DAT
-}