commit: 961b53dced314b1a04547b5f7fc70740755aba15 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jan 25 13:14:50 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jan 25 13:14:50 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=961b53dc
sci-biology/mrsfast: drop dead package does not compile, no upstream activity Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-biology/mrsfast/metadata.xml | 11 ----------- sci-biology/mrsfast/mrsfast-3.4.2.ebuild | 28 ---------------------------- 2 files changed, 39 deletions(-) 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>[email protected]</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} -}
