commit:     9cec3b1bb178f8585444367c7ddcfc913cee4d2b
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Mon Oct  9 23:49:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 03:03:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cec3b1b

app-benchmarks/filebench: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/33154
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../filebench/filebench-1.4.9.1-r2.ebuild          | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild 
b/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild
new file mode 100644
index 000000000000..bb66e81a640f
--- /dev/null
+++ b/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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)
+}

Reply via email to