summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-02-14 00:28:37 +0100
committerDavid Seifert <soap@gentoo.org>2022-02-14 00:28:37 +0100
commit3f45af4b149b06586a800a4ad58db14e4313f978 (patch)
tree1f0cbb537d57f3a6a6734c41a2ffd476bc226ec7 /sci-biology
parentsci-biology/embassy-emnu: update EAPI 7 -> 8 (diff)
downloadgentoo-3f45af4b149b06586a800a4ad58db14e4313f978.tar.gz
gentoo-3f45af4b149b06586a800a4ad58db14e4313f978.tar.bz2
gentoo-3f45af4b149b06586a800a4ad58db14e4313f978.zip
sci-biology/embassy-esim4: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/embassy-esim4/embassy-esim4-1.0.0.660-r1.ebuild (renamed from sci-biology/embassy-esim4/embassy-esim4-1.0.0.660.ebuild)13
-rw-r--r--sci-biology/embassy-esim4/files/embassy-esim4-1.0.0.650_fix-build-system.patch4
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
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 @@