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 2B99D139694 for ; Sat, 8 Jul 2017 23:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA7227425F; Sat, 8 Jul 2017 23:25:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57491274260 for ; Sat, 8 Jul 2017 23:25:28 +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 58CBE341BCC for ; Sat, 8 Jul 2017 23:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0B3874B9 for ; Sat, 8 Jul 2017 23:25:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1499556315.88016209ff89b85515bd4445ac7f130082e523ec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild sys-devel/clang-runtime/clang-runtime-4.0.0.ebuild sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild sys-devel/clang-runtime/clang-runtime-9999.ebuild X-VCS-Directories: sys-devel/clang-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 88016209ff89b85515bd4445ac7f130082e523ec X-VCS-Branch: master Date: Sat, 8 Jul 2017 23:25:22 +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: 10c76f0e-b323-479d-add5-f2953394b57f X-Archives-Hash: 92f9eddbc1deff2dbb28dabbc700f34b commit: 88016209ff89b85515bd4445ac7f130082e523ec Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:23:49 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:25:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88016209 sys-devel/clang-runtime: Use https for llvm.org sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild | 2 +- sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild | 2 +- sys-devel/clang-runtime/clang-runtime-4.0.0.ebuild | 2 +- sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild | 2 +- sys-devel/clang-runtime/clang-runtime-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild index 31c492630b1..d7041b6811b 100644 --- a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib-build DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="http://clang.llvm.org/" +HOMEPAGE="https://clang.llvm.org/" SRC_URI="" LICENSE="metapackage" diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild index 87e94711875..9d158ddc2cc 100644 --- a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib-build DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="http://clang.llvm.org/" +HOMEPAGE="https://clang.llvm.org/" SRC_URI="" LICENSE="metapackage" diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.0.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.0.ebuild index 511e1c11c4b..6b19bc98151 100644 --- a/sys-devel/clang-runtime/clang-runtime-4.0.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-4.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib-build DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="http://clang.llvm.org/" +HOMEPAGE="https://clang.llvm.org/" SRC_URI="" LICENSE="metapackage" diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild index 511e1c11c4b..6b19bc98151 100644 --- a/sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib-build DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="http://clang.llvm.org/" +HOMEPAGE="https://clang.llvm.org/" SRC_URI="" LICENSE="metapackage" diff --git a/sys-devel/clang-runtime/clang-runtime-9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9999.ebuild index 53dcd1f9b7d..f95b5ba9313 100644 --- a/sys-devel/clang-runtime/clang-runtime-9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib-build DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="http://clang.llvm.org/" +HOMEPAGE="https://clang.llvm.org/" SRC_URI="" LICENSE="metapackage"