diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2006-12-06 20:03:38 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2006-12-06 20:03:38 +0000 |
commit | 5b721f8449dacfc6281b240e58efee73769d54d1 (patch) | |
tree | 6cfea1163a51697dbc05a2ad2988c5d73ce1fb02 /app-benchmarks/httperf | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | historical-5b721f8449dacfc6281b240e58efee73769d54d1.tar.gz historical-5b721f8449dacfc6281b240e58efee73769d54d1.tar.bz2 historical-5b721f8449dacfc6281b240e58efee73769d54d1.zip |
Stable on MIPS.
Package-Manager: portage-2.1.2_rc2-r4
Diffstat (limited to 'app-benchmarks/httperf')
-rw-r--r-- | app-benchmarks/httperf/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/httperf/files/digest-httperf-0.8 | 2 | ||||
-rw-r--r-- | app-benchmarks/httperf/httperf-0.8.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/app-benchmarks/httperf/ChangeLog b/app-benchmarks/httperf/ChangeLog index f34589353649..98164113abd3 100644 --- a/app-benchmarks/httperf/ChangeLog +++ b/app-benchmarks/httperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/httperf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/ChangeLog,v 1.5 2006/04/08 12:24:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/ChangeLog,v 1.6 2006/12/06 19:59:13 eroyf Exp $ + + 06 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> httperf-0.8.ebuild: + Stable on MIPS. 08 Apr 2006; Simon Stelling <blubb@gentoo.org> httperf-0.8.ebuild: stable on amd64 diff --git a/app-benchmarks/httperf/files/digest-httperf-0.8 b/app-benchmarks/httperf/files/digest-httperf-0.8 index 37d77b22319c..0b43936e5e10 100644 --- a/app-benchmarks/httperf/files/digest-httperf-0.8 +++ b/app-benchmarks/httperf/files/digest-httperf-0.8 @@ -1 +1,3 @@ MD5 2971956d4846349f9e8d3c54acd591a5 httperf-0.8.tar.gz 146107 +RMD160 c3b728c2afbaef2bcd4e93c2d5b01df4d4e336ce httperf-0.8.tar.gz 146107 +SHA256 3222281a92dd4d3c7d5424f574b41d809c9aff8b86100e6fd44bb3b93b26df67 httperf-0.8.tar.gz 146107 diff --git a/app-benchmarks/httperf/httperf-0.8.ebuild b/app-benchmarks/httperf/httperf-0.8.ebuild index b09e861269ee..ada4b17e48a0 100644 --- a/app-benchmarks/httperf/httperf-0.8.ebuild +++ b/app-benchmarks/httperf/httperf-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/httperf-0.8.ebuild,v 1.5 2006/04/08 12:24:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/httperf-0.8.ebuild,v 1.6 2006/12/06 19:59:13 eroyf Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.hpl.hp.com/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ~sparc x86" +KEYWORDS="amd64 mips ~sparc x86" IUSE="debug ssl" DEPEND="" |