commit:     8445658531a5aa2d62e4bbcebf87edbb998c7e3b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 20:40:35 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed May 22 20:41:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84456585

games-fps/duke3d-data: Download the demo from archive.org

The old FTP server is still there but having permissions issues. FTP is far from
ideal these days anyway.

Closes: https://bugs.gentoo.org/932463
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild 
b/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild
index 3f20abbff21c..feb57df50554 100644
--- a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild
+++ b/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,8 +16,8 @@ inherit cdrom
 DESCRIPTION="Duke Nukem 3D (Atomic Edition) data files"
 HOMEPAGE="https://www.3drealms.com/";
 SRC_URI="
-       demo? ( "ftp://ftp.3drealms.com/share/${MY_P_DEMO}.zip"; )
-       gog? ( "${MY_P_GOG}.sh" )
+       demo? ( https://archive.org/download/3dduke13/${MY_P_DEMO}.zip )
+       gog? ( ${MY_P_GOG}.sh )
 "
 S="${WORKDIR}"
 

Reply via email to