aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/mrsfast/mrsfast-3.4.2.ebuild')
-rw-r--r--sci-biology/mrsfast/mrsfast-3.4.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-biology/mrsfast/mrsfast-3.4.2.ebuild b/sci-biology/mrsfast/mrsfast-3.4.2.ebuild
deleted file mode 100644
index 91f7d771c..000000000
--- a/sci-biology/mrsfast/mrsfast-3.4.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Micro Read Fast Alignment Search Tool"
-HOMEPAGE="https://sfu-compbio.github.io/mrsfast/"
-SRC_URI="https://github.com/sfu-compbio/mrsfast/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-src_prepare() {
- default
- sed \
- -e "s:gcc:$(tc-getCC) ${LDFLAGS}:g" \
- -e '/^CFLAGS/d' \
- -e '/^LDFLAGS/d' \
- -i Makefile || die
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
-}