commit:     158865285942af587a53e94cd53ff3c73a55d33b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 23:28:40 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 23:28:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15886528

sci-biology/embassy-mse: update EAPI 7 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...0.0.660.ebuild => embassy-mse-3.0.0.660-r1.ebuild} | 19 +++++++++++--------
 .../embassy-mse-3.0.0.650_fix-build-system.patch      |  4 ++--
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild 
b/sci-biology/embassy-mse/embassy-mse-3.0.0.660-r1.ebuild
similarity index 64%
rename from sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
rename to sci-biology/embassy-mse/embassy-mse-3.0.0.660-r1.ebuild
index cd9425254fb0..a806410e6366 100644
--- a/sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild
+++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.660-r1.ebuild
@@ -1,28 +1,31 @@
-# 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="MSE - Multiple Sequence Screen Editor"
-EBO_EAUTORECONF=1
 
-inherit emboss-r2
+inherit autotools emboss-r3
 
 KEYWORDS="~amd64 ~x86 ~x86-linux"
 
-RDEPEND="sys-libs/ncurses:0="
+RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/MSE-3.0.0.650"
-
 PATCHES=( "${FILESDIR}"/${PN}-3.0.0.650_fix-build-system.patch )
 
+src_prepare() {
+       default
+       eautoreconf
+}
+
 src_configure() {
-       emboss-r2_src_configure --enable-curses
+       emboss-r3_src_configure --enable-curses
 }
 
 src_install() {
-       emboss-r2_src_install
+       emboss-r3_src_install
 
        insinto /usr/include/emboss/mse
        doins h/*.h

diff --git 
a/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch 
b/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
index 23e656dc0a86..72d7932a188d 100644
--- a/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
+++ b/sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch
@@ -9,8 +9,8 @@
  
  CKITSRC = datafiles.c next.c seqentry.c strings.c gcg.c pir.c \
  seqspec.c ttyinterface.c nextseqentry.c \
---- a/configure.ac
-+++ b/configure.ac
+--- a/configure.in
++++ b/configure.in
 @@ -635,33 +635,6 @@
  
  

Reply via email to