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 303E2138332 for ; Fri, 25 May 2018 22:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1EA3E0863; Fri, 25 May 2018 22:28:18 +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 C39B7E0863 for ; Fri, 25 May 2018 22:28:18 +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 8163F335CA0 for ; Fri, 25 May 2018 22:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA022AE for ; Fri, 25 May 2018 22:28:16 +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: <1527287287.7a58fc67179eba626638206eb9ac830810a9de90.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ccfits/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ccfits/ccfits-2.4-r1.ebuild sci-libs/ccfits/ccfits-2.5.ebuild X-VCS-Directories: sci-libs/ccfits/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7a58fc67179eba626638206eb9ac830810a9de90 X-VCS-Branch: master Date: Fri, 25 May 2018 22:28:16 +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: 5cb19996-4435-4544-b0a7-22ba73a87004 X-Archives-Hash: 4a572734d71f2feb376e40337c936104 commit: 7a58fc67179eba626638206eb9ac830810a9de90 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 25 19:54:47 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 25 22:28:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a58fc67 sci-libs/ccfits: use HTTPs sci-libs/ccfits/ccfits-2.4-r1.ebuild | 4 ++-- sci-libs/ccfits/ccfits-2.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/ccfits/ccfits-2.4-r1.ebuild b/sci-libs/ccfits/ccfits-2.4-r1.ebuild index a053f0dd3a6..30ea37fa12d 100644 --- a/sci-libs/ccfits/ccfits-2.4-r1.ebuild +++ b/sci-libs/ccfits/ccfits-2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MYPN=CCfits MYP=${MYPN}-${PV} DESCRIPTION="C++ interface for cfitsio" -HOMEPAGE="http://heasarc.gsfc.nasa.gov/fitsio/CCfits/" +HOMEPAGE="https://heasarc.gsfc.nasa.gov/fitsio/CCfits/" SRC_URI="${HOMEPAGE}/${MYP}.tar.gz" LICENSE="BSD" diff --git a/sci-libs/ccfits/ccfits-2.5.ebuild b/sci-libs/ccfits/ccfits-2.5.ebuild index 9530618f2c8..5f2b6eb5171 100644 --- a/sci-libs/ccfits/ccfits-2.5.ebuild +++ b/sci-libs/ccfits/ccfits-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MYPN=CCfits MYP=${MYPN}-${PV} DESCRIPTION="C++ interface for cfitsio" -HOMEPAGE="http://heasarc.gsfc.nasa.gov/fitsio/CCfits/" +HOMEPAGE="https://heasarc.gsfc.nasa.gov/fitsio/CCfits/" SRC_URI="${HOMEPAGE}/${MYP}.tar.gz" LICENSE="BSD"