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/lld/
Date: Sat, 08 Jul 2017 23:25:35
Message-Id: 1499556287.e79b885bc3d9796e89388dca703c1fbab40bf783.mgorny@gentoo
1 commit: e79b885bc3d9796e89388dca703c1fbab40bf783
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:23:29 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79b885b
7
8 sys-devel/lld: Use https for llvm.org
9
10 sys-devel/lld/lld-4.0.0.ebuild | 6 +++---
11 sys-devel/lld/lld-4.0.1.ebuild | 6 +++---
12 sys-devel/lld/lld-9999.ebuild | 4 ++--
13 3 files changed, 8 insertions(+), 8 deletions(-)
14
15 diff --git a/sys-devel/lld/lld-4.0.0.ebuild b/sys-devel/lld/lld-4.0.0.ebuild
16 index 01ebc3f10f0..cba6ee33966 100644
17 --- a/sys-devel/lld/lld-4.0.0.ebuild
18 +++ b/sys-devel/lld/lld-4.0.0.ebuild
19 @@ -11,9 +11,9 @@ PYTHON_COMPAT=( python2_7 )
20 inherit cmake-utils llvm python-any-r1
21
22 DESCRIPTION="The LLVM linker (link editor)"
23 -HOMEPAGE="http://llvm.org/"
24 -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
25 - test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
26 +HOMEPAGE="https://llvm.org/"
27 +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
28 + test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
29
30 LICENSE="UoI-NCSA"
31 SLOT="0"
32
33 diff --git a/sys-devel/lld/lld-4.0.1.ebuild b/sys-devel/lld/lld-4.0.1.ebuild
34 index 91cb68a1749..684bc8deac6 100644
35 --- a/sys-devel/lld/lld-4.0.1.ebuild
36 +++ b/sys-devel/lld/lld-4.0.1.ebuild
37 @@ -11,9 +11,9 @@ PYTHON_COMPAT=( python2_7 )
38 inherit cmake-utils llvm python-any-r1
39
40 DESCRIPTION="The LLVM linker (link editor)"
41 -HOMEPAGE="http://llvm.org/"
42 -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
43 - test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
44 +HOMEPAGE="https://llvm.org/"
45 +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
46 + test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
47
48 LICENSE="UoI-NCSA"
49 SLOT="0"
50
51 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
52 index 1ef4737c281..47e1232800e 100644
53 --- a/sys-devel/lld/lld-9999.ebuild
54 +++ b/sys-devel/lld/lld-9999.ebuild
55 @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
56 inherit cmake-utils git-r3 llvm python-any-r1
57
58 DESCRIPTION="The LLVM linker (link editor)"
59 -HOMEPAGE="http://llvm.org/"
60 +HOMEPAGE="https://llvm.org/"
61 SRC_URI=""
62 EGIT_REPO_URI="https://git.llvm.org/git/lld.git
63 https://github.com/llvm-mirror/lld.git"
64 @@ -46,7 +46,7 @@ src_unpack() {
65 git-r3_fetch
66
67 if use test; then
68 - git-r3_checkout http://llvm.org/git/llvm.git \
69 + git-r3_checkout https://llvm.org/git/llvm.git \
70 "${WORKDIR}"/llvm
71 fi
72 git-r3_checkout