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

Reply via email to