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/lit/
Date: Sat, 08 Jul 2017 23:25:31
Message-Id: 1499556280.f64933aa5c72db3cd42957ec62ddbdba5668c22f.mgorny@gentoo
1 commit: f64933aa5c72db3cd42957ec62ddbdba5668c22f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:23:23 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64933aa
7
8 dev-python/lit: Use https for llvm.org
9
10 dev-python/lit/lit-3.9.0.ebuild | 6 +++---
11 dev-python/lit/lit-4.0.0.ebuild | 4 ++--
12 dev-python/lit/lit-4.0.1.ebuild | 4 ++--
13 dev-python/lit/lit-9999.ebuild | 2 +-
14 4 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-python/lit/lit-3.9.0.ebuild b/dev-python/lit/lit-3.9.0.ebuild
17 index c0b98f55f1d..4a0384b8824 100644
18 --- a/dev-python/lit/lit-3.9.0.ebuild
19 +++ b/dev-python/lit/lit-3.9.0.ebuild
20 @@ -8,9 +8,9 @@ inherit distutils-r1
21
22 MY_P=llvm-${PV}
23 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
24 -HOMEPAGE="http://llvm.org/"
25 -SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz"
26 -EGIT_REPO_URI="http://llvm.org/git/llvm.git
27 +HOMEPAGE="https://llvm.org/"
28 +SRC_URI="https://llvm.org/releases/${PV}/${MY_P}.src.tar.xz"
29 +EGIT_REPO_URI="https://llvm.org/git/llvm.git
30 https://github.com/llvm-mirror/llvm.git"
31
32 LICENSE="UoI-NCSA"
33
34 diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild
35 index 82d603dc00d..0531b4bca56 100644
36 --- a/dev-python/lit/lit-4.0.0.ebuild
37 +++ b/dev-python/lit/lit-4.0.0.ebuild
38 @@ -8,8 +8,8 @@ inherit distutils-r1
39
40 MY_P=llvm-${PV/_/}
41 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
42 -HOMEPAGE="http://llvm.org/"
43 -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
44 +HOMEPAGE="https://llvm.org/"
45 +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
46
47 LICENSE="UoI-NCSA"
48 SLOT="0"
49
50 diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild
51 index 82d603dc00d..0531b4bca56 100644
52 --- a/dev-python/lit/lit-4.0.1.ebuild
53 +++ b/dev-python/lit/lit-4.0.1.ebuild
54 @@ -8,8 +8,8 @@ inherit distutils-r1
55
56 MY_P=llvm-${PV/_/}
57 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
58 -HOMEPAGE="http://llvm.org/"
59 -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
60 +HOMEPAGE="https://llvm.org/"
61 +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
62
63 LICENSE="UoI-NCSA"
64 SLOT="0"
65
66 diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
67 index 2e369db51db..530fdbfb212 100644
68 --- a/dev-python/lit/lit-9999.ebuild
69 +++ b/dev-python/lit/lit-9999.ebuild
70 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
71 inherit distutils-r1 git-r3
72
73 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
74 -HOMEPAGE="http://llvm.org/"
75 +HOMEPAGE="https://llvm.org/"
76 SRC_URI=""
77 EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
78 https://github.com/llvm-mirror/llvm.git"