summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-02-14 00:28:40 +0100
committerDavid Seifert <soap@gentoo.org>2022-02-14 00:28:40 +0100
commit158865285942af587a53e94cd53ff3c73a55d33b (patch)
tree4cada875c34651919227837a5fc8d535da79848b /sci-biology
parentsci-biology/embassy-iprscan: update EAPI 7 -> 8 (diff)
downloadgentoo-158865285942af587a53e94cd53ff3c73a55d33b.tar.gz
gentoo-158865285942af587a53e94cd53ff3c73a55d33b.tar.bz2
gentoo-158865285942af587a53e94cd53ff3c73a55d33b.zip
sci-biology/embassy-mse: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/embassy-mse/embassy-mse-3.0.0.660-r1.ebuild (renamed from sci-biology/embassy-mse/embassy-mse-3.0.0.660.ebuild)19
-rw-r--r--sci-biology/embassy-mse/files/embassy-mse-3.0.0.650_fix-build-system.patch4
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
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 @@