diff options
Diffstat (limited to 'games-fps')
-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" |