public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] proj/sci:master commit in: sci-biology/proovread/
@ 2018-04-01 22:17 99% Martin Mokrejs
  0 siblings, 0 replies; 1+ results
From: Martin Mokrejs @ 2018-04-01 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b1d6d2c3fc9cb4a1d918d0fb3424be2228b8e825
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Apr  1 22:17:42 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Apr  1 22:17:42 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b1d6d2c3

sci-biology/proovread: call perl_domodule to install *.pm files

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sci-biology/proovread/proovread-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sci-biology/proovread/proovread-9999.ebuild b/sci-biology/proovread/proovread-9999.ebuild
index 11a78d2f8..5165ae6dd 100644
--- a/sci-biology/proovread/proovread-9999.ebuild
+++ b/sci-biology/proovread/proovread-9999.ebuild
@@ -5,6 +5,8 @@ EAPI=6
 
 [ "$PV" == "9999" ] && inherit git-r3
 
+inherit perl-functions toolchain-funcs
+
 DESCRIPTION="Error correct PacBio subreads using Illumina reads"
 HOMEPAGE="https://github.com/BioInf-Wuerzburg/proovread"
 if [ "$PV" == "9999" ]; then
@@ -39,6 +41,8 @@ src_install(){
 	dobin bin/SeqFilter
 	cd ../../util/SeqChunker || die
 	dobin bin/*
+	cd ../../lib || die
+	perl_domodule -r -C ${PN} *
 	# cd ../util/blasr-1.3.1 || die
 	# dobin blasr
 	# dodoc LICENSE.txt


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-04-01 22:17 99% [gentoo-commits] proj/sci:master commit in: sci-biology/proovread/ Martin Mokrejs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox