From 1d39f479a9fc5fb0fb24083c7f027a284786fbf3 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 7 Jul 2022 21:56:51 +0200 Subject: sci-biology/elph: update EAPI 6 -> 8 Signed-off-by: David Seifert --- sci-biology/elph/elph-1.0.1-r1.ebuild | 31 ------------------------------- sci-biology/elph/elph-1.0.1-r2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 31 deletions(-) delete mode 100644 sci-biology/elph/elph-1.0.1-r1.ebuild create mode 100644 sci-biology/elph/elph-1.0.1-r2.ebuild (limited to 'sci-biology') diff --git a/sci-biology/elph/elph-1.0.1-r1.ebuild b/sci-biology/elph/elph-1.0.1-r1.ebuild deleted file mode 100644 index c166dd93e41d..000000000000 --- a/sci-biology/elph/elph-1.0.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Estimated Locations of Pattern Hits - Motif finder program" -LICENSE="Artistic" -HOMEPAGE="http://cbcb.umd.edu/software/ELPH/" -SRC_URI="ftp://ftp.cbcb.umd.edu/pub/software/elph/ELPH-${PV}.tar.gz" - -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" - -S=${WORKDIR}/${PN^^}/sources - -PATCHES=( "${FILESDIR}/${PN}-1.0.1-fix-build-system.patch" ) - -src_configure() { - tc-export CC CXX -} - -src_install() { - dobin elph - - cd "${WORKDIR}"/ELPH || die - dodoc VERSION - newdoc Readme.ELPH README -} diff --git a/sci-biology/elph/elph-1.0.1-r2.ebuild b/sci-biology/elph/elph-1.0.1-r2.ebuild new file mode 100644 index 000000000000..66309522b312 --- /dev/null +++ b/sci-biology/elph/elph-1.0.1-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Estimated Locations of Pattern Hits - Motif finder program" +HOMEPAGE="http://cbcb.umd.edu/software/ELPH/" +SRC_URI="ftp://ftp.cbcb.umd.edu/pub/software/elph/ELPH-${PV}.tar.gz" +S="${WORKDIR}/${PN^^}/sources" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +PATCHES=( "${FILESDIR}"/${PN}-1.0.1-fix-build-system.patch ) + +src_configure() { + tc-export CC CXX +} + +src_install() { + dobin elph + + cd "${WORKDIR}"/ELPH || die + dodoc VERSION + newdoc Readme.ELPH README +} -- cgit v1.2.3-65-gdbad