Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/
Date: Sat, 08 Jul 2017 23:25:32
Message-Id: 1499556295.0fcd57a9b389a984d9ea1fef70590504b238c63c.mgorny@gentoo
1 commit: 0fcd57a9b389a984d9ea1fef70590504b238c63c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:23:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcd57a9
7
8 dev-python/clang-python: Use https for llvm.org
9
10 dev-python/clang-python/clang-python-4.0.0.ebuild | 4 ++--
11 dev-python/clang-python/clang-python-4.0.1.ebuild | 4 ++--
12 dev-python/clang-python/clang-python-9999.ebuild | 2 +-
13 3 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-python/clang-python/clang-python-4.0.0.ebuild b/dev-python/clang-python/clang-python-4.0.0.ebuild
16 index 4f169ecc239..dc7e4ee8aaa 100644
17 --- a/dev-python/clang-python/clang-python-4.0.0.ebuild
18 +++ b/dev-python/clang-python/clang-python-4.0.0.ebuild
19 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
20 inherit python-r1
21
22 DESCRIPTION="Python bindings for sys-devel/clang"
23 -HOMEPAGE="http://llvm.org/"
24 -SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
25 +HOMEPAGE="https://llvm.org/"
26 +SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
27
28 LICENSE="UoI-NCSA"
29 SLOT="0"
30
31 diff --git a/dev-python/clang-python/clang-python-4.0.1.ebuild b/dev-python/clang-python/clang-python-4.0.1.ebuild
32 index 4f169ecc239..dc7e4ee8aaa 100644
33 --- a/dev-python/clang-python/clang-python-4.0.1.ebuild
34 +++ b/dev-python/clang-python/clang-python-4.0.1.ebuild
35 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
36 inherit python-r1
37
38 DESCRIPTION="Python bindings for sys-devel/clang"
39 -HOMEPAGE="http://llvm.org/"
40 -SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
41 +HOMEPAGE="https://llvm.org/"
42 +SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
43
44 LICENSE="UoI-NCSA"
45 SLOT="0"
46
47 diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
48 index 504837ede60..be306e0a887 100644
49 --- a/dev-python/clang-python/clang-python-9999.ebuild
50 +++ b/dev-python/clang-python/clang-python-9999.ebuild
51 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
52 inherit git-r3 python-r1
53
54 DESCRIPTION="Python bindings for sys-devel/clang"
55 -HOMEPAGE="http://llvm.org/"
56 +HOMEPAGE="https://llvm.org/"
57 SRC_URI=""
58 EGIT_REPO_URI="https://git.llvm.org/git/clang.git
59 https://github.com/llvm-mirror/clang.git"