Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-sports/miniracer: miniracer-1.04.ebuild ChangeLog
Date: Mon, 30 Mar 2015 18:22:32
Message-Id: 20150330182224.08DD914DD1@oystercatcher.gentoo.org
1 mr_bones_ 15/03/30 18:22:24
2
3 Modified: miniracer-1.04.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 games-sports/miniracer/miniracer-1.04.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild?r1=1.7&r2=1.8
15
16 Index: miniracer-1.04.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- miniracer-1.04.ebuild 13 Oct 2010 12:28:28 -0000 1.7
23 +++ miniracer-1.04.ebuild 30 Mar 2015 18:22:23 -0000 1.8
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2010 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-sports/miniracer/miniracer-1.04.ebuild,v 1.7 2010/10/13 12:28:28 tupone Exp $
29 -EAPI=2
30 +# $Header: /var/cvsroot/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild,v 1.8 2015/03/30 18:22:23 mr_bones_ Exp $
31
32 +EAPI=5
33 inherit eutils games
34
35 DESCRIPTION="an OpenGL car racing game, based on ID's famous Quake engine"
36 @@ -33,13 +33,10 @@
37 -e "s:@CFLAGS@:${CFLAGS}:" \
38 -e "s:@GAMES_LIBDIR@:$(games_get_libdir)/${PN}:" \
39 -e "s:@GAMES_BINDIR@:${GAMES_BINDIR}:" \
40 - miniracer \
41 - Makefile \
42 - || die "2nd sed failed"
43 + miniracer Makefile || die
44 }
45
46 src_install() {
47 - emake DESTDIR="${D}" install || die "emake install failed"
48 - dodoc TODO README ChangeLog
49 + default
50 prepgamesdirs
51 }
52
53
54
55 1.9 games-sports/miniracer/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/miniracer/ChangeLog?rev=1.9&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/miniracer/ChangeLog?rev=1.9&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/miniracer/ChangeLog?r1=1.8&r2=1.9
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-sports/miniracer/ChangeLog,v
64 retrieving revision 1.8
65 retrieving revision 1.9
66 diff -u -r1.8 -r1.9
67 --- ChangeLog 13 Oct 2010 12:28:28 -0000 1.8
68 +++ ChangeLog 30 Mar 2015 18:22:23 -0000 1.9
69 @@ -1,6 +1,9 @@
70 # ChangeLog for games-sports/miniracer
71 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-sports/miniracer/ChangeLog,v 1.8 2010/10/13 12:28:28 tupone Exp $
73 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/games-sports/miniracer/ChangeLog,v 1.9 2015/03/30 18:22:23 mr_bones_ Exp $
75 +
76 + 30 Mar 2015; Michael Sterrett <mr_bones_@g.o> miniracer-1.04.ebuild:
77 + EAPI=5
78
79 13 Oct 2010; Tupone Alfredo <tupone@g.o> miniracer-1.04.ebuild,
80 +files/miniracer-1.04-ldflags.patch,
81 @@ -29,4 +32,3 @@
82 01 Jun 2005; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
83 +miniracer-1.04.ebuild:
84 initial commit - ebuild submitted by Christoph Brill (egore) via bug #93056
85 -