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 C160F139694 for ; Sat, 8 Jul 2017 23:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B79A727420C; Sat, 8 Jul 2017 23:25:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9547827420C for ; Sat, 8 Jul 2017 23:25:25 +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 CA65B341AA4 for ; Sat, 8 Jul 2017 23:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1C8A74AA for ; Sat, 8 Jul 2017 23:25:21 +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: <1499556274.e5848c5f60d6508d691a9a60ad78f2351adde643.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-common/llvm-common-4.0.0.ebuild sys-devel/llvm-common/llvm-common-4.0.1.ebuild sys-devel/llvm-common/llvm-common-9999.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e5848c5f60d6508d691a9a60ad78f2351adde643 X-VCS-Branch: master Date: Sat, 8 Jul 2017 23:25:21 +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: 8aec260c-777e-4d77-a761-823a7cdcb293 X-Archives-Hash: f193c3ef0c0985dc94ef80cd7b2dabe3 commit: e5848c5f60d6508d691a9a60ad78f2351adde643 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:23:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:24:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5848c5f sys-devel/llvm-common: Use https for llvm.org sys-devel/llvm-common/llvm-common-4.0.0.ebuild | 4 ++-- sys-devel/llvm-common/llvm-common-4.0.1.ebuild | 4 ++-- sys-devel/llvm-common/llvm-common-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/llvm-common/llvm-common-4.0.0.ebuild b/sys-devel/llvm-common/llvm-common-4.0.0.ebuild index d307094d751..f53d0992713 100644 --- a/sys-devel/llvm-common/llvm-common-4.0.0.ebuild +++ b/sys-devel/llvm-common/llvm-common-4.0.0.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="Common files shared between multiple slots of LLVM" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild index d307094d751..f53d0992713 100644 --- a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild +++ b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="Common files shared between multiple slots of LLVM" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/sys-devel/llvm-common/llvm-common-9999.ebuild b/sys-devel/llvm-common/llvm-common-9999.ebuild index 87e502af1e9..64d8f5e7daf 100644 --- a/sys-devel/llvm-common/llvm-common-9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit git-r3 DESCRIPTION="Common files shared between multiple slots of LLVM" -HOMEPAGE="http://llvm.org/" +HOMEPAGE="https://llvm.org/" SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git"