From 497a152e23789f36c99e8b232078f3d7fce15bc5 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 14 Feb 2022 00:28:39 +0100 Subject: sci-biology/embassy-iprscan: update EAPI 7 -> 8 Signed-off-by: David Seifert --- .../embassy-iprscan-4.3.1.660-r1.ebuild | 18 ++++++++++++++++++ .../embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild | 15 --------------- .../embassy-iprscan-4.3.1.650_fix-build-system.patch | 4 ++-- 3 files changed, 20 insertions(+), 17 deletions(-) create mode 100644 sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660-r1.ebuild delete mode 100644 sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild (limited to 'sci-biology') diff --git a/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660-r1.ebuild b/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660-r1.ebuild new file mode 100644 index 000000000000..4dd5c3cb354e --- /dev/null +++ b/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +EBO_DESCRIPTION="InterProScan motif detection add-on package" + +inherit autotools emboss-r3 + +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +S="${WORKDIR}/IPRSCAN-4.3.1.650" +PATCHES=( "${FILESDIR}"/${PN}-4.3.1.650_fix-build-system.patch ) + +src_prepare() { + default + eautoreconf +} diff --git a/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild b/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild deleted file mode 100644 index 351ecd1df3f8..000000000000 --- a/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EBO_DESCRIPTION="InterProScan motif detection add-on package" - -EBO_EAUTORECONF=1 - -inherit emboss-r2 - -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -S="${WORKDIR}/IPRSCAN-4.3.1.650" -PATCHES=( "${FILESDIR}"/${PN}-4.3.1.650_fix-build-system.patch ) diff --git a/sci-biology/embassy-iprscan/files/embassy-iprscan-4.3.1.650_fix-build-system.patch b/sci-biology/embassy-iprscan/files/embassy-iprscan-4.3.1.650_fix-build-system.patch index ab627c323253..7af8ae2f9ca5 100644 --- a/sci-biology/embassy-iprscan/files/embassy-iprscan-4.3.1.650_fix-build-system.patch +++ b/sci-biology/embassy-iprscan/files/embassy-iprscan-4.3.1.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 @@ -- cgit v1.2.3-65-gdbad