diff options
author | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:06 +0200 |
commit | 485da2906a2d1d2756f99724d54f5db647538266 (patch) | |
tree | a207b18c80fb39ab32ff8a373572e01a7acf8f2e /sci-biology | |
parent | sci-biology/phyml: update EAPI 6 -> 8 (diff) | |
download | gentoo-485da2906a2d1d2756f99724d54f5db647538266.tar.gz gentoo-485da2906a2d1d2756f99724d54f5db647538266.tar.bz2 gentoo-485da2906a2d1d2756f99724d54f5db647538266.zip |
sci-biology/pilercr: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/pilercr/pilercr-1.0-r2.ebuild (renamed from sci-biology/pilercr/pilercr-1.0-r1.ebuild) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sci-biology/pilercr/pilercr-1.0-r1.ebuild b/sci-biology/pilercr/pilercr-1.0-r2.ebuild index 8b1abd5de7d7..819fb3fbb03e 100644 --- a/sci-biology/pilercr/pilercr-1.0-r1.ebuild +++ b/sci-biology/pilercr/pilercr-1.0-r2.ebuild @@ -1,20 +1,18 @@ -# 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="Analysis of Clustered Regularly Interspaced Short Palindromic Repeats (CRISPRs)" HOMEPAGE="http://www.drive5.com/pilercr/" SRC_URI="http://www.drive5.com/pilercr/pilercr1.06.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR} PATCHES=( "${FILESDIR}"/${PN}-1.0-fix-build-system.patch @@ -26,5 +24,5 @@ src_configure() { } src_install() { - dobin ${PN} + dobin pilercr } |