summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-07 21:57:02 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-07 21:57:02 +0200
commitfe3ce019739e1095534305849a61dd6478ba7678 (patch)
tree9e889026bed02a81c4ebbcc0f4bcf688eda9ffa8 /sci-biology
parentsci-biology/maqview: update EAPI 6 -> 8 (diff)
downloadgentoo-fe3ce019739e1095534305849a61dd6478ba7678.tar.gz
gentoo-fe3ce019739e1095534305849a61dd6478ba7678.tar.bz2
gentoo-fe3ce019739e1095534305849a61dd6478ba7678.zip
sci-biology/mummer: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/mummer/mummer-3.23-r1.ebuild (renamed from sci-biology/mummer/mummer-3.23.ebuild)10
1 files changed, 4 insertions, 6 deletions
diff --git a/sci-biology/mummer/mummer-3.23.ebuild b/sci-biology/mummer/mummer-3.23-r1.ebuild
index 4839053f4191..59a66abe2f04 100644
--- a/sci-biology/mummer/mummer-3.23.ebuild
+++ b/sci-biology/mummer/mummer-3.23-r1.ebuild
@@ -1,26 +1,24 @@
-# 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 flag-o-matic toolchain-funcs
DESCRIPTION="A rapid whole genome aligner"
HOMEPAGE="http://mummer.sourceforge.net/"
SRC_URI="mirror://sourceforge/mummer/MUMmer${PV}.tar.gz"
+S="${WORKDIR}/MUMmer${PV}"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-DEPEND=""
RDEPEND="
app-shells/tcsh
dev-lang/perl"
-S=${WORKDIR}/MUMmer${PV}
-
PATCHES=(
"${FILESDIR}"/${PN}-3.23-fix-build-system.patch
"${FILESDIR}"/${PN}-3.23-fix-c++-qa.patch
@@ -38,7 +36,7 @@ src_install() {
dobin scripts/{exact-tandems,mapview,mummerplot,dnadiff,nucmer,promer,run-mummer1,run-mummer3,nucmer2xfig}
newbin src/tigr/annotate mummer-annotate
- insinto /usr/share/${PN}/lib
+ insinto /usr/share/mummer/lib
doins scripts/Foundation.pm
einstalldocs