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-ml/llvm-ocaml/
Date: Sat, 08 Jul 2017 23:25:29
Message-Id: 1499556285.b65715c958ab916af8c4d4fbd454114633ee6526.mgorny@gentoo
1 commit: b65715c958ab916af8c4d4fbd454114633ee6526
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:23:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65715c9
7
8 dev-ml/llvm-ocaml: Use https for llvm.org
9
10 dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild | 4 ++--
11 dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild | 4 ++--
12 dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 +-
13 3 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild
16 index 0f2af09760f..a762ca1480b 100644
17 --- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild
18 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.0.ebuild
19 @@ -12,8 +12,8 @@ inherit cmake-utils llvm python-any-r1
20
21 MY_P=llvm-${PV/_/}
22 DESCRIPTION="OCaml bindings for LLVM"
23 -HOMEPAGE="http://llvm.org/"
24 -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz"
25 +HOMEPAGE="https://llvm.org/"
26 +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz"
27
28 # Keep in sync with sys-devel/llvm
29 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
30
31 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
32 index 0f2af09760f..a762ca1480b 100644
33 --- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
34 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
35 @@ -12,8 +12,8 @@ inherit cmake-utils llvm python-any-r1
36
37 MY_P=llvm-${PV/_/}
38 DESCRIPTION="OCaml bindings for LLVM"
39 -HOMEPAGE="http://llvm.org/"
40 -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz"
41 +HOMEPAGE="https://llvm.org/"
42 +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P/_/}.src.tar.xz"
43
44 # Keep in sync with sys-devel/llvm
45 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
46
47 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
48 index 2c8ea44b294..b6885c5b623 100644
49 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
50 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
51 @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
52 inherit cmake-utils git-r3 llvm python-any-r1
53
54 DESCRIPTION="OCaml bindings for 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"