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 BD6E513835A for ; Thu, 18 Mar 2021 18:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16D3FE084E; Thu, 18 Mar 2021 18:54:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F152CE084E for ; Thu, 18 Mar 2021 18:54:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9A22F340D2F for ; Thu, 18 Mar 2021 18:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B1B75B9 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: <1616092998.bcafdb1d945ea006828162f70d08f31f7d788a29.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jtreeview/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/jtreeview/jtreeview-9999.ebuild X-VCS-Directories: sci-biology/jtreeview/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bcafdb1d945ea006828162f70d08f31f7d788a29 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: dbe3a293-b7df-43b4-a24f-b3ea928353ce X-Archives-Hash: 4266ae1a03cecdb9b03a0b328d920b7f commit: bcafdb1d945ea006828162f70d08f31f7d788a29 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 18 18:43:18 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Mar 18 18:43:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcafdb1d sci-biology/jtreeview: use perl_domodule Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/jtreeview/jtreeview-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-biology/jtreeview/jtreeview-9999.ebuild b/sci-biology/jtreeview/jtreeview-9999.ebuild index 0b95e7cb3..316368b4e 100644 --- a/sci-biology/jtreeview/jtreeview-9999.ebuild +++ b/sci-biology/jtreeview/jtreeview-9999.ebuild @@ -22,9 +22,8 @@ src_install(){ java-pkg_dolauncher ${PN} TreeView.jar cd ../helper-scripts-0.0.2 || die perl_set_version - insinto "${VENDOR_LIB}" - doins *.pm - dobin *.pl + perl_domodule *.pm + perl_domodule *.pl insinto /usr/share/"${PN}"/examples doins blues.color newdoc README README.helper-scripts