summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-02-14 00:28:41 +0100
committerDavid Seifert <soap@gentoo.org>2022-02-14 00:28:41 +0100
commit46201b1c775d8c9a2b7b48306765cbfb7f98d0bf (patch)
tree94f22ab0675f38ef1cf78af2ade738b34caae105 /sci-biology
parentsci-biology/embassy-mse: update EAPI 7 -> 8 (diff)
downloadgentoo-46201b1c775d8c9a2b7b48306765cbfb7f98d0bf.tar.gz
gentoo-46201b1c775d8c9a2b7b48306765cbfb7f98d0bf.tar.bz2
gentoo-46201b1c775d8c9a2b7b48306765cbfb7f98d0bf.zip
sci-biology/embassy-phylipnew: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660-r1.ebuild (renamed from sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild)13
-rw-r--r--sci-biology/embassy-phylipnew/files/embassy-phylipnew-3.69.650_fix-build-system.patch4
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild b/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660-r1.ebuild
index 129b42870a79..d7dc57a64fc8 100644
--- a/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.660.ebuild
+++ b/sci-biology/embassy-phylipnew/embassy-phylipnew-3.69.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="The Phylogeny Inference Package"
-EBO_EAUTORECONF=1
-
-inherit emboss-r2
+inherit autotools emboss-r3
LICENSE+=" free-noncomm"
@@ -18,3 +16,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.69.650_fix-build-system.patch
"${FILESDIR}"/${PN}-3.69.650-fno-common.patch
)
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/sci-biology/embassy-phylipnew/files/embassy-phylipnew-3.69.650_fix-build-system.patch b/sci-biology/embassy-phylipnew/files/embassy-phylipnew-3.69.650_fix-build-system.patch
index 95951e632188..589408ed4a9e 100644
--- a/sci-biology/embassy-phylipnew/files/embassy-phylipnew-3.69.650_fix-build-system.patch
+++ b/sci-biology/embassy-phylipnew/files/embassy-phylipnew-3.69.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 @@