diff options
author | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-07 21:57:07 +0200 |
commit | 16b707f153d040c1ae4e6ed327a94a0c81a63857 (patch) | |
tree | 6fb4cde8648a3d7ad52b934fc80db76d3136bab9 /sci-biology/piler | |
parent | sci-biology/pilercr: update EAPI 6 -> 8 (diff) | |
download | gentoo-16b707f153d040c1ae4e6ed327a94a0c81a63857.tar.gz gentoo-16b707f153d040c1ae4e6ed327a94a0c81a63857.tar.bz2 gentoo-16b707f153d040c1ae4e6ed327a94a0c81a63857.zip |
sci-biology/piler: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/piler')
-rw-r--r-- | sci-biology/piler/piler-1.0-r2.ebuild (renamed from sci-biology/piler/piler-1.0-r1.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sci-biology/piler/piler-1.0-r1.ebuild b/sci-biology/piler/piler-1.0-r2.ebuild index 276ee9bc873e..845be78e1fe0 100644 --- a/sci-biology/piler/piler-1.0-r1.ebuild +++ b/sci-biology/piler/piler-1.0-r2.ebuild @@ -1,20 +1,19 @@ -# 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 repetitive DNA found in genome sequences" HOMEPAGE="http://www.drive5.com/piler/" SRC_URI="http://www.drive5.com/piler/piler_source.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="" RDEPEND=" || ( sci-biology/muscle @@ -22,8 +21,6 @@ RDEPEND=" ) sci-biology/pals" -S=${WORKDIR} - PATCHES=( "${FILESDIR}"/${PN}-1.0-fix-build-system.patch "${FILESDIR}"/${PN}-1.0-glibc-2.10.patch |