diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 09:49:34 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 22:49:00 +0200 |
commit | e441f419dd4701924c17f015c089cb2f3e3e879e (patch) | |
tree | efa315c5b5c489cd64cd7d6b2c9488243d6a98b3 /games-action/descent2-data | |
parent | games-action/descent1-demodata: use HTTPS, fix HOMEPAGE (diff) | |
download | gentoo-e441f419dd4701924c17f015c089cb2f3e3e879e.tar.gz gentoo-e441f419dd4701924c17f015c089cb2f3e3e879e.tar.bz2 gentoo-e441f419dd4701924c17f015c089cb2f3e3e879e.zip |
games-action/descent2-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/descent2-data')
-rw-r--r-- | games-action/descent2-data/descent2-data-1.2.ebuild | 6 |
1 files 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" |