diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:18:09 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:38:01 +0200 |
commit | 32507129579a0f0f9e93aacdb1b4c82cb3d4c514 (patch) | |
tree | b0bc367a0059b85ddb2bce8162144a5090063868 | |
parent | games-emulation/pcsx2: use HTTPS for GitHub and HOMEPAGE (diff) | |
download | gentoo-32507129579a0f0f9e93aacdb1b4c82cb3d4c514.tar.gz gentoo-32507129579a0f0f9e93aacdb1b4c82cb3d4c514.tar.bz2 gentoo-32507129579a0f0f9e93aacdb1b4c82cb3d4c514.zip |
games-fps/quake3: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | games-fps/quake3/quake3-1.36-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3/quake3-9999.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
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" |