Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/iozone/
Date: Wed, 05 Jan 2022 10:01:55
Message-Id: 1641376877.b4b0403b3cf153edaa5bcc11f95f5fec3d994c9b.soap@gentoo
1 commit: b4b0403b3cf153edaa5bcc11f95f5fec3d994c9b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 10:01:17 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 10:01:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b0403b
7
8 app-benchmarks/iozone: remove x86-fbsd
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-benchmarks/iozone/iozone-3.471.ebuild | 5 ++---
13 app-benchmarks/iozone/iozone-3.484.ebuild | 5 ++---
14 app-benchmarks/iozone/iozone-3.487.ebuild | 5 ++---
15 3 files changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/app-benchmarks/iozone/iozone-3.471.ebuild b/app-benchmarks/iozone/iozone-3.471.ebuild
18 index ec2ae511bdc3..247a52b7b3e0 100644
19 --- a/app-benchmarks/iozone/iozone-3.471.ebuild
20 +++ b/app-benchmarks/iozone/iozone-3.471.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -18,7 +18,7 @@ EAPI=6
28 # -> openbsd (32bit) <-
29 # -> openbsd-threads (32bit) <-
30 #
31 -# ~ia64 ~s390 alpha(?) x86-fbsd
32 +# ~ia64 ~s390 alpha(?)
33
34 inherit toolchain-funcs
35
36 @@ -50,7 +50,6 @@ src_configure() {
37 amd64) PLATFORM="linux-AMD64";;
38 ia64) PLATFORM="linux-ia64";;
39 s390) PLATFORM="linux-S390";;
40 - x86-fbsd) PLATFORM="freebsd";;
41 *) PLATFORM="linux-${ARCH}";;
42 esac
43 }
44
45 diff --git a/app-benchmarks/iozone/iozone-3.484.ebuild b/app-benchmarks/iozone/iozone-3.484.ebuild
46 index cc8b0d30da97..c104e9f4dddc 100644
47 --- a/app-benchmarks/iozone/iozone-3.484.ebuild
48 +++ b/app-benchmarks/iozone/iozone-3.484.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Authors
51 +# Copyright 1999-2022 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="7"
55 @@ -18,7 +18,7 @@ EAPI="7"
56 # -> openbsd (32bit) <-
57 # -> openbsd-threads (32bit) <-
58 #
59 -# ~ia64 ~s390 alpha(?) x86-fbsd
60 +# ~ia64 ~s390 alpha(?)
61
62 inherit toolchain-funcs
63
64 @@ -50,7 +50,6 @@ src_configure() {
65 amd64) PLATFORM="linux-AMD64";;
66 ia64) PLATFORM="linux-ia64";;
67 s390) PLATFORM="linux-S390";;
68 - x86-fbsd) PLATFORM="freebsd";;
69 *) PLATFORM="linux-${ARCH}";;
70 esac
71 }
72
73 diff --git a/app-benchmarks/iozone/iozone-3.487.ebuild b/app-benchmarks/iozone/iozone-3.487.ebuild
74 index 0706eaef996f..c104e9f4dddc 100644
75 --- a/app-benchmarks/iozone/iozone-3.487.ebuild
76 +++ b/app-benchmarks/iozone/iozone-3.487.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2019 Gentoo Authors
79 +# Copyright 1999-2022 Gentoo Authors
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI="7"
83 @@ -18,7 +18,7 @@ EAPI="7"
84 # -> openbsd (32bit) <-
85 # -> openbsd-threads (32bit) <-
86 #
87 -# ~ia64 ~s390 alpha(?) x86-fbsd
88 +# ~ia64 ~s390 alpha(?)
89
90 inherit toolchain-funcs
91
92 @@ -50,7 +50,6 @@ src_configure() {
93 amd64) PLATFORM="linux-AMD64";;
94 ia64) PLATFORM="linux-ia64";;
95 s390) PLATFORM="linux-S390";;
96 - x86-fbsd) PLATFORM="freebsd";;
97 *) PLATFORM="linux-${ARCH}";;
98 esac
99 }