commit: 3c45ff83ed4e23744f5f323ac999bebd6521952b
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 17:57:52 2019 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 18:30:49 2019 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=3c45ff83
app-benchmarks/i7z: qmake-utils EAPI=5 unsupported bandaid
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
app-benchmarks/i7z/files/i7z-9999-ncurses.patch | 4 ++--
app-benchmarks/i7z/i7z-9999.ebuild | 17 +++++++++--------
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/app-benchmarks/i7z/files/i7z-9999-ncurses.patch
b/app-benchmarks/i7z/files/i7z-9999-ncurses.patch
index 2d0a5a1..72695a9 100644
--- a/app-benchmarks/i7z/files/i7z-9999-ncurses.patch
+++ b/app-benchmarks/i7z/files/i7z-9999-ncurses.patch
@@ -1,7 +1,7 @@
Index: Makefile
===================================================================
---- Makefile (revision 109)
-+++ Makefile (working copy)
+--- a/Makefile (revision 109)
++++ b/Makefile (working copy)
@@ -19,7 +19,7 @@
CC ?= gcc
diff --git a/app-benchmarks/i7z/i7z-9999.ebuild
b/app-benchmarks/i7z/i7z-9999.ebuild
index 8dc4760..1faeb37 100644
--- a/app-benchmarks/i7z/i7z-9999.ebuild
+++ b/app-benchmarks/i7z/i7z-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit eutils flag-o-matic git-r3 qmake-utils toolchain-funcs
@@ -21,19 +21,20 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-ncurses.patch
+ eapply "${FILESDIR}"/${P}-ncurses.patch
tc-export CC
+ eapply_user
}
src_compile() {
default
- if use X; then
- cd GUI
- eqmake4 ${PN}_GUI.pro && emake clean && emake
- fi
+# if use X; then
+# cd GUI
+# eqmake4 ${PN}_GUI.pro && emake clean && emake
+# fi
}
src_install() {
emake DESTDIR="${ED}" docdir=/usr/share/doc/${PF} install
- use X && dosbin GUI/i7z_GUI
+# use X && dosbin GUI/i7z_GUI
}