commit: edb60ffc836941b204449ee405eddf1c6ba53577
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 10:54:49 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 10:55:00 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=edb60ffc
sci-biology/MuSeqBox: version bump, fix fetch
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
profiles/package.mask | 1 -
.../{MuSeqBox-5.4.ebuild => MuSeqBox-3.4.2020.ebuild} | 12 ++++--------
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 297270976..463264771 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -88,4 +88,3 @@ sci-biology/MolBioLib
sci-biology/mreps
sci-biology/mRNAmarkup
sci-biology/mrsfast
-sci-biology/MuSeqBox
diff --git a/sci-biology/MuSeqBox/MuSeqBox-5.4.ebuild
b/sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild
similarity index 83%
rename from sci-biology/MuSeqBox/MuSeqBox-5.4.ebuild
rename to 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