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-devel/llvm-common/
Date: Sat, 08 Jul 2017 23:25:28
Message-Id: 1499556274.e5848c5f60d6508d691a9a60ad78f2351adde643.mgorny@gentoo
1 commit: e5848c5f60d6508d691a9a60ad78f2351adde643
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:23:19 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5848c5f
7
8 sys-devel/llvm-common: Use https for llvm.org
9
10 sys-devel/llvm-common/llvm-common-4.0.0.ebuild | 4 ++--
11 sys-devel/llvm-common/llvm-common-4.0.1.ebuild | 4 ++--
12 sys-devel/llvm-common/llvm-common-9999.ebuild | 2 +-
13 3 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-devel/llvm-common/llvm-common-4.0.0.ebuild b/sys-devel/llvm-common/llvm-common-4.0.0.ebuild
16 index d307094d751..f53d0992713 100644
17 --- a/sys-devel/llvm-common/llvm-common-4.0.0.ebuild
18 +++ b/sys-devel/llvm-common/llvm-common-4.0.0.ebuild
19 @@ -4,8 +4,8 @@
20 EAPI=6
21
22 DESCRIPTION="Common files shared between multiple slots of LLVM"
23 -HOMEPAGE="http://llvm.org/"
24 -SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
25 +HOMEPAGE="https://llvm.org/"
26 +SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
27
28 LICENSE="UoI-NCSA"
29 SLOT="0"
30
31 diff --git a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild
32 index d307094d751..f53d0992713 100644
33 --- a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild
34 +++ b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild
35 @@ -4,8 +4,8 @@
36 EAPI=6
37
38 DESCRIPTION="Common files shared between multiple slots of LLVM"
39 -HOMEPAGE="http://llvm.org/"
40 -SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
41 +HOMEPAGE="https://llvm.org/"
42 +SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
43
44 LICENSE="UoI-NCSA"
45 SLOT="0"
46
47 diff --git a/sys-devel/llvm-common/llvm-common-9999.ebuild b/sys-devel/llvm-common/llvm-common-9999.ebuild
48 index 87e502af1e9..64d8f5e7daf 100644
49 --- a/sys-devel/llvm-common/llvm-common-9999.ebuild
50 +++ b/sys-devel/llvm-common/llvm-common-9999.ebuild
51 @@ -6,7 +6,7 @@ EAPI=6
52 inherit git-r3
53
54 DESCRIPTION="Common files shared between multiple slots of LLVM"
55 -HOMEPAGE="http://llvm.org/"
56 +HOMEPAGE="https://llvm.org/"
57 SRC_URI=""
58 EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
59 https://github.com/llvm-mirror/llvm.git"