summaryrefslogtreecommitdiff
path: root/app-benchmarks/libc-bench/libc-bench-20110206.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/libc-bench/libc-bench-20110206.ebuild')
-rw-r--r--app-benchmarks/libc-bench/libc-bench-20110206.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-benchmarks/libc-bench/libc-bench-20110206.ebuild b/app-benchmarks/libc-bench/libc-bench-20110206.ebuild
deleted file mode 100644
index 72efbc992efa..000000000000
--- a/app-benchmarks/libc-bench/libc-bench-20110206.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Time and memory-efficiency tests of various C/POSIX standard library functions"
-HOMEPAGE="http://www.etalabs.net/libc-bench.html http://git.musl-libc.org/cgit/libc-bench/"
-SRC_URI="http://www.etalabs.net/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/respect-flags.patch
-}
-
-src_configure() {
- tc-export CC
- CFLAGS+=" ${CPPFLAGS}"
-}
-
-src_install() {
- dobin libc-bench
-}