Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/unreal-tournament: unreal-tournament-451.ebuild ChangeLog
Date: Thu, 01 May 2014 14:42:03
Message-Id: 20140501144159.3782A2004C@flycatcher.gentoo.org
1 ulm 14/05/01 14:41:59
2
3 Modified: unreal-tournament-451.ebuild ChangeLog
4 Log:
5 Fix LICENSE, add mirror and bindist restrictions, bug 506952.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.30 games-fps/unreal-tournament/unreal-tournament-451.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild?r1=1.29&r2=1.30
15
16 Index: unreal-tournament-451.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- unreal-tournament-451.ebuild 5 Sep 2012 09:52:19 -0000 1.29
23 +++ unreal-tournament-451.ebuild 1 May 2014 14:41:59 -0000 1.30
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.29 2012/09/05 09:52:19 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.30 2014/05/01 14:41:59 ulm Exp $
30
31 inherit eutils unpacker cdrom games
32
33 @@ -9,10 +9,11 @@
34 SRC_URI="ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run
35 http://utpg.org/patches/UTPGPatch${PV}.tar.bz2"
36
37 -LICENSE="as-is"
38 +LICENSE="all-rights-reserved"
39 SLOT="0"
40 KEYWORDS="-* amd64 x86"
41 IUSE="3dfx opengl"
42 +RESTRICT="mirror bindist"
43
44 RDEPEND="!amd64? (
45 x11-libs/libXext
46
47
48
49 1.23 games-fps/unreal-tournament/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/ChangeLog?rev=1.23&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/ChangeLog?rev=1.23&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal-tournament/ChangeLog?r1=1.22&r2=1.23
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v
58 retrieving revision 1.22
59 retrieving revision 1.23
60 diff -u -r1.22 -r1.23
61 --- ChangeLog 5 Sep 2012 09:52:19 -0000 1.22
62 +++ ChangeLog 1 May 2014 14:41:59 -0000 1.23
63 @@ -1,6 +1,9 @@
64 # ChangeLog for games-fps/unreal-tournament
65 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.22 2012/09/05 09:52:19 jlec Exp $
67 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/ChangeLog,v 1.23 2014/05/01 14:41:59 ulm Exp $
69 +
70 + 01 May 2014; Ulrich Müller <ulm@g.o> unreal-tournament-451.ebuild:
71 + Fix LICENSE, add mirror and bindist restrictions, bug 506952.
72
73 05 Sep 2012; Justin Lecher <jlec@g.o> unreal-tournament-451.ebuild:
74 Use doicon instead insinto + doins to install icon files