From a380d6baab25f6e1366da224b428f35e78a06a80 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 14 Feb 2022 00:28:31 +0100 Subject: sci-biology/embassy-cbstools: update EAPI 7 -> 8 Signed-off-by: David Seifert --- .../embassy-cbstools-1.0.0.660-r1.ebuild | 18 ++++++++++++++++++ .../embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild | 15 --------------- .../embassy-cbstools-1.0.0.650_fix-build-system.patch | 4 ++-- 3 files changed, 20 insertions(+), 17 deletions(-) create mode 100644 sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660-r1.ebuild delete mode 100644 sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild (limited to 'sci-biology') diff --git a/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660-r1.ebuild b/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660-r1.ebuild new file mode 100644 index 000000000000..40dafb6bb62c --- /dev/null +++ b/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.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="Applications from the CBS group" + +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/embassy-cbstools-1.0.0.660.ebuild b/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.660.ebuild deleted file mode 100644 index 873b9cb64520..000000000000 --- a/sci-biology/embassy-cbstools/embassy-cbstools-1.0.0.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="Applications from the CBS group" - -EBO_EAUTORECONF=1 - -inherit emboss-r2 - -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 ) 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 @@ -- cgit v1.2.3-65-gdbad