aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 11:54:49 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 11:55:00 +0100
commitedb60ffc836941b204449ee405eddf1c6ba53577 (patch)
treeced39353827e1d80a77ead522e25d0906944ba72 /sci-biology
parentsci-biology/OBO-Edit: add missing slash (diff)
downloadsci-edb60ffc836941b204449ee405eddf1c6ba53577.tar.gz
sci-edb60ffc836941b204449ee405eddf1c6ba53577.tar.bz2
sci-edb60ffc836941b204449ee405eddf1c6ba53577.zip
sci-biology/MuSeqBox: version bump, fix fetch
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/MuSeqBox/Manifest2
-rw-r--r--sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild (renamed from sci-biology/MuSeqBox/MuSeqBox-5.4.ebuild)12
2 files changed, 5 insertions, 9 deletions
diff --git a/sci-biology/MuSeqBox/Manifest b/sci-biology/MuSeqBox/Manifest
index 4b2bfab1f..584b72cec 100644
--- a/sci-biology/MuSeqBox/Manifest
+++ b/sci-biology/MuSeqBox/Manifest
@@ -1 +1 @@
-DIST MuSeqBox-4-8-2015.tar.gz 86427 BLAKE2B 5152da22a0fdf4694e9a3bea51d95e819d06bf9d27863d9af04bdc1159eec42f90f7eaab426c8e9b3db3988e6da34bfaff4ea9d6d5feb9b07ccc39e0d27af99a SHA512 09644994e682ed6e7307f950ec61e78e8dff7cdba5d70324b8529f33ed9339481f647fd3f45eb272ffa941afa6138a23a26769651dd4c22e3a1a16d2275d14b8
+DIST MuSeqBox-3-4-2020.tar.gz 86176 BLAKE2B 04ad5a4fda3f4d694dc68c3532fd26cb771393442bdd3e4956bd4eb3dad67c51e15e1a0f948e7b57073b134d5aa59220219ee61b703e37ee5cb3030e1c85273b SHA512 a2237963858ee2e14f56a42e545fce88334f26f402943ec35c8a0df9b6ebfee46ba04695b137d4e8025b15c0e06a3ae71fa69015bcc931865b133ff6ca21d333
diff --git a/sci-biology/MuSeqBox/MuSeqBox-5.4.ebuild b/sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild
index 326e0d7c0..0d4b5737f 100644
--- a/sci-biology/MuSeqBox/MuSeqBox-5.4.ebuild
+++ b/sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild
@@ -1,24 +1,20 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
DESCRIPTION="Parse and filter BLAST output into tab-delimited file"
HOMEPAGE="http://brendelgroup.org/bioinformatics2go/MuSeqBox.php"
-SRC_URI="http://www.brendelgroup.org/bioinformatics2go/Download/MuSeqBox-4-8-2015.tar.gz"
+SRC_URI="http://www.brendelgroup.org/bioinformatics2go/Download/MuSeqBox-${PV//./-}.tar.gz"
# code will move to https://github.com/BrendelGroup
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/MUSEQBOX5.4"
+S="${WORKDIR}/MUSEQBOX5.5"
src_compile(){
cd src || die