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-strategy/mindrover-demo: ChangeLog mindrover-demo-1.07b.ebuild
Date: Tue, 06 May 2014 16:06:50
Message-Id: 20140506160644.7F26A2004C@flycatcher.gentoo.org
1 ulm 14/05/06 16:06:44
2
3 Modified: ChangeLog mindrover-demo-1.07b.ebuild
4 Log:
5 Fix LICENSE, add mirror and bindist restrictions, bug 505772.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.7 games-strategy/mindrover-demo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 8 Feb 2012 21:33:04 -0000 1.6
23 +++ ChangeLog 6 May 2014 16:06:44 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-strategy/mindrover-demo
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.6 2012/02/08 21:33:04 vapier Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.7 2014/05/06 16:06:44 ulm Exp $
30 +
31 + 06 May 2014; Ulrich Müller <ulm@g.o> mindrover-demo-1.07b.ebuild:
32 + Fix LICENSE, add mirror and bindist restrictions, bug 505772.
33
34 08 Feb 2012; Mike Frysinger <vapier@g.o> mindrover-demo-1.07b.ebuild:
35 Move to new unpacker eclass for unpack_makeself.
36
37
38
39 1.7 games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?r1=1.6&r2=1.7
44
45 Index: mindrover-demo-1.07b.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- mindrover-demo-1.07b.ebuild 8 Feb 2012 21:33:04 -0000 1.6
52 +++ mindrover-demo-1.07b.ebuild 6 May 2014 16:06:44 -0000 1.7
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-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.6 2012/02/08 21:33:04 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.7 2014/05/06 16:06:44 ulm Exp $
59
60 inherit eutils unpacker games
61
62 @@ -9,11 +9,11 @@
63 HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=9"
64 SRC_URI=" http://demos.linuxgamepublishing.com/mindrover/${MY_P}"
65
66 -LICENSE="as-is"
67 +LICENSE="all-rights-reserved GPL-2+"
68 SLOT="0"
69 KEYWORDS="x86"
70 IUSE=""
71 -RESTRICT="strip"
72 +RESTRICT="mirror bindist strip"
73
74 RDEPEND="virtual/opengl"