aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/LINKS/LINKS-1.8.7.ebuild')
-rw-r--r--sci-biology/LINKS/LINKS-1.8.7.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-biology/LINKS/LINKS-1.8.7.ebuild b/sci-biology/LINKS/LINKS-1.8.7.ebuild
deleted file mode 100644
index 5009e9922..000000000
--- a/sci-biology/LINKS/LINKS-1.8.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Scaffold genome assemblies by Chromium/PacBio/Nanopore reads"
-HOMEPAGE="https://github.com/bcgsc/LINKS"
-SRC_URI="https://github.com/bcgsc/LINKS/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="test"
-
-RDEPEND="
- >=dev-lang/perl-1.6
- dev-lang/swig
- sci-biology/btl_bloomfilter
-"
-
-src_install(){
- dobin bin/LINKS *.pl releases/links_v1.8.5/tools/*.pl
- dodoc README.md
-}