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 9B1D61382C5 for ; Thu, 18 Mar 2021 18:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93EC9E0893; Thu, 18 Mar 2021 18:54:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7F19DE0893 for ; Thu, 18 Mar 2021 18:54:07 +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 659B9340D3A for ; Thu, 18 Mar 2021 18:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93BCF5D2 for ; Thu, 18 Mar 2021 18:54:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616093401.c45961e65b1e5228dc796cf903fa6434d15b6738.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/cortex_var/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild X-VCS-Directories: sci-biology/cortex_var/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c45961e65b1e5228dc796cf903fa6434d15b6738 X-VCS-Branch: master Date: Thu, 18 Mar 2021 18:54:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 96afc550-ec04-4057-acd0-ebfd727abbd5 X-Archives-Hash: 5f017b7d7be76e39b1ba37a104d5dc6e commit: c45961e65b1e5228dc796cf903fa6434d15b6738 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 18 18:50:01 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Mar 18 18:50:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c45961e6 sci-biology/cortex_var: use perl_domodule Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild b/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild index f5b86e25c..d368f5db3 100644 --- a/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild +++ b/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild @@ -42,8 +42,7 @@ src_compile(){ src_install(){ bash install.sh || die perl_set_version - insinto ${VENDOR_LIB} - doins scripts/analyse_variants/bioinf-perl/lib/* scripts/calling/* + perl_domodule scripts/analyse_variants/bioinf-perl/lib/* scripts/calling/* echo \ "PATH=${EPREFIX}/usr/share/${PN}/scripts/analyse_variants/needleman_wunsch" \ > "${T}/99${PN}" || die