commit: 3f45af4b149b06586a800a4ad58db14e4313f978
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 23:28:37 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 23:28:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f45af4b
sci-biology/embassy-esim4: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...4-1.0.0.660.ebuild => embassy-esim4-1.0.0.660-r1.ebuild} | 13 ++++++++-----
.../files/embassy-esim4-1.0.0.650_fix-build-system.patch | 4 ++--
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/sci-biology/embassy-esim4/embassy-esim4-1.0.0.660.ebuild
b/sci-biology/embassy-esim4/embassy-esim4-1.0.0.660-r1.ebuild
similarity index 70%
rename from sci-biology/embassy-esim4/embassy-esim4-1.0.0.660.ebuild
rename to sci-biology/embassy-esim4/embassy-esim4-1.0.0.660-r1.ebuild
index 2538510c6bd3..ab0fee10dc58 100644
--- a/sci-biology/embassy-esim4/embassy-esim4-1.0.0.660.ebuild
+++ b/sci-biology/embassy-esim4/embassy-esim4-1.0.0.660-r1.ebuild
@@ -1,15 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
EBO_DESCRIPTION="sim4 - Alignment of cDNA and genomic DNA"
-EBO_EAUTORECONF=1
-
-inherit emboss-r2
+inherit autotools emboss-r3
KEYWORDS="~amd64 ~x86 ~x86-linux"
S="${WORKDIR}/ESIM4-1.0.0.650"
PATCHES=( "${FILESDIR}"/${PN}-1.0.0.650_fix-build-system.patch )
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git
a/sci-biology/embassy-esim4/files/embassy-esim4-1.0.0.650_fix-build-system.patch
b/sci-biology/embassy-esim4/files/embassy-esim4-1.0.0.650_fix-build-system.patch
index 7a85b4f7bf81..7ffa00c52f75 100644
---
a/sci-biology/embassy-esim4/files/embassy-esim4-1.0.0.650_fix-build-system.patch
+++
b/sci-biology/embassy-esim4/files/embassy-esim4-1.0.0.650_fix-build-system.patch
@@ -1,5 +1,5 @@
---- a/configure.ac
-+++ b/configure.ac
+--- a/configure.in
++++ b/configure.in
@@ -635,33 +635,6 @@