Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/unreal/
Date: Thu, 03 Oct 2019 20:41:29
Message-Id: 1570135265.c86ca7672f2741ec3b9c3872e90e672481167d4b.chewi@gentoo
1 commit: c86ca7672f2741ec3b9c3872e90e672481167d4b
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 20:37:51 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 20:41:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86ca767
7
8 games-fps/unreal: Fix SRC_URI to deal with unfetchable files
9
10 Closes: https://bugs.gentoo.org/695780
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-fps/unreal/unreal-226.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild
18 index 81318a0aa9f..53f546ffcff 100644
19 --- a/games-fps/unreal/unreal-226.ebuild
20 +++ b/games-fps/unreal/unreal-226.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,10 +6,10 @@ EAPI=5
28 inherit eutils unpacker cdrom games
29
30 DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)"
31 -HOMEPAGE="http://www.unreal.com/ http://icculus.org/~chunky/ut/unreal/"
32 -SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run
33 - ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run
34 - ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip"
35 +HOMEPAGE="https://www.oldunreal.com/ https://icculus.org/~chunky/ut/unreal/"
36 +SRC_URI="https://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run
37 + https://www.ut-files.com/Patches/ut-install-436.run
38 + https://www.ut-files.com/Patches/ipdrv-436-linux-08-20-02.zip -> IpDrv-436-Linux-08-20-02.zip"
39
40 LICENSE="all-rights-reserved"
41 SLOT="0"