summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-02-13 19:03:12 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-02-13 19:03:35 +1100
commitdb214b250d1be9ba71814362aab004db3afe6051 (patch)
treea26e7cd55e9a44c791d242f936a5badd478147fe /app-benchmarks
parentapp-misc/regex-markup: remove old (diff)
downloadgentoo-db214b250d1be9ba71814362aab004db3afe6051.tar.gz
gentoo-db214b250d1be9ba71814362aab004db3afe6051.tar.bz2
gentoo-db214b250d1be9ba71814362aab004db3afe6051.zip
app-benchmarks/contest: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/contest/contest-0.61.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-benchmarks/contest/contest-0.61.ebuild b/app-benchmarks/contest/contest-0.61.ebuild
deleted file mode 100644
index d5ff20302e9a..000000000000
--- a/app-benchmarks/contest/contest-0.61.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Test system responsiveness to compare different kernels"
-HOMEPAGE="http://users.tpg.com.au/ckolivas/contest/"
-SRC_URI="http://www.tux.org/pub/kernel/people/ck/apps/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=app-benchmarks/dbench-2.0"
-
-src_unpack () {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/contest-fortify_sources.patch"
-
- #Removing -g
- sed -i "s:-g::" Makefile
- #Adding our cflags
- sed -i "s:-O2:${CFLAGS} ${LDFLAGS}:" Makefile
- sed -i -e "/^CC/s/gcc/$(tc-getCC)/" Makefile
-}
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin contest || die
- doman contest.1
- dodoc README
-}