diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-16 17:56:56 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-16 17:56:56 +0000 |
commit | 04290d56f0f599da3465f66877290d6c10d55056 (patch) | |
tree | 6e4505f21bf72e5cae75c4c8b9a5268d5c72048f /app-benchmarks/tiobench | |
parent | moved to app-mobilephone/bemused (diff) | |
download | gentoo-2-04290d56f0f599da3465f66877290d6c10d55056.tar.gz gentoo-2-04290d56f0f599da3465f66877290d6c10d55056.tar.bz2 gentoo-2-04290d56f0f599da3465f66877290d6c10d55056.zip |
Marked 0.3.3-r2 stable on all arches that 0.3.3-r1 is stable on. Only change is a patch that adjusts the ouput format.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-benchmarks/tiobench')
-rw-r--r-- | app-benchmarks/tiobench/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/tiobench/files/digest-tiobench-0.3.3-r1 | 1 | ||||
-rw-r--r-- | app-benchmarks/tiobench/tiobench-0.3.3-r1.ebuild | 37 | ||||
-rw-r--r-- | app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild | 16 |
4 files changed, 12 insertions, 49 deletions
diff --git a/app-benchmarks/tiobench/ChangeLog b/app-benchmarks/tiobench/ChangeLog index 3a033cb37d87..b6cb5d9b6fd8 100644 --- a/app-benchmarks/tiobench/ChangeLog +++ b/app-benchmarks/tiobench/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-benchmarks/tiobench # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.12 2005/03/26 20:04:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.13 2005/05/16 17:56:56 swegener Exp $ + + 16 May 2005; Sven Wegener <swegener@gentoo.org> -tiobench-0.3.3-r1.ebuild, + tiobench-0.3.3-r2.ebuild: + Marked 0.3.3-r2 stable on all arches that 0.3.3-r1 is stable on. Only change + is a patch that adjusts the ouput format. 26 Mar 2005; Sven Wegener <swegener@gentoo.org> files/0.3.3-column-description-fix.patch: diff --git a/app-benchmarks/tiobench/files/digest-tiobench-0.3.3-r1 b/app-benchmarks/tiobench/files/digest-tiobench-0.3.3-r1 deleted file mode 100644 index 20ba79163de5..000000000000 --- a/app-benchmarks/tiobench/files/digest-tiobench-0.3.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bf485bf820e693c79e6bd2a38702a128 tiobench-0.3.3.tar.gz 28282 diff --git a/app-benchmarks/tiobench/tiobench-0.3.3-r1.ebuild b/app-benchmarks/tiobench/tiobench-0.3.3-r1.ebuild deleted file mode 100644 index 6131cb1ec8ef..000000000000 --- a/app-benchmarks/tiobench/tiobench-0.3.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r1.ebuild,v 1.7 2005/01/01 12:06:26 eradicator Exp $ - -DESCRIPTION="Portable, robust, fully-threaded I/O benchmark program" -HOMEPAGE="http://tiobench.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc ppc64" -IUSE="" - -RDEPEND="virtual/libc - dev-lang/perl" -DEPEND=">=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i \ - -e 's:/usr/local/bin:/usr/sbin:' tiobench.pl \ - || die "sed tiobench.pl failed" - sed -i \ - -e '/DLARGEFILES/ s/^#//' \ - -e "/^CFLAGS/ s:=.*:= ${CFLAGS}:" Makefile \ - || die "sed Makefile failed" -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dosbin tiotest tiobench.pl tiosum.pl || die "dosbin failed" - dodoc BUGS ChangeLog README TODO -} diff --git a/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild b/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild index 965efad05ca8..4e6dfd6a991a 100644 --- a/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild +++ b/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild,v 1.1 2005/03/22 12:51:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/tiobench-0.3.3-r2.ebuild,v 1.2 2005/05/16 17:56:56 swegener Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Portable, robust, fully-threaded I/O benchmark program" HOMEPAGE="http://tiobench.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" +KEYWORDS="x86 amd64 ppc ppc64" IUSE="" RDEPEND="virtual/libc @@ -19,21 +19,17 @@ DEPEND=">=sys-apps/sed-4" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/0.3.3-column-description-fix.patch + epatch "${FILESDIR}"/0.3.3-column-description-fix.patch sed -i \ -e 's:/usr/local/bin:/usr/sbin:' tiobench.pl \ || die "sed tiobench.pl failed" - sed -i \ - -e '/DLARGEFILES/ s/^#//' \ - -e "/^CFLAGS/ s:=.*:= ${CFLAGS}:" Makefile \ - || die "sed Makefile failed" } src_compile() { - emake || die "emake failed" + emake CC="$(tc-getCC)" DEFINES="-DLARGEFILES" CFLAGS="${CFLAGS}" || die "emake failed" } src_install() { |