diff options
author | Achim Gottinger <achim@gentoo.org> | 2002-07-25 12:11:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2002-07-25 12:11:11 +0000 |
commit | 48e0075138df7e6feb4c939d0628d613f193ca67 (patch) | |
tree | 50b5096ad0cb1436bb5799948525c3ac0ce9ae3b /app-benchmarks | |
parent | new versions of librsvg eel and nautilus (2.0.1) librsvg ebuilded (diff) | |
download | historical-48e0075138df7e6feb4c939d0628d613f193ca67.tar.gz historical-48e0075138df7e6feb4c939d0628d613f193ca67.tar.bz2 historical-48e0075138df7e6feb4c939d0628d613f193ca67.zip |
Added new version
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/dbench/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/dbench/dbench-2.0.ebuild | 38 | ||||
-rw-r--r-- | app-benchmarks/dbench/files/digest-dbench-2.0 | 1 |
3 files changed, 46 insertions, 1 deletions
diff --git a/app-benchmarks/dbench/ChangeLog b/app-benchmarks/dbench/ChangeLog index 7b59d08b8cf2..0312ee6fc708 100644 --- a/app-benchmarks/dbench/ChangeLog +++ b/app-benchmarks/dbench/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-benchmarks/dbench # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.2 2002/07/16 02:40:35 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.3 2002/07/25 12:11:11 achim Exp $ + +*dbench-2.0 (25 Jul 2002) + + 25 Jul 2002; Achim Gottinger <achim@gentoo.org> : + + New Version added man page and results.txt to the docs. *dbench-1.3 (09 Jul 2002) diff --git a/app-benchmarks/dbench/dbench-2.0.ebuild b/app-benchmarks/dbench/dbench-2.0.ebuild new file mode 100644 index 000000000000..758641842c80 --- /dev/null +++ b/app-benchmarks/dbench/dbench-2.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-2.0.ebuild,v 1.1 2002/07/25 12:11:11 achim Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Popular filesystem benchmark" +SRC_URI="ftp://samba.org/pub/tridge/dbench/${P}.tar.gz" +HOMEPAGE="ftp://samba.org/pub/tridge/dbench/" +DEPEND="virtual/glibc sys-apps/sed" + +KEYWORDS="x86" +SLOT=0 +LICENSE="GPL-2" + +src_unpack() { + unpack ${A} + cd ${S} + cp Makefile Makefile.orig + sed -e "s:-O2 -Wall:${CFLAGS}:g" Makefile.orig > Makefile +} + +src_compile() { + emake +} + +src_install() { + dobin dbench tbench tbench_srv + dodoc README results.txt + insinto /usr/share/dbench + doins client_plain.txt client_oplocks.txt + doman dbench.1 +} + +pkg_postinst() { + einfo "dbench info:" + einfo "You can find the client_*.txt file in ${ROOT}usr/share/dbench." + echo +} diff --git a/app-benchmarks/dbench/files/digest-dbench-2.0 b/app-benchmarks/dbench/files/digest-dbench-2.0 new file mode 100644 index 000000000000..55e2b4f17a7e --- /dev/null +++ b/app-benchmarks/dbench/files/digest-dbench-2.0 @@ -0,0 +1 @@ +MD5 004dbcce11bf22debf068b053ef61f62 dbench-2.0.tar.gz 699860 |