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: sys-libs/compiler-rt/
Date: Sat, 08 Jul 2017 23:25:33
Message-Id: 1499556300.08536def0b65b1011a47541504a82f17b3460994.mgorny@gentoo
1 commit: 08536def0b65b1011a47541504a82f17b3460994
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:23:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:25:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08536def
7
8 sys-libs/compiler-rt: Use https for llvm.org
9
10 sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild | 4 ++--
11 sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild | 4 ++--
12 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +-
13 3 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
16 index f448e2740c7..00141f900ff 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
19 @@ -12,8 +12,8 @@ PYTHON_COMPAT=( python2_7 )
20 inherit cmake-utils flag-o-matic llvm python-any-r1 toolchain-funcs
21
22 DESCRIPTION="Compiler runtime library for clang (built-in part)"
23 -HOMEPAGE="http://llvm.org/"
24 -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
25 +HOMEPAGE="https://llvm.org/"
26 +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
27
28 LICENSE="|| ( UoI-NCSA MIT )"
29 SLOT="${PV%_*}"
30
31 diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild
32 index f448e2740c7..00141f900ff 100644
33 --- a/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild
34 +++ b/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild
35 @@ -12,8 +12,8 @@ PYTHON_COMPAT=( python2_7 )
36 inherit cmake-utils flag-o-matic llvm python-any-r1 toolchain-funcs
37
38 DESCRIPTION="Compiler runtime library for clang (built-in part)"
39 -HOMEPAGE="http://llvm.org/"
40 -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
41 +HOMEPAGE="https://llvm.org/"
42 +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz"
43
44 LICENSE="|| ( UoI-NCSA MIT )"
45 SLOT="${PV%_*}"
46
47 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
48 index 74a3e96acd9..4758eab553a 100644
49 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
50 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
51 @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
52 inherit cmake-utils flag-o-matic git-r3 llvm python-any-r1 toolchain-funcs
53
54 DESCRIPTION="Compiler runtime library for clang (built-in part)"
55 -HOMEPAGE="http://llvm.org/"
56 +HOMEPAGE="https://llvm.org/"
57 SRC_URI=""
58 EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git
59 https://github.com/llvm-mirror/compiler-rt.git"