From: David Hicks Date: Sat, 29 Jul 2017 16:18:09 +0000 (+1000) Subject: games-fps/quake3: use HTTPS for GitHub and HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=32507129579a0f0f9e93aacdb1b4c82cb3d4c514;p=gentoo.git games-fps/quake3: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/games-fps/quake3/quake3-1.36-r1.ebuild b/games-fps/quake3/quake3-1.36-r1.ebuild index 2b901eafe593..0f1ede92b5d7 100644 --- a/games-fps/quake3/quake3-1.36-r1.ebuild +++ b/games-fps/quake3/quake3-1.36-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,8 +9,8 @@ MY_PV="${PV}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter" -HOMEPAGE="http://ioquake3.org/" -SRC_URI="http://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2" +HOMEPAGE="https://ioquake3.org/" +SRC_URI="https://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/games-fps/quake3/quake3-9999.ebuild b/games-fps/quake3/quake3-9999.ebuild index 101bf45502e6..a5273e1ac571 100644 --- a/games-fps/quake3/quake3-9999.ebuild +++ b/games-fps/quake3/quake3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # quake3-9999 -> latest git @@ -15,9 +15,9 @@ MY_PV="${PV}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter" -HOMEPAGE="http://ioquake3.org/" -[[ "${PV}" != 9999* ]] && SRC_URI="http://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2" -EGIT_REPO_URI="git://github.com/ioquake/ioq3.git" +HOMEPAGE="https://ioquake3.org/" +[[ "${PV}" != 9999* ]] && SRC_URI="https://ioquake3.org/files/${MY_PV}/${MY_P}.tar.bz2" +EGIT_REPO_URI="https://github.com/ioquake/ioq3.git" LICENSE="GPL-2" SLOT="0"