diff options
author | David Seifert <soap@gentoo.org> | 2022-07-07 21:56:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-07 21:56:51 +0200 |
commit | 1d39f479a9fc5fb0fb24083c7f027a284786fbf3 (patch) | |
tree | 545b272427bf9344c2418a77a7f96e7cc27d80fb | |
parent | sci-biology/dialign2: update EAPI 6 -> 8 (diff) | |
download | gentoo-1d39f479a9fc5fb0fb24083c7f027a284786fbf3.tar.gz gentoo-1d39f479a9fc5fb0fb24083c7f027a284786fbf3.tar.bz2 gentoo-1d39f479a9fc5fb0fb24083c7f027a284786fbf3.zip |
sci-biology/elph: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | sci-biology/elph/elph-1.0.1-r2.ebuild (renamed from sci-biology/elph/elph-1.0.1-r1.ebuild) | 12 |
1 files 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 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 |