mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-strategy/freeciv: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31760 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
fb043a39ca
commit
6ce5c96c66
@@ -12,7 +12,7 @@ MY_PV="${MY_PV/_rc/-RC}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="Multiplayer strategy game (Civilization Clone)"
|
||||
HOMEPAGE="http://www.freeciv.org/"
|
||||
HOMEPAGE="https://www.freeciv.org/"
|
||||
|
||||
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
|
||||
SRC_URI="mirror://sourceforge/freeciv/${MY_P}.tar.xz"
|
||||
|
||||
@@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-4 )
|
||||
inherit desktop lua-single meson xdg
|
||||
|
||||
DESCRIPTION="Multiplayer strategy game (Civilization Clone)"
|
||||
HOMEPAGE="http://www.freeciv.org/"
|
||||
HOMEPAGE="https://www.freeciv.org/"
|
||||
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
inherit git-r3
|
||||
@@ -23,7 +23,7 @@ fi
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server "
|
||||
IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server"
|
||||
|
||||
# I'm pretty sure that you can't build both qt flavours at the same time
|
||||
REQUIRED_USE="
|
||||
|
||||
@@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-4 )
|
||||
inherit desktop lua-single meson xdg
|
||||
|
||||
DESCRIPTION="Multiplayer strategy game (Civilization Clone)"
|
||||
HOMEPAGE="http://www.freeciv.org/"
|
||||
HOMEPAGE="https://www.freeciv.org/"
|
||||
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
inherit git-r3
|
||||
@@ -23,7 +23,7 @@ fi
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server "
|
||||
IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server"
|
||||
|
||||
# I'm pretty sure that you can't build both qt flavours at the same time
|
||||
REQUIRED_USE="
|
||||
|
||||
Reference in New Issue
Block a user