commit: 3b04c4a1861db57bdc4198ebe2d5c033207035c0 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue May 2 12:11:42 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue May 2 12:15:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b04c4a1
sci-biology/trim_galore: treeclean Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-biology/trim_galore/metadata.xml | 15 -------------- sci-biology/trim_galore/trim_galore-0.6.6.ebuild | 26 ------------------------ 2 files changed, 41 deletions(-) diff --git a/sci-biology/trim_galore/metadata.xml b/sci-biology/trim_galore/metadata.xml deleted file mode 100644 index ac0e44aa7..000000000 --- a/sci-biology/trim_galore/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="github">FelixKrueger/TrimGalore</remote-id> - </upstream> -</pkgmetadata> 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 -}
