diff options
author | George Shapovalov <george@gentoo.org> | 2003-01-05 06:25:51 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-01-05 06:25:51 +0000 |
commit | 8ce72a02e9f2339c8a9a4c9e1b68eb8e14bd9a06 (patch) | |
tree | 4d20bd06f165daba3a05a5ef3fe26d8bef048912 /app-misc | |
parent | new package - gnu forth translator (diff) | |
download | gentoo-2-8ce72a02e9f2339c8a9a4c9e1b68eb8e14bd9a06.tar.gz gentoo-2-8ce72a02e9f2339c8a9a4c9e1b68eb8e14bd9a06.tar.bz2 gentoo-2-8ce72a02e9f2339c8a9a4c9e1b68eb8e14bd9a06.zip |
new version, some clean-ups
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/bonnie++/ChangeLog | 19 | ||||
-rw-r--r-- | app-misc/bonnie++/bonnie++-1.03.ebuild | 31 | ||||
-rw-r--r-- | app-misc/bonnie++/files/digest-bonnie++-1.03 | 1 |
3 files changed, 43 insertions, 8 deletions
diff --git a/app-misc/bonnie++/ChangeLog b/app-misc/bonnie++/ChangeLog index 9aa011e6e940..4d03ad89800c 100644 --- a/app-misc/bonnie++/ChangeLog +++ b/app-misc/bonnie++/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-misc/bonnie++ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/bonnie++/ChangeLog,v 1.4 2002/10/14 20:02:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/bonnie++/ChangeLog,v 1.5 2003/01/05 06:25:51 george Exp $ + +*bonnie++-1.03 (6 Dec 2002) + + 4 Jan 2003; George Shapovalov <george@gentoo.org> bonnie++-1.03.ebuild : + for whatever reason got this one assigned to me. + Checked and committed. + + 5 Dec 2002; William McArthur <sandymac@gentoo.org> bonnie++-1.03.ebuild : + + Bummped the ebuild file name and added IUSE and DEPEND lines. *bonnie++-1.02c-r1 (14 Oct 2002) @@ -20,10 +30,3 @@ *bonnie++-1.02a (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/app-misc/bonnie++/bonnie++-1.03.ebuild b/app-misc/bonnie++/bonnie++-1.03.ebuild new file mode 100644 index 000000000000..f4d56cf1e16f --- /dev/null +++ b/app-misc/bonnie++/bonnie++-1.03.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/bonnie++/bonnie++-1.03.ebuild,v 1.1 2003/01/05 06:25:51 george Exp $ + +DESCRIPTION="Hard drive bottleneck testing benchmark suite." +SRC_URI="http://www.coker.com.au/bonnie++/${P}.tgz" +HOMEPAGE="http://www.coker.com.au/bonnie++/" + +SLOT="0" +LICENSE="GPL-2" +# I think this should work on other than x86 platforms (by sandymac) +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +IUSE="" +DEPEND="virtual/glibc" + +src_compile() { + local myconf="" + [ "$DEBUG" == "true" ] && myconf="--with-debug --disable-stripping" + + econf ${myconf} + emake || die "emake failed" + emake zcav || die "emake zcav failed" # see #9073 +} + +src_install() { + dosbin bonnie++ zcav + dobin bon_csv2html bon_csv2txt + doman bon_csv2html.1 bon_csv2txt.1 bonnie++.8 zcav.8 + dohtml readme.html + dodoc changelog.txt copyright.txt credits.txt +} diff --git a/app-misc/bonnie++/files/digest-bonnie++-1.03 b/app-misc/bonnie++/files/digest-bonnie++-1.03 new file mode 100644 index 000000000000..a22287983873 --- /dev/null +++ b/app-misc/bonnie++/files/digest-bonnie++-1.03 @@ -0,0 +1 @@ +MD5 0ce81f00b40fa5549503494cda8de25a bonnie++-1.03.tgz 76101 |