diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:23:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:24:40 +0200 |
commit | f64933aa5c72db3cd42957ec62ddbdba5668c22f (patch) | |
tree | c91e2f3669c12717140219118352ebe5209a1033 /dev-python | |
parent | sys-devel/llvmgold: Use https for llvm.org (diff) | |
download | gentoo-f64933aa5c72db3cd42957ec62ddbdba5668c22f.tar.gz gentoo-f64933aa5c72db3cd42957ec62ddbdba5668c22f.tar.bz2 gentoo-f64933aa5c72db3cd42957ec62ddbdba5668c22f.zip |
dev-python/lit: Use https for llvm.org
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lit/lit-3.9.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/lit/lit-4.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/lit/lit-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/lit/lit-9999.ebuild | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/lit/lit-3.9.0.ebuild b/dev-python/lit/lit-3.9.0.ebuild index c0b98f55f1d5..4a0384b88247 100644 --- a/dev-python/lit/lit-3.9.0.ebuild +++ b/dev-python/lit/lit-3.9.0.ebuild @@ -8,9 +8,9 @@ inherit distutils-r1 MY_P=llvm-${PV} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" -EGIT_REPO_URI="http://llvm.org/git/llvm.git +HOMEPAGE="https://llvm.org/" +SRC_URI="https://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" +EGIT_REPO_URI="https://llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" LICENSE="UoI-NCSA" diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild index 82d603dc00d0..0531b4bca56c 100644 --- a/dev-python/lit/lit-4.0.0.ebuild +++ b/dev-python/lit/lit-4.0.0.ebuild @@ -8,8 +8,8 @@ inherit distutils-r1 MY_P=llvm-${PV/_/} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild index 82d603dc00d0..0531b4bca56c 100644 --- a/dev-python/lit/lit-4.0.1.ebuild +++ b/dev-python/lit/lit-4.0.1.ebuild @@ -8,8 +8,8 @@ inherit distutils-r1 MY_P=llvm-${PV/_/} DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz" LICENSE="UoI-NCSA" SLOT="0" diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 2e369db51db9..530fdbfb2124 100644 --- a/dev-python/lit/lit-9999.ebuild +++ b/dev-python/lit/lit-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-r3 DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="http://llvm.org/" +HOMEPAGE="https://llvm.org/" SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" |