diff options
-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.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 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 @@ |