diff options
author | 2021-03-06 10:42:54 +0100 | |
---|---|---|
committer | 2021-03-06 10:42:54 +0100 | |
commit | b56ce20506d4fe815bbf3ceef0c39e387023b63a (patch) | |
tree | 403a00faac290436c31e6635897099dd6da9c42e /sci-biology/bismark/bismark-0.13.0.ebuild | |
parent | sci-biology/bismark: version bump 0.23.0, EAPI bump (diff) | |
download | sci-b56ce20506d4fe815bbf3ceef0c39e387023b63a.tar.gz sci-b56ce20506d4fe815bbf3ceef0c39e387023b63a.tar.bz2 sci-b56ce20506d4fe815bbf3ceef0c39e387023b63a.zip |
sci-biology/bismark: drop old
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/bismark/bismark-0.13.0.ebuild')
-rw-r--r-- | sci-biology/bismark/bismark-0.13.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-biology/bismark/bismark-0.13.0.ebuild b/sci-biology/bismark/bismark-0.13.0.ebuild deleted file mode 100644 index 98aa75a61..000000000 --- a/sci-biology/bismark/bismark-0.13.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Map bisulfite converted sequence reads and cytosine methylation states" -HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/bismark/" -SRC_URI="http://www.bioinformatics.babraham.ac.uk/projects/${PN}/${PN}_v${PV}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+doc" - -DEPEND="" -RDEPEND="sci-biology/bowtie" - -S="${WORKDIR}/${PN}_v${PV}" - -src_install() { - dobin \ - bismark{,2bedGraph,2report,_genome_preparation,_methylation_extractor} \ - coverage2cytosine deduplicate_bismark - insinto /usr/share/${P} - doins bismark_sitrep.tpl - dosym ../share/${P}/bismark_sitrep.tpl /usr/bin/bismark_sitrep.tpl - use doc \ - dodoc Bismark_User_Guide.pdf RRBS_Guide.pdf license.txt RELEASE_NOTES.txt -} |