diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 09:46:43 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 22:49:00 +0200 |
commit | 65718e3b0ecd4118ed54350c1cb8c6b18b2af2bf (patch) | |
tree | 0b498dfd2a1037e7169a800c33591f36b5c77f36 /games-action | |
parent | dev-games/openscenegraph-qt: update HOMEPAGE (diff) | |
download | gentoo-65718e3b0ecd4118ed54350c1cb8c6b18b2af2bf.tar.gz gentoo-65718e3b0ecd4118ed54350c1cb8c6b18b2af2bf.tar.bz2 gentoo-65718e3b0ecd4118ed54350c1cb8c6b18b2af2bf.zip |
games-action/descent1-data: use HTTPS, fix HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent1-data/descent1-data-1.4a.ebuild | 6 |
1 files 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 c4dea2f80dad..7fdf077a129e 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" |