From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AA301382C5 for ; Sun, 1 Apr 2018 22:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E11E0ADC; Sun, 1 Apr 2018 22:17:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07C42E0ADC for ; Sun, 1 Apr 2018 22:17:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C77B335D8B for ; Sun, 1 Apr 2018 22:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20621263 for ; Sun, 1 Apr 2018 22:17:50 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1522621062.b1d6d2c3fc9cb4a1d918d0fb3424be2228b8e825.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/proovread/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/proovread/proovread-9999.ebuild X-VCS-Directories: sci-biology/proovread/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: b1d6d2c3fc9cb4a1d918d0fb3424be2228b8e825 X-VCS-Branch: master Date: Sun, 1 Apr 2018 22:17:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1ae40a1-11bc-4cd0-ba4d-24d1ef6c9ebe X-Archives-Hash: dcc3b460dde83b6201dab88ff15a7e8f commit: b1d6d2c3fc9cb4a1d918d0fb3424be2228b8e825 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Sun Apr 1 22:17:42 2018 +0000 Commit: Martin Mokrejs fold natur cuni 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