Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/bonnie++/
Date: Sun, 19 Sep 2021 12:36:37
Message-Id: 1632054974.684823ca6802c5ea4307d00fb064f71ec82012ac.dilfridge@gentoo
1 commit: 684823ca6802c5ea4307d00fb064f71ec82012ac
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 07:15:06 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 12:36:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684823ca
7
8 app-benchmarks/bonnie++: Remove old
9
10 Bug: https://bugs.gentoo.org/768402
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 app-benchmarks/bonnie++/Manifest | 3 --
15 app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild | 38 --------------------------
16 app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild | 38 --------------------------
17 app-benchmarks/bonnie++/bonnie++-1.98.ebuild | 38 --------------------------
18 4 files changed, 117 deletions(-)
19
20 diff --git a/app-benchmarks/bonnie++/Manifest b/app-benchmarks/bonnie++/Manifest
21 index 6fdb435854d..b272e3b9e85 100644
22 --- a/app-benchmarks/bonnie++/Manifest
23 +++ b/app-benchmarks/bonnie++/Manifest
24 @@ -1,4 +1 @@
25 -DIST bonnie++-1.97.2.tgz 102533 BLAKE2B 019182c08b9ff7ba60e421f94039c09d27855f9e5b313f451721afdaedc9dc694b468bb30e78a04b655ec9a358ace3d68b13fc8f4d80ca3c48e0ff9387525b57 SHA512 e8303720be9a4ebcc454dbc8906a6843d63909c5101d66524a126ce0db3db7113d01edb7ed2f292bf9d08a6799579c4960f0ee4595019fbacda1601eba52a170
26 -DIST bonnie++-1.97.3.tgz 100166 BLAKE2B 30feca43a2ec37b795168d37bb941241777718222d7e0681dc85a34f8691e76b4306850e41dc6bbfb3f0ad34123ecd1c12396efea99e2ade12206aa6e78708e8 SHA512 44de20b5e46aeaf7f7214766b3c555b8799138f6fd92f87fe9b7dfa6f19815c629d6122c2ef4e4d98a5528dbfcd4c70b3b850eeba05739f6dd20251bf8d7c893
27 -DIST bonnie++-1.98.tgz 100339 BLAKE2B 2a75cbeb881fd12727b5edf4e67789e64bd624b1885cdaf83fe3fc920fb2346e98faea2d9ce5da6fac8a84318a9cbda013afa2c9809892b23d3cf85c5a70982b SHA512 3cf70be4a20c58c80e29a140ec6d3c3884f1b4101e0fb63da0ea831fe4a5eb4e275bda2ce4eaf7d9c2bfb65742e985249b491cda8bdad85984a62f2fc19756c0
28 DIST bonnie++-2.00a.tgz 100502 BLAKE2B 8bf9105dbbb1137485d8f24d4b911ca6787d09e3926181b460c18ceb52aea11ddff8f8edfefd1b2577fb1b59e658f4835cc865755faf739389f78fa855d13815 SHA512 1776f8406ccd0341f13bd952830f063e7df8fc2bd6d5c837de875dd5f817e29982b2a6358049221bffcae8faa7489560d2a1af46d79d8eb221d515d797236bdc
29
30 diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild
31 deleted file mode 100644
32 index 232563e5bd6..00000000000
33 --- a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild
34 +++ /dev/null
35 @@ -1,38 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="6"
40 -
41 -DESCRIPTION="Hard drive bottleneck testing benchmark suite"
42 -HOMEPAGE="https://www.coker.com.au/bonnie++/"
43 -SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
48 -IUSE="debug"
49 -
50 -S="${WORKDIR}/${P}"
51 -
52 -PATCHES=(
53 - "${FILESDIR}/${PN}-1.96-compile-flags.patch" #426788
54 - "${FILESDIR}"/${PN}-1.97-zcav-array-indexing-fix.patch #309319
55 -)
56 -
57 -DOCS=( README.txt README-2.00 debian/changelog credits.txt )
58 -HTML_DOCS=( readme.html )
59 -
60 -src_configure() {
61 - econf \
62 - $(usex debug "--enable-debug" "") \
63 - --disable-stripping
64 -}
65 -
66 -src_install() {
67 - dobin bonnie++ zcav bon_csv2html bon_csv2txt
68 - sed -i -e \
69 - "s:/usr/share/doc/bonnie++:${EPREFIX}/usr/share/doc/${PF}/html:g" \
70 - bonnie++.8 || die #431684
71 - doman bon_csv2html.1 bon_csv2txt.1 bonnie++.8 zcav.8
72 - einstalldocs
73 -}
74
75 diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild
76 deleted file mode 100644
77 index ba2aa0078ae..00000000000
78 --- a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild
79 +++ /dev/null
80 @@ -1,38 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI="6"
85 -
86 -DESCRIPTION="Hard drive bottleneck testing benchmark suite"
87 -HOMEPAGE="https://www.coker.com.au/bonnie++/"
88 -SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
93 -IUSE="debug"
94 -
95 -S="${WORKDIR}/${P}"
96 -
97 -PATCHES=(
98 - "${FILESDIR}/${PN}-1.96-compile-flags.patch" #426788
99 - "${FILESDIR}"/${PN}-1.97-zcav-array-indexing-fix.patch #309319
100 -)
101 -
102 -DOCS=( README.txt README-2.00 debian/changelog credits.txt )
103 -HTML_DOCS=( readme.html )
104 -
105 -src_configure() {
106 - econf \
107 - $(usex debug "--enable-debug" "") \
108 - --disable-stripping
109 -}
110 -
111 -src_install() {
112 - dobin bonnie++ zcav bon_csv2html bon_csv2txt
113 - sed -i -e \
114 - "s:/usr/share/doc/bonnie++:${EPREFIX}/usr/share/doc/${PF}/html:g" \
115 - bonnie++.8 || die #431684
116 - doman bon_csv2html.1 bon_csv2txt.1 bonnie++.8 zcav.8
117 - einstalldocs
118 -}
119
120 diff --git a/app-benchmarks/bonnie++/bonnie++-1.98.ebuild b/app-benchmarks/bonnie++/bonnie++-1.98.ebuild
121 deleted file mode 100644
122 index 3a228eca434..00000000000
123 --- a/app-benchmarks/bonnie++/bonnie++-1.98.ebuild
124 +++ /dev/null
125 @@ -1,38 +0,0 @@
126 -# Copyright 1999-2019 Gentoo Authors
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=7
130 -
131 -DESCRIPTION="Hard drive bottleneck testing benchmark suite"
132 -HOMEPAGE="https://www.coker.com.au/bonnie++/"
133 -SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz"
134 -
135 -LICENSE="GPL-2"
136 -SLOT="0"
137 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
138 -IUSE="debug"
139 -
140 -S="${WORKDIR}/${P}"
141 -
142 -PATCHES=(
143 - "${FILESDIR}/${PN}-1.96-compile-flags.patch" #426788
144 - "${FILESDIR}"/${PN}-1.97-zcav-array-indexing-fix.patch #309319
145 -)
146 -
147 -DOCS=( README.txt README-2.00 debian/changelog credits.txt )
148 -HTML_DOCS=( readme.html )
149 -
150 -src_configure() {
151 - econf \
152 - $(usex debug "--enable-debug" "") \
153 - --disable-stripping
154 -}
155 -
156 -src_install() {
157 - dobin bonnie++ zcav bon_csv2html bon_csv2txt
158 - sed -i -e \
159 - "s:/usr/share/doc/bonnie++:${EPREFIX}/usr/share/doc/${PF}/html:g" \
160 - bonnie++.8 || die #431684
161 - doman bon_csv2html.1 bon_csv2txt.1 bonnie++.8 zcav.8
162 - einstalldocs
163 -}