From e87ffca2fbd985a67f26249c3b270dc09b23fd66 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 7 May 2018 12:41:37 +0200 Subject: [PATCH] dev-lang/tcc: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8297 --- dev-lang/tcc/tcc-0.9.26-r1.ebuild | 6 +++--- dev-lang/tcc/tcc-0.9.26-r2.ebuild | 6 +++--- dev-lang/tcc/tcc-0.9.26-r3.ebuild | 6 +++--- dev-lang/tcc/tcc-0.9.27.ebuild | 6 +++--- dev-lang/tcc/tcc-9999.ebuild | 8 ++++---- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-lang/tcc/tcc-0.9.26-r1.ebuild b/dev-lang/tcc/tcc-0.9.26-r1.ebuild index 4fbc6b2a7c0a2..07171a4fca788 100644 --- a/dev-lang/tcc/tcc-0.9.26-r1.ebuild +++ b/dev-lang/tcc/tcc-0.9.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ EAPI="5" inherit eutils toolchain-funcs DESCRIPTION="A very small C compiler for ix86/amd64" -HOMEPAGE="http://bellard.org/tcc/" -SRC_URI="http://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" +HOMEPAGE="https://bellard.org/tcc/" +SRC_URI="https://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-lang/tcc/tcc-0.9.26-r2.ebuild b/dev-lang/tcc/tcc-0.9.26-r2.ebuild index 808555d466180..757cc7d58e06b 100644 --- a/dev-lang/tcc/tcc-0.9.26-r2.ebuild +++ b/dev-lang/tcc/tcc-0.9.26-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ EAPI="5" inherit eutils toolchain-funcs DESCRIPTION="A very small C compiler for ix86/amd64" -HOMEPAGE="http://bellard.org/tcc/" -SRC_URI="http://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" +HOMEPAGE="https://bellard.org/tcc/" +SRC_URI="https://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-lang/tcc/tcc-0.9.26-r3.ebuild b/dev-lang/tcc/tcc-0.9.26-r3.ebuild index cd260028a260a..edcf65c95fd75 100644 --- a/dev-lang/tcc/tcc-0.9.26-r3.ebuild +++ b/dev-lang/tcc/tcc-0.9.26-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,8 +6,8 @@ EAPI="6" inherit toolchain-funcs DESCRIPTION="A very small C compiler for ix86/amd64" -HOMEPAGE="http://bellard.org/tcc/" -SRC_URI="http://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" +HOMEPAGE="https://bellard.org/tcc/" +SRC_URI="https://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-lang/tcc/tcc-0.9.27.ebuild b/dev-lang/tcc/tcc-0.9.27.ebuild index 9900cc9ea3a22..c9bb96edd47e3 100644 --- a/dev-lang/tcc/tcc-0.9.27.ebuild +++ b/dev-lang/tcc/tcc-0.9.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,8 +6,8 @@ EAPI="6" inherit toolchain-funcs DESCRIPTION="A very small C compiler for ix86/amd64" -HOMEPAGE="http://bellard.org/tcc/" -SRC_URI="http://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" +HOMEPAGE="https://bellard.org/tcc/" +SRC_URI="https://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-lang/tcc/tcc-9999.ebuild b/dev-lang/tcc/tcc-9999.ebuild index d55542ed7b7e4..dbc3af48d0a55 100644 --- a/dev-lang/tcc/tcc-9999.ebuild +++ b/dev-lang/tcc/tcc-9999.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="A very small C compiler for ix86/amd64" -HOMEPAGE="http://bellard.org/tcc/" +HOMEPAGE="https://bellard.org/tcc/" if [[ $PV == *9999* ]]; then - EGIT_REPO_URI="http://repo.or.cz/r/tinycc.git" + EGIT_REPO_URI="https://repo.or.cz/r/tinycc.git" KEYWORDS="" SRC_URI="" scm_eclass=git-r3 else KEYWORDS="~amd64 ~x86 ~amd64-linux" - SRC_URI="http://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" + SRC_URI="https://download.savannah.gnu.org/releases/tinycc/${P}.tar.bz2" fi inherit toolchain-funcs ${scm_eclass}