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 32CC81382C5 for ; Wed, 16 May 2018 22:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 777D3E0993; Wed, 16 May 2018 22:57:31 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B6B2E0993 for ; Wed, 16 May 2018 22:57:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2E85F335C87 for ; Wed, 16 May 2018 22:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BD532AF for ; Wed, 16 May 2018 22:57:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526511422.66b50ac9755c37a3c7dc9f214c8e0577e37999ae.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/sundials/sundials-2.7.0.ebuild sci-libs/sundials/sundials-3.0.0.ebuild sci-libs/sundials/sundials-3.1.0.ebuild X-VCS-Directories: sci-libs/sundials/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 66b50ac9755c37a3c7dc9f214c8e0577e37999ae X-VCS-Branch: master Date: Wed, 16 May 2018 22:57:26 +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-Archives-Salt: 0b83d4fb-46af-4a18-99f4-a5d171286363 X-Archives-Hash: d5e7bc9e0bc26bd17fab9658265ef652 commit: 66b50ac9755c37a3c7dc9f214c8e0577e37999ae Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 15 11:30:30 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 16 22:57:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b50ac9 sci-libs/sundials: use HTTPS sci-libs/sundials/sundials-2.7.0.ebuild | 6 +++--- sci-libs/sundials/sundials-3.0.0.ebuild | 4 ++-- sci-libs/sundials/sundials-3.1.0.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-libs/sundials/sundials-2.7.0.ebuild b/sci-libs/sundials/sundials-2.7.0.ebuild index 5eb5426e8a5..3b5df344e82 100644 --- a/sci-libs/sundials/sundials-2.7.0.ebuild +++ b/sci-libs/sundials/sundials-2.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit cmake-utils toolchain-funcs fortran-2 versionator DESCRIPTION="Suite of nonlinear solvers" -HOMEPAGE="http://computation.llnl.gov/projects/sundials" -SRC_URI="http://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" +HOMEPAGE="https://computation.llnl.gov/projects/sundials" +SRC_URI="https://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(get_major_version)" diff --git a/sci-libs/sundials/sundials-3.0.0.ebuild b/sci-libs/sundials/sundials-3.0.0.ebuild index 35e90af469e..5be73141477 100644 --- a/sci-libs/sundials/sundials-3.0.0.ebuild +++ b/sci-libs/sundials/sundials-3.0.0.ebuild @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit cmake-utils toolchain-funcs fortran-2 versionator DESCRIPTION="Suite of nonlinear solvers" -HOMEPAGE="http://computation.llnl.gov/projects/sundials" -SRC_URI="http://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" +HOMEPAGE="https://computation.llnl.gov/projects/sundials" +SRC_URI="https://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(get_major_version)" diff --git a/sci-libs/sundials/sundials-3.1.0.ebuild b/sci-libs/sundials/sundials-3.1.0.ebuild index 707322d2acc..6285504725e 100644 --- a/sci-libs/sundials/sundials-3.1.0.ebuild +++ b/sci-libs/sundials/sundials-3.1.0.ebuild @@ -9,8 +9,8 @@ FORTRAN_STANDARD=90 inherit cmake-utils toolchain-funcs fortran-2 versionator DESCRIPTION="Suite of nonlinear solvers" -HOMEPAGE="http://computation.llnl.gov/projects/sundials" -SRC_URI="http://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" +HOMEPAGE="https://computation.llnl.gov/projects/sundials" +SRC_URI="https://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(get_major_version)"