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 CCBE91382C5 for ; Fri, 13 Apr 2018 23:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6375DE08F9; Fri, 13 Apr 2018 23:47:23 +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 42492E08ED for ; Fri, 13 Apr 2018 23:47:23 +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 7CCCA335CA8 for ; Fri, 13 Apr 2018 23:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD76A29E for ; Fri, 13 Apr 2018 23:22:07 +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: <1523661698.8526ec241a7e2ab87547b4b789e9ad9e86e32b5b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.63.0.ebuild dev-libs/boost/boost-1.65.0.ebuild dev-libs/boost/boost-1.66.0.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8526ec241a7e2ab87547b4b789e9ad9e86e32b5b X-VCS-Branch: master Date: Fri, 13 Apr 2018 23:22:07 +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: 4d2550c6-ab67-4841-933c-665f810ee820 X-Archives-Hash: ae039363b67577d48c14ec93020f8778 commit: 8526ec241a7e2ab87547b4b789e9ad9e86e32b5b Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Apr 10 11:30:56 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 13 23:21:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8526ec24 dev-libs/boost: use HTTPS dev-libs/boost/boost-1.63.0.ebuild | 2 +- dev-libs/boost/boost-1.65.0.ebuild | 2 +- dev-libs/boost/boost-1.66.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/boost/boost-1.63.0.ebuild b/dev-libs/boost/boost-1.63.0.ebuild index 391581e396a..4f43846220f 100644 --- a/dev-libs/boost/boost-1.63.0.ebuild +++ b/dev-libs/boost/boost-1.63.0.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}_$(replace_all_version_separators _)" MAJOR_V="$(get_version_component_range 1-2)" DESCRIPTION="Boost Libraries for C++" -HOMEPAGE="http://www.boost.org/" +HOMEPAGE="https://www.boost.org/" SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-libs/boost/boost-1.65.0.ebuild b/dev-libs/boost/boost-1.65.0.ebuild index ad8b7f49f34..837f83b5b20 100644 --- a/dev-libs/boost/boost-1.65.0.ebuild +++ b/dev-libs/boost/boost-1.65.0.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}_$(replace_all_version_separators _)" MAJOR_V="$(get_version_component_range 1-2)" DESCRIPTION="Boost Libraries for C++" -HOMEPAGE="http://www.boost.org/" +HOMEPAGE="https://www.boost.org/" SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-libs/boost/boost-1.66.0.ebuild b/dev-libs/boost/boost-1.66.0.ebuild index 4f28b76a848..7cec3890e28 100644 --- a/dev-libs/boost/boost-1.66.0.ebuild +++ b/dev-libs/boost/boost-1.66.0.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}_$(replace_all_version_separators _)" MAJOR_V="$(get_version_component_range 1-2)" DESCRIPTION="Boost Libraries for C++" -HOMEPAGE="http://www.boost.org/" +HOMEPAGE="https://www.boost.org/" SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar.bz2" LICENSE="Boost-1.0"