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 B95A5158086 for ; Wed, 6 Oct 2021 01:13:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15D94E0928; Wed, 6 Oct 2021 01:13:29 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFDA0E0928 for ; Wed, 6 Oct 2021 01:13: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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 286EF343240 for ; Wed, 6 Oct 2021 01:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D702D138 for ; Wed, 6 Oct 2021 01:13:25 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1633388989.52bbea6a3f316d735b036f0e087dc8bfee041fed.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/scr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/scr/scr-3.0_pre1.ebuild X-VCS-Directories: sys-cluster/scr/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 52bbea6a3f316d735b036f0e087dc8bfee041fed X-VCS-Branch: master Date: Wed, 6 Oct 2021 01:13:25 +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: eeddbfc2-e6c9-4c15-b302-5fb8e4cda602 X-Archives-Hash: 7f4139c85d509c18555364c4711e44ab commit: 52bbea6a3f316d735b036f0e087dc8bfee041fed Author: Alessandro Barbieri gmail com> AuthorDate: Mon Oct 4 23:09:49 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Oct 4 23:09:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52bbea6a sys-cluster/scr: use https Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/scr/scr-3.0_pre1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/scr/scr-3.0_pre1.ebuild b/sys-cluster/scr/scr-3.0_pre1.ebuild index b640a48d2..08524304d 100644 --- a/sys-cluster/scr/scr-3.0_pre1.ebuild +++ b/sys-cluster/scr/scr-3.0_pre1.ebuild @@ -13,7 +13,7 @@ inherit cmake python-single-r1 fortran-2 docs DESCRIPTION="Scalable Checkpoint / Restart Library" HOMEPAGE=" - http://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi + https://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi https://github.com/LLNL/scr " SRC_URI="https://github.com/LLNL/scr/archive/refs/tags/v${MYPV}.tar.gz -> ${P}.tar.gz"