commit: e441f419dd4701924c17f015c089cb2f3e3e879e Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jul 5 07:49:34 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 20:49:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e441f419
games-action/descent2-data: use HTTPS, fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> games-action/descent2-data/descent2-data-1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/descent2-data/descent2-data-1.2.ebuild b/games-action/descent2-data/descent2-data-1.2.ebuild index a867c6a8b84d..cde97c1738f4 100644 --- a/games-action/descent2-data/descent2-data-1.2.ebuild +++ b/games-action/descent2-data/descent2-data-1.2.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 @@ -8,13 +8,13 @@ inherit cdrom estack # Not possible to apply official 1.2 patch under Linux. A Gentoo user # created Xdelta patches and the DXX-Rebirth project kindly hosted them. -MY_PATCH="http://www.dxx-rebirth.com/download/dxx/misc/d2xptch12.tgz" +MY_PATCH="https://www.dxx-rebirth.com/download/dxx/misc/d2xptch12.tgz" # For GOG install MY_EXE="setup_descent_2_1.1_(16596).exe" DESCRIPTION="Data files for Descent 2" -HOMEPAGE="http://www.interplay.com/games/descent.php" +HOMEPAGE="https://www.interplay.com" SRC_URI="cdinstall? ( ${MY_PATCH} ) !cdinstall? ( ${MY_EXE} )" LICENSE="descent-data"
