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 AFA501382C5 for ; Sat, 6 Mar 2021 16:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC0D0E08A2; Sat, 6 Mar 2021 16:43:40 +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 D0252E08A2 for ; Sat, 6 Mar 2021 16:43:40 +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 892B1340ECD for ; Sat, 6 Mar 2021 16:43:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1448B53 for ; Sat, 6 Mar 2021 16:43:38 +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: <1615048985.cd5d48d30d504aca455e94e58d1a5e0e67076314.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/twinscan/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/twinscan/twinscan-4.1.2-r1.ebuild X-VCS-Directories: sci-biology/twinscan/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cd5d48d30d504aca455e94e58d1a5e0e67076314 X-VCS-Branch: master Date: Sat, 6 Mar 2021 16:43:38 +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: b6440062-2248-4fe2-8f11-3995bbb8df59 X-Archives-Hash: be76ada1229b4e409dfc509d8f353165 commit: cd5d48d30d504aca455e94e58d1a5e0e67076314 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 6 16:43:05 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 6 16:43:05 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd5d48d3 sci-biology/twinscan: use ${P} in uri Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/twinscan/twinscan-4.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild index 6b9a5f57c..8b4fdbacf 100644 --- a/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild +++ b/sci-biology/twinscan/twinscan-4.1.2-r1.ebuild @@ -11,8 +11,8 @@ HOMEPAGE="https://mblab.wustl.edu/software.html" # ERROR: cannot verify mblab.wustl.edu's certificate, issued by ‘CN=InCommon RSA Server CA,OU=InCommon,O=Internet2,L=Ann Arbor,ST=MI,C=US’: # Unable to locally verify the issuer's authority. # To connect to mblab.wustl.edu insecurely, use `--no-check-certificate'. +SRC_URI="${P}.tar.gz" RESTRICT="fetch" -SRC_URI="iscan-4.1.2.tar.gz" LICENSE="all-rights-reserved" SLOT="0"