Skip to content

Commit

Permalink
games-fps/unreal: Fix SRC_URI to deal with unfetchable files
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/695780
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Oct 3, 2019
1 parent d5172c3 commit c86ca76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions games-fps/unreal/unreal-226.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils unpacker cdrom games

DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)"
HOMEPAGE="http://www.unreal.com/ http://icculus.org/~chunky/ut/unreal/"
SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run
ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run
ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip"
HOMEPAGE="https://www.oldunreal.com/ https://icculus.org/~chunky/ut/unreal/"
SRC_URI="https://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run
https://www.ut-files.com/Patches/ut-install-436.run
https://www.ut-files.com/Patches/ipdrv-436-linux-08-20-02.zip -> IpDrv-436-Linux-08-20-02.zip"

LICENSE="all-rights-reserved"
SLOT="0"
Expand Down

0 comments on commit c86ca76

Please sign in to comment.