From 65718e3b0ecd4118ed54350c1cb8c6b18b2af2bf Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 5 Jul 2023 09:46:43 +0200 Subject: [PATCH] games-action/descent1-data: use HTTPS, fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- games-action/descent1-data/descent1-data-1.4a.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/descent1-data/descent1-data-1.4a.ebuild b/games-action/descent1-data/descent1-data-1.4a.ebuild index c4dea2f80dadb..7fdf077a129e3 100644 --- a/games-action/descent1-data/descent1-data-1.4a.ebuild +++ b/games-action/descent1-data/descent1-data-1.4a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,8 +10,8 @@ inherit cdrom estack MY_EXE="setup_descent_1.4a_(16596).exe" DESCRIPTION="Data files for Descent 1" -HOMEPAGE="http://www.interplay.com/games/descent.php" -SRC_URI="cdinstall? ( http://www.dxx-rebirth.com/download/dxx/misc/descent-game-content-10to14a-patch.zip ) +HOMEPAGE="https://www.interplay.com" +SRC_URI="cdinstall? ( https://www.dxx-rebirth.com/download/dxx/misc/descent-game-content-10to14a-patch.zip ) !cdinstall? ( ${MY_EXE} )" LICENSE="descent-data" SLOT="0"