sys-devel/clang: Use https for llvm.org

This commit is contained in:
Michał Górny
2017-07-09 01:23:31 +02:00
parent e79b885bc3
commit 338ec66f8a
9 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ EAPI=5
inherit multilib-build
DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
HOMEPAGE="http://clang.llvm.org/"
HOMEPAGE="https://clang.llvm.org/"
SRC_URI=""
LICENSE="UoI-NCSA"

View File

@@ -6,7 +6,7 @@ EAPI=5
inherit multilib-build
DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
HOMEPAGE="http://clang.llvm.org/"
HOMEPAGE="https://clang.llvm.org/"
SRC_URI=""
LICENSE="UoI-NCSA"

View File

@@ -6,7 +6,7 @@ EAPI=5
inherit multilib-build
DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
HOMEPAGE="http://clang.llvm.org/"
HOMEPAGE="https://clang.llvm.org/"
SRC_URI=""
LICENSE="UoI-NCSA"

View File

@@ -6,7 +6,7 @@ EAPI=5
inherit multilib-build
DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
HOMEPAGE="http://clang.llvm.org/"
HOMEPAGE="https://clang.llvm.org/"
SRC_URI=""
LICENSE="UoI-NCSA"

View File

@@ -6,7 +6,7 @@ EAPI=5
inherit multilib-build
DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
HOMEPAGE="http://clang.llvm.org/"
HOMEPAGE="https://clang.llvm.org/"
SRC_URI=""
LICENSE="UoI-NCSA"

View File

@@ -6,7 +6,7 @@ EAPI=5
inherit multilib-build
DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
HOMEPAGE="http://clang.llvm.org/"
HOMEPAGE="https://clang.llvm.org/"
SRC_URI=""
# Keep in sync with sys-devel/llvm

View File

@@ -12,11 +12,11 @@ inherit cmake-utils flag-o-matic llvm multilib-minimal \
python-single-r1 toolchain-funcs pax-utils versionator
DESCRIPTION="C language family frontend for LLVM"
HOMEPAGE="http://llvm.org/"
SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz
http://releases.llvm.org/${PV/_//}/clang-tools-extra-${PV/_/}.src.tar.xz
HOMEPAGE="https://llvm.org/"
SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz
https://releases.llvm.org/${PV/_//}/clang-tools-extra-${PV/_/}.src.tar.xz
!doc? ( https://dev.gentoo.org/~mgorny/dist/llvm-manpages-${PV}.tar.bz2 )
test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
# Keep in sync with sys-devel/llvm
ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430

View File

@@ -12,11 +12,11 @@ inherit cmake-utils flag-o-matic llvm multilib-minimal \
python-single-r1 toolchain-funcs pax-utils versionator
DESCRIPTION="C language family frontend for LLVM"
HOMEPAGE="http://llvm.org/"
SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz
http://releases.llvm.org/${PV/_//}/clang-tools-extra-${PV/_/}.src.tar.xz
HOMEPAGE="https://llvm.org/"
SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz
https://releases.llvm.org/${PV/_//}/clang-tools-extra-${PV/_/}.src.tar.xz
!doc? ( https://dev.gentoo.org/~mgorny/dist/llvm/llvm-manpages-${PV}.tar.bz2 )
test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
# Keep in sync with sys-devel/llvm
ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430

View File

@@ -12,7 +12,7 @@ inherit cmake-utils flag-o-matic git-r3 llvm multilib-minimal \
python-single-r1 toolchain-funcs pax-utils versionator
DESCRIPTION="C language family frontend for LLVM"
HOMEPAGE="http://llvm.org/"
HOMEPAGE="https://llvm.org/"
SRC_URI=""
EGIT_REPO_URI="https://git.llvm.org/git/clang.git
https://github.com/llvm-mirror/clang.git"
@@ -93,10 +93,10 @@ src_unpack() {
fi
git-r3_fetch
git-r3_checkout http://llvm.org/git/clang-tools-extra.git \
git-r3_checkout https://llvm.org/git/clang-tools-extra.git \
"${S}"/tools/extra
if use test; then
git-r3_checkout http://llvm.org/git/llvm.git \
git-r3_checkout https://llvm.org/git/llvm.git \
"${WORKDIR}"/llvm
fi
git-r3_checkout "${EGIT_REPO_URI}" "${S}"