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 B060A139694 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 1D55B274235; Sat, 8 Jul 2017 23:25:27 +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 E7AE6274235 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 DA7F1341ABB 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 4575C74B1 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: <1499556295.0fcd57a9b389a984d9ea1fef70590504b238c63c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-4.0.0.ebuild dev-python/clang-python/clang-python-4.0.1.ebuild dev-python/clang-python/clang-python-9999.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0fcd57a9b389a984d9ea1fef70590504b238c63c 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: 2916ddbf-48bb-41ab-b6f7-414dced14c82 X-Archives-Hash: e1975961c073857b2086c6bea66ff12e commit: 0fcd57a9b389a984d9ea1fef70590504b238c63c Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:23:33 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:24:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcd57a9 dev-python/clang-python: Use https for llvm.org dev-python/clang-python/clang-python-4.0.0.ebuild | 4 ++-- dev-python/clang-python/clang-python-4.0.1.ebuild | 4 ++-- dev-python/clang-python/clang-python-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/clang-python/clang-python-4.0.0.ebuild b/dev-python/clang-python/clang-python-4.0.0.ebuild index 4f169ecc239..dc7e4ee8aaa 100644 --- a/dev-python/clang-python/clang-python-4.0.0.ebuild +++ b/dev-python/clang-python/clang-python-4.0.0.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Python bindings for sys-devel/clang" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-python/clang-python/clang-python-4.0.1.ebuild b/dev-python/clang-python/clang-python-4.0.1.ebuild index 4f169ecc239..dc7e4ee8aaa 100644 --- a/dev-python/clang-python/clang-python-4.0.1.ebuild +++ b/dev-python/clang-python/clang-python-4.0.1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Python bindings for sys-devel/clang" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index 504837ede60..be306e0a887 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit git-r3 python-r1 DESCRIPTION="Python bindings for sys-devel/clang" -HOMEPAGE="http://llvm.org/" +HOMEPAGE="https://llvm.org/" SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/clang.git https://github.com/llvm-mirror/clang.git"