diff options
author | Tom Gall <tgall@gentoo.org> | 2004-09-02 02:20:52 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-09-02 02:20:52 +0000 |
commit | b89c897bd80d58dfdfe1e8446ca9c61cc7004cd7 (patch) | |
tree | 3ef48ce052ebb0d3448aad336a932681fae4d580 /app-benchmarks/pipebench | |
parent | stable on ppc64, bug #61787 (diff) | |
download | historical-b89c897bd80d58dfdfe1e8446ca9c61cc7004cd7.tar.gz historical-b89c897bd80d58dfdfe1e8446ca9c61cc7004cd7.tar.bz2 historical-b89c897bd80d58dfdfe1e8446ca9c61cc7004cd7.zip |
added ~ppc64, bug #61790
Diffstat (limited to 'app-benchmarks/pipebench')
-rw-r--r-- | app-benchmarks/pipebench/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/pipebench/Manifest | 14 | ||||
-rw-r--r-- | app-benchmarks/pipebench/pipebench-0.40.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-benchmarks/pipebench/ChangeLog b/app-benchmarks/pipebench/ChangeLog index 3101a67a6890..012986b6e31b 100644 --- a/app-benchmarks/pipebench/ChangeLog +++ b/app-benchmarks/pipebench/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/pipebench # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.2 2004/06/24 21:28:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.3 2004/09/02 02:20:52 tgall Exp $ + + 01 Sep 2004; Tom Gall <tgall@gentoo.org> pipebench-0.40.ebuild: + added ~ppc64, bug #61790 *pipebench-0.40 (19 Apr 2004) diff --git a/app-benchmarks/pipebench/Manifest b/app-benchmarks/pipebench/Manifest index 4c2871efed95..d25adc1914be 100644 --- a/app-benchmarks/pipebench/Manifest +++ b/app-benchmarks/pipebench/Manifest @@ -1,13 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 13565f7e813dd704a8bd5494b10b7f09 ChangeLog 418 -MD5 c9f22554b6117f51836ba450ea3d468e pipebench-0.40.ebuild 899 +MD5 fd769d9a68ad458a24bca03e76176a0a ChangeLog 509 +MD5 e7bbeeda1507673ab5f65df464720aba pipebench-0.40.ebuild 905 MD5 f5c420076e6845e62a7e78e1595050fb files/digest-pipebench-0.40 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA3zP2HTu7gpaalycRAgikAJ9fDoDGOVr0xfv61k2rONggcsz97QCeKHiG -309HwQwCWw7dSCq4TBqldzo= -=fNYS ------END PGP SIGNATURE----- diff --git a/app-benchmarks/pipebench/pipebench-0.40.ebuild b/app-benchmarks/pipebench/pipebench-0.40.ebuild index 9c705ba6f8e0..4c84a72b9df2 100644 --- a/app-benchmarks/pipebench/pipebench-0.40.ebuild +++ b/app-benchmarks/pipebench/pipebench-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.3 2004/06/27 20:53:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40.ebuild,v 1.4 2004/09/02 02:20:52 tgall Exp $ DESCRIPTION="Measures the speed of stdin/stdout communication" HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc64" IUSE="" DEPEND="virtual/libc" |