aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 14:14:50 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 14:14:50 +0100
commit961b53dced314b1a04547b5f7fc70740755aba15 (patch)
treedeab4c1b19ed370a96a606e8ef0b688dfb058330 /sci-biology
parentsci-biology/oases: drop dead package (diff)
downloadsci-961b53dced314b1a04547b5f7fc70740755aba15.tar.gz
sci-961b53dced314b1a04547b5f7fc70740755aba15.tar.bz2
sci-961b53dced314b1a04547b5f7fc70740755aba15.zip
sci-biology/mrsfast: drop dead package
does not compile, no upstream activity Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/mrsfast/Manifest1
-rw-r--r--sci-biology/mrsfast/metadata.xml11
-rw-r--r--sci-biology/mrsfast/mrsfast-3.4.2.ebuild28
3 files changed, 0 insertions, 40 deletions
diff --git a/sci-biology/mrsfast/Manifest b/sci-biology/mrsfast/Manifest
deleted file mode 100644
index b6da5c3dd..000000000
--- a/sci-biology/mrsfast/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mrsfast-3.4.2.tar.gz 47451 BLAKE2B e8dc3d06ec53d036ef2b556fc536b5430c6bc392846341e86afcd3131f38cc2ac2a642e8f4cf97e2bb56039604b18e839f0bc3803665a713cdb13374eee0fb46 SHA512 3ca0e166a165b338a3949fea1f80c6e3f228e36663af3cd6de57eb22ac05fa0d8a4c5fa8c2ca5ee5ce8cfe17d7df05362f26a9ae77f9d117ea256461a3c3e9a0
diff --git a/sci-biology/mrsfast/metadata.xml b/sci-biology/mrsfast/metadata.xml
deleted file mode 100644
index 309390097..000000000
--- a/sci-biology/mrsfast/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">mrsfast</remote-id>
- </upstream>
-</pkgmetadata>
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}
-}