summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-19 09:15:06 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-19 14:36:14 +0200
commit684823ca6802c5ea4307d00fb064f71ec82012ac (patch)
treed48cfd38aabfc645f2df6e7ebf18eb3ab82407dc
parentmedia-video/subtitleeditor: Apply Debian patchset (diff)
downloadgentoo-684823ca.tar.gz
gentoo-684823ca.tar.bz2
gentoo-684823ca.zip
app-benchmarks/bonnie++: Remove old
Bug: https://bugs.gentoo.org/768402 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
-rw-r--r--app-benchmarks/bonnie++/Manifest3
-rw-r--r--app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild38
-rw-r--r--app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild38
-rw-r--r--app-benchmarks/bonnie++/bonnie++-1.98.ebuild38
4 files changed, 0 insertions, 117 deletions
diff --git a/app-benchmarks/bonnie++/Manifest b/app-benchmarks/bonnie++/Manifest
index 6fdb435854d7..b272e3b9e85a 100644
--- a/app-benchmarks/bonnie++/Manifest
+++ b/app-benchmarks/bonnie++/Manifest
@@ -1,4 +1 @@
-DIST bonnie++-1.97.2.tgz 102533 BLAKE2B 019182c08b9ff7ba60e421f94039c09d27855f9e5b313f451721afdaedc9dc694b468bb30e78a04b655ec9a358ace3d68b13fc8f4d80ca3c48e0ff9387525b57 SHA512 e8303720be9a4ebcc454dbc8906a6843d63909c5101d66524a126ce0db3db7113d01edb7ed2f292bf9d08a6799579c4960f0ee4595019fbacda1601eba52a170
-DIST bonnie++-1.97.3.tgz 100166 BLAKE2B 30feca43a2ec37b795168d37bb941241777718222d7e0681dc85a34f8691e76b4306850e41dc6bbfb3f0ad34123ecd1c12396efea99e2ade12206aa6e78708e8 SHA512 44de20b5e46aeaf7f7214766b3c555b8799138f6fd92f87fe9b7dfa6f19815c629d6122c2ef4e4d98a5528dbfcd4c70b3b850eeba05739f6dd20251bf8d7c893
-DIST bonnie++-1.98.tgz 100339 BLAKE2B 2a75cbeb881fd12727b5edf4e67789e64bd624b1885cdaf83fe3fc920fb2346e98faea2d9ce5da6fac8a84318a9cbda013afa2c9809892b23d3cf85c5a70982b SHA512 3cf70be4a20c58c80e29a140ec6d3c3884f1b4101e0fb63da0ea831fe4a5eb4e275bda2ce4eaf7d9c2bfb65742e985249b491cda8bdad85984a62f2fc19756c0
DIST bonnie++-2.00a.tgz 100502 BLAKE2B 8bf9105dbbb1137485d8f24d4b911ca6787d09e3926181b460c18ceb52aea11ddff8f8edfefd1b2577fb1b59e658f4835cc865755faf739389f78fa855d13815 SHA512 1776f8406ccd0341f13bd952830f063e7df8fc2bd6d5c837de875dd5f817e29982b2a6358049221bffcae8faa7489560d2a1af46d79d8eb221d515d797236bdc
diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild
deleted file mode 100644
index 232563e5bd6b..000000000000
--- a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Hard drive bottleneck testing benchmark suite"
-HOMEPAGE="https://www.coker.com.au/bonnie++/"
-SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="debug"
-
-S="${WORKDIR}/${P}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.96-compile-flags.patch" #426788
- "${FILESDIR}"/${PN}-1.97-zcav-array-indexing-fix.patch #309319
-)
-
-DOCS=( README.txt README-2.00 debian/changelog credits.txt )
-HTML_DOCS=( readme.html )
-
-src_configure() {
- econf \
- $(usex debug "--enable-debug" "") \
- --disable-stripping
-}
-
-src_install() {
- dobin bonnie++ zcav bon_csv2html bon_csv2txt
- sed -i -e \
- "s:/usr/share/doc/bonnie++:${EPREFIX}/usr/share/doc/${PF}/html:g" \
- bonnie++.8 || die #431684
- doman bon_csv2html.1 bon_csv2txt.1 bonnie++.8 zcav.8
- einstalldocs
-}
diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild
deleted file mode 100644
index ba2aa0078ae3..000000000000
--- a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Hard drive bottleneck testing benchmark suite"
-HOMEPAGE="https://www.coker.com.au/bonnie++/"
-SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="debug"
-
-S="${WORKDIR}/${P}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.96-compile-flags.patch" #426788
- "${FILESDIR}"/${PN}-1.97-zcav-array-indexing-fix.patch #309319
-)
-
-DOCS=( README.txt README-2.00 debian/changelog credits.txt )
-HTML_DOCS=( readme.html )
-
-src_configure() {
- econf \
- $(usex debug "--enable-debug" "") \
- --disable-stripping
-}
-
-src_install() {
- dobin bonnie++ zcav bon_csv2html bon_csv2txt
- sed -i -e \
- "s:/usr/share/doc/bonnie++:${EPREFIX}/usr/share/doc/${PF}/html:g" \
- bonnie++.8 || die #431684
- doman bon_csv2html.1 bon_csv2txt.1 bonnie++.8 zcav.8
- einstalldocs
-}
diff --git a/app-benchmarks/bonnie++/bonnie++-1.98.ebuild b/app-benchmarks/bonnie++/bonnie++-1.98.ebuild
deleted file mode 100644
index 3a228eca434e..000000000000
--- a/app-benchmarks/bonnie++/bonnie++-1.98.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Hard drive bottleneck testing benchmark suite"
-HOMEPAGE="https://www.coker.com.au/bonnie++/"
-SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-S="${WORKDIR}/${P}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.96-compile-flags.patch" #426788
- "${FILESDIR}"/${PN}-1.97-zcav-array-indexing-fix.patch #309319
-)
-
-DOCS=( README.txt README-2.00 debian/changelog credits.txt )
-HTML_DOCS=( readme.html )
-
-src_configure() {
- econf \
- $(usex debug "--enable-debug" "") \
- --disable-stripping
-}
-
-src_install() {
- dobin bonnie++ zcav bon_csv2html bon_csv2txt
- sed -i -e \
- "s:/usr/share/doc/bonnie++:${EPREFIX}/usr/share/doc/${PF}/html:g" \
- bonnie++.8 || die #431684
- doman bon_csv2html.1 bon_csv2txt.1 bonnie++.8 zcav.8
- einstalldocs
-}