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
commita931064ab62d1610033badd09c8928c3d0fd2aff (patch)
tree8ca50534afac9bb5a530926f18cafe80f5fd9aca
parentMetadata fix. (diff)
downloadhistorical-a931064ab62d1610033badd09c8928c3d0fd2aff.tar.gz
historical-a931064ab62d1610033badd09c8928c3d0fd2aff.tar.bz2
historical-a931064ab62d1610033badd09c8928c3d0fd2aff.zip
Initial import. Thanks to Diego Garcia (bug #40609).
-rw-r--r--app-benchmarks/contest/ChangeLog9
-rw-r--r--app-benchmarks/contest/Manifest3
-rw-r--r--app-benchmarks/contest/contest-0.61.ebuild30
-rw-r--r--app-benchmarks/contest/files/digest-contest-0.611
4 files changed, 43 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..0f9a11c82509
--- /dev/null
+++ b/app-benchmarks/contest/Manifest
@@ -0,0 +1,3 @@
+MD5 aa75d22f1aa23910e01a1c762b6e67e0 contest-0.61.ebuild 770
+MD5 abd1bb24fa9651a1e7836b339734f637 ChangeLog 383
+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