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: ChangeLog unreal-226.ebuild
Date: Thu, 01 May 2014 14:48:46
Message-Id: 20140501144842.46D112004C@flycatcher.gentoo.org
1 ulm 14/05/01 14:48:42
2
3 Modified: ChangeLog unreal-226.ebuild
4 Log:
5 Fix LICENSE, add mirror and bindist restrictions, bug 505718.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.16 games-fps/unreal/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 5 Feb 2012 06:11:56 -0000 1.15
23 +++ ChangeLog 1 May 2014 14:48:42 -0000 1.16
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-fps/unreal
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.15 2012/02/05 06:11:56 vapier Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.16 2014/05/01 14:48:42 ulm Exp $
30 +
31 + 01 May 2014; Ulrich Müller <ulm@g.o> unreal-226.ebuild:
32 + Fix LICENSE, add mirror and bindist restrictions, bug 505718.
33
34 05 Feb 2012; Mike Frysinger <vapier@g.o> unreal-226.ebuild:
35 Move to new unpacker eclass for unpack_makeself.
36
37
38
39 1.19 games-fps/unreal/unreal-226.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal/unreal-226.ebuild?rev=1.19&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal/unreal-226.ebuild?rev=1.19&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/unreal/unreal-226.ebuild?r1=1.18&r2=1.19
44
45 Index: unreal-226.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v
48 retrieving revision 1.18
49 retrieving revision 1.19
50 diff -u -r1.18 -r1.19
51 --- unreal-226.ebuild 5 Feb 2012 06:11:56 -0000 1.18
52 +++ unreal-226.ebuild 1 May 2014 14:48:42 -0000 1.19
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.18 2012/02/05 06:11:56 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.19 2014/05/01 14:48:42 ulm Exp $
59
60 inherit eutils unpacker cdrom games
61
62 @@ -10,10 +10,11 @@
63 ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run
64 ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip"
65
66 -LICENSE="as-is"
67 +LICENSE="all-rights-reserved"
68 SLOT="0"
69 KEYWORDS="-* x86"
70 IUSE="X opengl"
71 +RESTRICT="mirror bindist"
72
73 DEPEND="sys-libs/lib-compat
74 app-arch/unzip"