summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-02-14 00:28:38 +0100
committerDavid Seifert <soap@gentoo.org>2022-02-14 00:28:38 +0100
commitf041d5dfa389230ce31466c37362bd7931748043 (patch)
tree0d0be4eda4b6c8824885c2d5fa01b0f886506b81 /sci-biology
parentsci-biology/embassy-esim4: update EAPI 7 -> 8 (diff)
downloadgentoo-f041d5dfa389230ce31466c37362bd7931748043.tar.gz
gentoo-f041d5dfa389230ce31466c37362bd7931748043.tar.bz2
gentoo-f041d5dfa389230ce31466c37362bd7931748043.zip
sci-biology/embassy-hmmer: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.660-r1.ebuild (renamed from sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.660.ebuild)13
-rw-r--r--sci-biology/embassy-hmmer/files/embassy-hmmer-2.3.2.650_fix-build-system.patch4
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.660.ebuild b/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.660-r1.ebuild
index c22ff4141c2f..964e637d657c 100644
--- a/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.660.ebuild
+++ b/sci-biology/embassy-hmmer/embassy-hmmer-2.3.2.660-r1.ebuild
@@ -1,13 +1,11 @@
-# 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="HMMER wrapper - sequence analysis with profile HMMs"
-EBO_EAUTORECONF=1
-
-inherit emboss-r2
+inherit autotools emboss-r3
KEYWORDS="~amd64 ~x86 ~x86-linux"
@@ -19,3 +17,8 @@ PATCHES=(
# sci-biology/hmmer:2 has renamed commandline program names
"${FILESDIR}"/${PN}-2.3.2.660-slotted-hmmer2.patch
)
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/sci-biology/embassy-hmmer/files/embassy-hmmer-2.3.2.650_fix-build-system.patch b/sci-biology/embassy-hmmer/files/embassy-hmmer-2.3.2.650_fix-build-system.patch
index 303aacda46cd..dd1660dfbd5b 100644
--- a/sci-biology/embassy-hmmer/files/embassy-hmmer-2.3.2.650_fix-build-system.patch
+++ b/sci-biology/embassy-hmmer/files/embassy-hmmer-2.3.2.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 @@