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 0099D139694 for ; Sat, 8 Jul 2017 23:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D71FD274231; Sat, 8 Jul 2017 23:25:26 +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 A05D6274231 for ; Sat, 8 Jul 2017 23:25:26 +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 CA264341AA4 for ; Sat, 8 Jul 2017 23:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58CEF74B2 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: <1499556298.327015f8d08cabb88de219471493d9b55ac1fb20.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-4.0.0-r1.ebuild dev-util/lldb/lldb-4.0.1.ebuild dev-util/lldb/lldb-9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 327015f8d08cabb88de219471493d9b55ac1fb20 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: 1938be4d-1d0f-4332-ac85-e32958b2809a X-Archives-Hash: c0823d54455c4977d205c1a858f17301 commit: 327015f8d08cabb88de219471493d9b55ac1fb20 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:23:35 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:24:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327015f8 dev-util/lldb: Use https for llvm.org dev-util/lldb/lldb-4.0.0-r1.ebuild | 6 +++--- dev-util/lldb/lldb-4.0.1.ebuild | 6 +++--- dev-util/lldb/lldb-9999.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-util/lldb/lldb-4.0.0-r1.ebuild b/dev-util/lldb/lldb-4.0.0-r1.ebuild index c247c6f25c9..64a83e7105d 100644 --- a/dev-util/lldb/lldb-4.0.0-r1.ebuild +++ b/dev-util/lldb/lldb-4.0.0-r1.ebuild @@ -11,9 +11,9 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils llvm python-single-r1 toolchain-funcs DESCRIPTION="The LLVM debugger" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz - test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz + test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-util/lldb/lldb-4.0.1.ebuild b/dev-util/lldb/lldb-4.0.1.ebuild index c247c6f25c9..64a83e7105d 100644 --- a/dev-util/lldb/lldb-4.0.1.ebuild +++ b/dev-util/lldb/lldb-4.0.1.ebuild @@ -11,9 +11,9 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils llvm python-single-r1 toolchain-funcs DESCRIPTION="The LLVM debugger" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz - test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz + test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 45a14965b4f..5016f336d61 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils git-r3 llvm python-single-r1 toolchain-funcs DESCRIPTION="The LLVM debugger" -HOMEPAGE="http://llvm.org/" +HOMEPAGE="https://llvm.org/" SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/lldb.git https://github.com/llvm-mirror/lldb.git" @@ -55,7 +55,7 @@ src_unpack() { git-r3_fetch if use test; then - git-r3_checkout http://llvm.org/git/llvm.git \ + git-r3_checkout https://llvm.org/git/llvm.git \ "${WORKDIR}"/llvm fi git-r3_checkout