summaryrefslogtreecommitdiff
path: root/app-benchmarks/bonnie
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-benchmarks/bonnie
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-benchmarks/bonnie')
-rw-r--r--app-benchmarks/bonnie/Manifest1
-rw-r--r--app-benchmarks/bonnie/bonnie-2.0.6-r3.ebuild34
-rw-r--r--app-benchmarks/bonnie/files/bonnie-2.0.6-clang16.patch8
-rw-r--r--app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch9
-rw-r--r--app-benchmarks/bonnie/files/bonnie-2.0.6-man.patch8
-rw-r--r--app-benchmarks/bonnie/metadata.xml5
6 files changed, 0 insertions, 65 deletions
diff --git a/app-benchmarks/bonnie/Manifest b/app-benchmarks/bonnie/Manifest
deleted file mode 100644
index 68abd5794eeb..000000000000
--- a/app-benchmarks/bonnie/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bonnie-2.0.6.tar.gz 7140 BLAKE2B dc0a216e1926de7630fbabdd80d2d1293fc9da404c3179f5515a9756942aec7c6870220e869d1d6c299dc39c2175b6c99b54778237a9af2778b7718aaf4280f3 SHA512 4cb431986870baf1d9e5f757970a4b489f89d4349f051cc2ae0aea035ce19a7962047920a3af1567e375b2c6f1e826309b044b8a8727400601203042a34ecb5f
diff --git a/app-benchmarks/bonnie/bonnie-2.0.6-r3.ebuild b/app-benchmarks/bonnie/bonnie-2.0.6-r3.ebuild
deleted file mode 100644
index 5498f5c01b3f..000000000000
--- a/app-benchmarks/bonnie/bonnie-2.0.6-r3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Performance Test of Filesystem I/O using standard C library calls"
-HOMEPAGE="https://www.textuality.com/bonnie/"
-SRC_URI="https://www.textuality.com/bonnie/bonnie.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"
-
-LICENSE="bonnie"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86"
-
-PATCHES=(
- "${FILESDIR}"/${P}-includes.patch
- "${FILESDIR}"/${P}-man.patch
- "${FILESDIR}"/${P}-clang16.patch
-)
-
-src_compile() {
- tc-export CC
- append-cflags -std=gnu89 # old codebase, incompatible with c2x
-
- emake -f /dev/null Bonnie
-}
-
-src_install() {
- newbin Bonnie bonnie
- doman bonnie.1
- dodoc Instructions
-}
diff --git a/app-benchmarks/bonnie/files/bonnie-2.0.6-clang16.patch b/app-benchmarks/bonnie/files/bonnie-2.0.6-clang16.patch
deleted file mode 100644
index d1a3a36fa4f2..000000000000
--- a/app-benchmarks/bonnie/files/bonnie-2.0.6-clang16.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-https://bugs.gentoo.org/870559
---- a/Bonnie.c
-+++ b/Bonnie.c
-@@ -93,3 +93,3 @@
-
--main(
-+int main(
- int argc,
diff --git a/app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch b/app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch
deleted file mode 100644
index 8bec1e2ab04d..000000000000
--- a/app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/Bonnie.c
-+++ b/Bonnie.c
-@@ -31,2 +31,6 @@
- #include <sys/time.h>
-+#include <time.h>
-+#include <string.h>
-+#include <stdlib.h>
-+#include <sys/wait.h>
- #if defined(SysV)
diff --git a/app-benchmarks/bonnie/files/bonnie-2.0.6-man.patch b/app-benchmarks/bonnie/files/bonnie-2.0.6-man.patch
deleted file mode 100644
index d492ebd7c922..000000000000
--- a/app-benchmarks/bonnie/files/bonnie-2.0.6-man.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/bonnie.1
-+++ b/bonnie.1
-@@ -63 +63 @@
--.TH Bonnie 1 "2.0.6" Textuality
-+.TH bonnie 1 "2.0.6" Textuality
-@@ -67 +67 @@
--.B Bonnie
-+.B bonnie
diff --git a/app-benchmarks/bonnie/metadata.xml b/app-benchmarks/bonnie/metadata.xml
deleted file mode 100644
index 5f33304011d5..000000000000
--- a/app-benchmarks/bonnie/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>