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 8E4A0158086 for ; Sun, 17 Oct 2021 15:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB350E0965; Sun, 17 Oct 2021 15:57:02 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A27E3E0965 for ; Sun, 17 Oct 2021 15:57:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 482EC343111 for ; Sun, 17 Oct 2021 15:57:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE43DEA for ; Sun, 17 Oct 2021 15:56:59 +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: <1634486212.377d1d836ceacf807b6c0eec677a841eb8d45c2c.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/LINKS/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/LINKS/LINKS-1.8.7.ebuild X-VCS-Directories: sci-biology/LINKS/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 377d1d836ceacf807b6c0eec677a841eb8d45c2c X-VCS-Branch: master Date: Sun, 17 Oct 2021 15:56:59 +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: 7138bf28-1461-43c0-9a12-8afb5c08b11e X-Archives-Hash: 2823f4c0b52f5c8768a6ce0bb77e3998 commit: 377d1d836ceacf807b6c0eec677a841eb8d45c2c Author: Martin Mokrejs gmail com> AuthorDate: Sun Oct 17 15:56:52 2021 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun Oct 17 15:56:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=377d1d83 sci-biology/LINKS: install the tools/*.pl files from archive ... until https://github.com/bcgsc/LINKS/issues/31 is fixed. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Martin Mokrejs gmail.com> sci-biology/LINKS/LINKS-1.8.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/LINKS/LINKS-1.8.7.ebuild b/sci-biology/LINKS/LINKS-1.8.7.ebuild index e9cf2fbd8..5009e9922 100644 --- a/sci-biology/LINKS/LINKS-1.8.7.ebuild +++ b/sci-biology/LINKS/LINKS-1.8.7.ebuild @@ -20,6 +20,6 @@ RDEPEND=" " src_install(){ - dobin bin/LINKS *.pl tools/*.pl + dobin bin/LINKS *.pl releases/links_v1.8.5/tools/*.pl dodoc README.md }