Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quake1-rally: quake1-rally-1.2.ebuild ChangeLog
Date: Sat, 31 Jan 2015 06:55:31
Message-Id: 20150131065525.CD86510BDF@oystercatcher.gentoo.org
1 tupone 15/01/31 06:55:25
2
3 Modified: quake1-rally-1.2.ebuild ChangeLog
4 Log:
5 EAPI 5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.8 games-fps/quake1-rally/quake1-rally-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild?r1=1.7&r2=1.8
15
16 Index: quake1-rally-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- quake1-rally-1.2.ebuild 10 May 2014 19:53:43 -0000 1.7
23 +++ quake1-rally-1.2.ebuild 31 Jan 2015 06:55:25 -0000 1.8
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v 1.7 2014/05/10 19:53:43 ulm Exp $
29 -
30 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/quake1-rally-1.2.ebuild,v 1.8 2015/01/31 06:55:25 tupone Exp $
31 +EAPI=5
32 inherit eutils games
33
34 DESCRIPTION="TC which turns Quake into a Rally racing game"
35 @@ -33,6 +33,6 @@
36
37 src_install() {
38 insinto "${GAMES_DATADIR}/quake1"
39 - doins -r * || die "doins"
40 + doins -r *
41 prepgamesdirs
42 }
43
44
45
46 1.6 games-fps/quake1-rally/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/ChangeLog?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/ChangeLog?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake1-rally/ChangeLog?r1=1.5&r2=1.6
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- ChangeLog 10 May 2014 19:53:43 -0000 1.5
59 +++ ChangeLog 31 Jan 2015 06:55:25 -0000 1.6
60 @@ -1,6 +1,9 @@
61 # ChangeLog for games-fps/quake1-rally
62 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v 1.5 2014/05/10 19:53:43 ulm Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-rally/ChangeLog,v 1.6 2015/01/31 06:55:25 tupone Exp $
66 +
67 + 31 Jan 2015; Tupone Alfredo <tupone@g.o> quake1-rally-1.2.ebuild:
68 + EAPI 5
69
70 10 May 2014; Ulrich Müller <ulm@g.o> quake1-rally-1.2.ebuild:
71 Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506858.