commit:     f27f3a13b1a46abf343ca3ee660732a39a1ccfe5
Author:     Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
AuthorDate: Sat Jul 31 19:32:47 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 13:09:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f27f3a13

sci-biology/MuSeqBox: drop version 3.4.2020

* Source code for version 3.4.2020 is no longer available

Closes: https://bugs.gentoo.org/794154
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com>
Closes: https://github.com/gentoo/sci/pull/1101
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild | 32 ---------------------------
 1 file changed, 32 deletions(-)

diff --git a/sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild 
b/sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild
deleted file mode 100644
index 0d4b5737f..000000000
--- a/sci-biology/MuSeqBox/MuSeqBox-3.4.2020.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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-${PV//./-}.tar.gz";
-# code will move to https://github.com/BrendelGroup
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/MUSEQBOX5.5"
-
-src_compile(){
-       cd src || die
-       $(tc-getCXX) ${CFLAGS} -DLINUX -c MuSeqBox.C || die
-       $(tc-getCXX) ${CFLAGS} ${LDFLAGS} -DLINUX MuSeqBox.o -o ../bin/MuSeqBox 
|| die
-}
-
-src_install(){
-       dobin bin/*
-       dodoc 0README
-       insinto /usr/share/"${PN}"
-       doins doc/*.ps doc/*.pdf
-       doins -r data
-       doman doc/MuSeqBox.1
-}

Reply via email to