commit: 1d39f479a9fc5fb0fb24083c7f027a284786fbf3 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Jul 7 19:56:51 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jul 7 19:56:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d39f479
sci-biology/elph: update EAPI 6 -> 8 Signed-off-by: David Seifert <soap <AT> gentoo.org> .../elph/{elph-1.0.1-r1.ebuild => elph-1.0.1-r2.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sci-biology/elph/elph-1.0.1-r1.ebuild b/sci-biology/elph/elph-1.0.1-r2.ebuild similarity index 77% rename from sci-biology/elph/elph-1.0.1-r1.ebuild rename to sci-biology/elph/elph-1.0.1-r2.ebuild index c166dd93e41d..66309522b312 100644 --- a/sci-biology/elph/elph-1.0.1-r1.ebuild +++ b/sci-biology/elph/elph-1.0.1-r2.ebuild @@ -1,22 +1,20 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 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" +S="${WORKDIR}/${PN^^}/sources" +LICENSE="Artistic" 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" ) +PATCHES=( "${FILESDIR}"/${PN}-1.0.1-fix-build-system.patch ) src_configure() { tc-export CC CXX