aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/trim_galore/trim_galore-0.6.6.ebuild')
-rw-r--r--sci-biology/trim_galore/trim_galore-0.6.6.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sci-biology/trim_galore/trim_galore-0.6.6.ebuild b/sci-biology/trim_galore/trim_galore-0.6.6.ebuild
deleted file mode 100644
index c99dcfcc6..000000000
--- a/sci-biology/trim_galore/trim_galore-0.6.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Perl wrapper around Cutadapt and FastQC to adapter and quality trimming"
-HOMEPAGE="https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/ https://github.com/FelixKrueger/TrimGalore"
-SRC_URI="https://github.com/FelixKrueger/TrimGalore/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="
- dev-lang/perl
- sci-biology/cutadapt
- sci-biology/fastqc
- ${DEPEND}"
-
-S="${WORKDIR}/TrimGalore-${PV}"
-
-src_install(){
- dobin trim_galore
- dodoc -r Docs
-}