commit: a380d6baab25f6e1366da224b428f35e78a06a80
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 23:28:31 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 23:28:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a380d6ba
sci-biology/embassy-cbstools: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
....0.0.660.ebuild => embassy-cbstools-1.0.0.660-r1.ebuild} | 13 ++++++++-----
.../files/embassy-cbstools-1.0.0.650_fix-build-system.patch | 4 ++--
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild
b/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660-r1.ebuild
similarity index 70%
rename from sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild
rename to sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660-r1.ebuild
index 873b9cb64520..40dafb6bb62c 100644
--- a/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild
+++ b/sci-biology/embassy-cbstools/embassy-cbstools-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="Applications from the CBS group"
-EBO_EAUTORECONF=1
-
-inherit emboss-r2
+inherit autotools emboss-r3
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/CBSTOOLS-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-cbstools/files/embassy-cbstools-1.0.0.650_fix-build-system.patch
b/sci-biology/embassy-cbstools/files/embassy-cbstools-1.0.0.650_fix-build-system.patch
index bdaaaf98f23c..7ed96e5ff23b 100644
---
a/sci-biology/embassy-cbstools/files/embassy-cbstools-1.0.0.650_fix-build-system.patch
+++
b/sci-biology/embassy-cbstools/files/embassy-cbstools-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 @@