summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-02-06 23:10:06 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-02-06 23:10:06 +0000
commit9dcd3139be640cf73f028adf29b40c4b7361a1bd (patch)
tree34691c7d59b998581f795ee346a0dae71b58ad8f /app-benchmarks/contest
parentMetadata fix. (Manifest recommit) (diff)
downloadgentoo-2-9dcd3139be640cf73f028adf29b40c4b7361a1bd.tar.gz
gentoo-2-9dcd3139be640cf73f028adf29b40c4b7361a1bd.tar.bz2
gentoo-2-9dcd3139be640cf73f028adf29b40c4b7361a1bd.zip
Initial import. Thanks to Diego Garcia (bug #40609).
Diffstat (limited to 'app-benchmarks/contest')
-rw-r--r--app-benchmarks/contest/ChangeLog9
-rw-r--r--app-benchmarks/contest/Manifest2
-rw-r--r--app-benchmarks/contest/contest-0.61.ebuild30
-rw-r--r--app-benchmarks/contest/files/digest-contest-0.611
4 files changed, 42 insertions, 0 deletions
diff --git a/app-benchmarks/contest/ChangeLog b/app-benchmarks/contest/ChangeLog
new file mode 100644
index 000000000000..bdaadbf317b8
--- /dev/null
+++ b/app-benchmarks/contest/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-benchmarks/contest
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/contest/ChangeLog,v 1.1 2004/02/06 23:10:06 pyrania Exp $
+
+*contest-0.61 (07 Feb 2004)
+
+ 07 Feb 2004; Markus Nigbur <pyrania@gentoo.org> contest-0.61.ebuild:
+ Initial import. Thanks to Diego Garcia (bug #40609).
+
diff --git a/app-benchmarks/contest/Manifest b/app-benchmarks/contest/Manifest
new file mode 100644
index 000000000000..f143024e89b0
--- /dev/null
+++ b/app-benchmarks/contest/Manifest
@@ -0,0 +1,2 @@
+MD5 36cddcca1b71c4768f14a35d3a0680e3 contest-0.61.ebuild 664
+MD5 eee765df455aa16fef5a368b4f24a0e6 files/digest-contest-0.61 63
diff --git a/app-benchmarks/contest/contest-0.61.ebuild b/app-benchmarks/contest/contest-0.61.ebuild
new file mode 100644
index 000000000000..b4743922fe76
--- /dev/null
+++ b/app-benchmarks/contest/contest-0.61.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/contest/contest-0.61.ebuild,v 1.1 2004/02/06 23:10:06 pyrania Exp $
+
+DESCRIPTION="Test system responsiveness for compare different kernels"
+HOMEPAGE="http://members.optusnet.com.au/ckolivas/contest/"
+SRC_URI="http://members.optusnet.com.au/ckolivas/contest/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND=">=app-benchmarks/dbench-2.0"
+
+src_unpack () {
+ unpack ${A}
+ #Removing -g
+ sed -i "s:-g::" ${S}/Makefile
+ #Adding our cflags
+ sed -i "s:-O2:${CFLAGS}:" ${S}/Makefile
+}
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ into /usr
+ dobin contest
+ doman contest.1
+ dodoc COPYING README
+}
diff --git a/app-benchmarks/contest/files/digest-contest-0.61 b/app-benchmarks/contest/files/digest-contest-0.61
new file mode 100644
index 000000000000..24ab6da47e5e
--- /dev/null
+++ b/app-benchmarks/contest/files/digest-contest-0.61
@@ -0,0 +1 @@
+MD5 5bdc109addedd2c3435d956c5506e636 contest-0.61.tar.gz 33676