summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-07 21:57:03 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-07 21:57:03 +0200
commit3966207b4ebe4d63b3f617ed53fe148c58a6ca1e (patch)
tree578c8bca3e73dbd1a206104788e50a45ae931723 /sci-biology/pals
parentsci-biology/mummer: update EAPI 6 -> 8 (diff)
downloadgentoo-3966207b4ebe4d63b3f617ed53fe148c58a6ca1e.tar.gz
gentoo-3966207b4ebe4d63b3f617ed53fe148c58a6ca1e.tar.bz2
gentoo-3966207b4ebe4d63b3f617ed53fe148c58a6ca1e.zip
sci-biology/pals: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/pals')
-rw-r--r--sci-biology/pals/pals-1.0-r2.ebuild (renamed from sci-biology/pals/pals-1.0-r1.ebuild)11
1 files changed, 3 insertions, 8 deletions
diff --git a/sci-biology/pals/pals-1.0-r1.ebuild b/sci-biology/pals/pals-1.0-r2.ebuild
index 32579b9d0757..8f251d2b82ab 100644
--- a/sci-biology/pals/pals-1.0-r1.ebuild
+++ b/sci-biology/pals/pals-1.0-r2.ebuild
@@ -1,23 +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="Pairwise Aligner for Long Sequences"
HOMEPAGE="http://www.drive5.com/pals/"
SRC_URI="http://www.drive5.com/pals/pals_source.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
PATCHES=( "${FILESDIR}"/${PN}-1.0-fix-build-system.patch )