diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-11-23 22:16:09 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-11-23 22:16:59 +0000 |
commit | 9db48380d3d2dc5372a6cf78957959d95864d6ce (patch) | |
tree | ac2df0a67f2482d670f95bf3d35db78dc7e97271 /games-fps | |
parent | media-video/simplescreenrecorder: Fix Qt5LinguistTools detection, BDEPEND (diff) | |
download | gentoo-9db48380d3d2dc5372a6cf78957959d95864d6ce.tar.gz gentoo-9db48380d3d2dc5372a6cf78957959d95864d6ce.tar.bz2 gentoo-9db48380d3d2dc5372a6cf78957959d95864d6ce.zip |
games-fps/ut2003-data: RESTRICT bindist, fix SRC_URI, crash fix is MIT
Closes: https://bugs.gentoo.org/754360
Package-Manager: Portage-3.0.10, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003-data/ut2003-data-2107.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/ut2003-data/ut2003-data-2107.ebuild b/games-fps/ut2003-data/ut2003-data-2107.ebuild index 4a77c1f15e5a..44433cc98f3e 100644 --- a/games-fps/ut2003-data/ut2003-data-2107.ebuild +++ b/games-fps/ut2003-data/ut2003-data-2107.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,13 +6,13 @@ inherit eutils unpacker cdrom games DESCRIPTION="Unreal Tournament 2003 - Sequel to the 1999 multi-player first-person shooter" HOMEPAGE="http://www.unrealtournament2003.com/" -SRC_URI="http://download.factoryunreal.com/mirror/UT2003CrashFix.zip" +SRC_URI="https://dev.gentoo.org/~chewi/distfiles/UT2003CrashFix.zip" # MIT licensed (bug #754360) -LICENSE="ut2003" +LICENSE="ut2003 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="strip" +RESTRICT="bindist strip" RDEPEND="" DEPEND="app-arch/unzip |