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 2B75B1580B1 for ; Tue, 31 Aug 2021 09:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7642EE096C; Tue, 31 Aug 2021 09:45:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 161BBE096A for ; Tue, 31 Aug 2021 09:45:28 +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 52F1733BE65 for ; Tue, 31 Aug 2021 09:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 934089C for ; Tue, 31 Aug 2021 09:45:24 +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: <1630402757.66034a17eb03ca7e7d8ef90bcaabd5adcc5ed8cf.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/primerD/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/primerD/primerD-1.0.0.ebuild X-VCS-Directories: sci-biology/primerD/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 66034a17eb03ca7e7d8ef90bcaabd5adcc5ed8cf X-VCS-Branch: master Date: Tue, 31 Aug 2021 09:45:24 +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: 4245375b-7923-4c04-ac99-40c09ceab591 X-Archives-Hash: d4522e59605e9e5d35e4e1976502490d commit: 66034a17eb03ca7e7d8ef90bcaabd5adcc5ed8cf Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Aug 31 09:39:17 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Aug 31 09:39:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=66034a17 sci-biology/primerD: move RESTRICT Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/primerD/primerD-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/primerD/primerD-1.0.0.ebuild b/sci-biology/primerD/primerD-1.0.0.ebuild index b5365336a..6d46832a9 100644 --- a/sci-biology/primerD/primerD-1.0.0.ebuild +++ b/sci-biology/primerD/primerD-1.0.0.ebuild @@ -7,12 +7,12 @@ inherit toolchain-funcs DESCRIPTION="Design degenerate primers" HOMEPAGE="https://mblab.wustl.edu/software.html" +SRC_URI="primerD.tar.gz" #SRC_URI="https://mblab.wustl.edu/software/download/primerD.tar.gz -> primerD-1.0.tar.gz" # 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'. RESTRICT="fetch" -SRC_URI="primerD.tar.gz" LICENSE="LGPL-2.1" SLOT="0"