diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 10:21:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 22:41:38 +0200 |
commit | 6ce5c96c6689e1addf680abd19bc14c9f229b97b (patch) | |
tree | 93ad5a79e6ee09c60b6cd8f017ffb933338bddc5 /games-strategy | |
parent | eclass/texlive-module: use HTTPS (diff) | |
download | gentoo-6ce5c96c6689e1addf680abd19bc14c9f229b97b.tar.gz gentoo-6ce5c96c6689e1addf680abd19bc14c9f229b97b.tar.bz2 gentoo-6ce5c96c6689e1addf680abd19bc14c9f229b97b.zip |
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>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-3.0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild index b9f2024bc3a7..b14f7c92e768 100644 --- a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild +++ b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild @@ -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" diff --git a/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild b/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild index bf93bfe2a9ee..1832f6f9a715 100644 --- a/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild +++ b/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild @@ -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=" diff --git a/games-strategy/freeciv/freeciv-9999.ebuild b/games-strategy/freeciv/freeciv-9999.ebuild index 0b65cd815449..8a9d4b523f87 100644 --- a/games-strategy/freeciv/freeciv-9999.ebuild +++ b/games-strategy/freeciv/freeciv-9999.ebuild @@ -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=" |