summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-11 23:27:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-14 19:35:15 +0100
commit5bd51af7b163f1deb70f88e159d147727f780d50 (patch)
tree1a1a7fee0f5d3562660503947adea897bd5395bf /app-benchmarks
parentapp-admin/restart-services: drop 0.17.0 (diff)
downloadgentoo-5bd51af7b163f1deb70f88e159d147727f780d50.tar.gz
gentoo-5bd51af7b163f1deb70f88e159d147727f780d50.tar.bz2
gentoo-5bd51af7b163f1deb70f88e159d147727f780d50.zip
app-benchmarks/filebench: drop 1.4.9.1-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild b/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild
deleted file mode 100644
index 0070d8bfe60b..000000000000
--- a/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Filebench - A Model Based File System Workload Generator"
-HOMEPAGE="https://sourceforge.net/projects/filebench/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="auto-completion"
-
-RDEPEND="
- auto-completion? ( dev-libs/libtecla )
-"
-DEPEND="${RDEPEND}
- sys-devel/flex
- sys-devel/bison
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-fix-automagic-libtecla-dependency.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_with auto-completion libtecla)
-}