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 3F96E139694 for ; Sat, 8 Jul 2017 23:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FBF027422D; 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 328E527422D for ; Sat, 8 Jul 2017 23:25:26 +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 54761341B47 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 D836974AC 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: <1499556280.f64933aa5c72db3cd42957ec62ddbdba5668c22f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-3.9.0.ebuild dev-python/lit/lit-4.0.0.ebuild dev-python/lit/lit-4.0.1.ebuild dev-python/lit/lit-9999.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f64933aa5c72db3cd42957ec62ddbdba5668c22f 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: 41b81928-ee46-44ff-842e-650e96d4c064 X-Archives-Hash: d3ea68a35102593cbba72563c56c2cde commit: f64933aa5c72db3cd42957ec62ddbdba5668c22f Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:23:23 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:24:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64933aa dev-python/lit: Use https for llvm.org dev-python/lit/lit-3.9.0.ebuild | 6 +++--- dev-python/lit/lit-4.0.0.ebuild | 4 ++-- dev-python/lit/lit-4.0.1.ebuild | 4 ++-- dev-python/lit/lit-9999.ebuild | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-python/lit/lit-3.9.0.ebuild b/dev-python/lit/lit-3.9.0.ebuild index c0b98f55f1d..4a0384b8824 100644 --- a/dev-python/lit/lit-3.9.0.ebuild +++ b/dev-python/lit/lit-3.9.0.ebuild @@ -8,9 +8,9 @@ inherit distutils-r1 MY_P=llvm-${PV} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" -EGIT_REPO_URI="http://llvm.org/git/llvm.git +HOMEPAGE="https://llvm.org/" +SRC_URI="https://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" +EGIT_REPO_URI="https://llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" LICENSE="UoI-NCSA" diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild index 82d603dc00d..0531b4bca56 100644 --- a/dev-python/lit/lit-4.0.0.ebuild +++ b/dev-python/lit/lit-4.0.0.ebuild @@ -8,8 +8,8 @@ inherit distutils-r1 MY_P=llvm-${PV/_/} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild index 82d603dc00d..0531b4bca56 100644 --- a/dev-python/lit/lit-4.0.1.ebuild +++ b/dev-python/lit/lit-4.0.1.ebuild @@ -8,8 +8,8 @@ inherit distutils-r1 MY_P=llvm-${PV/_/} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 2e369db51db..530fdbfb212 100644 --- a/dev-python/lit/lit-9999.ebuild +++ b/dev-python/lit/lit-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-r3 DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -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"