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-sports/toycars: ChangeLog toycars-0.3.4.ebuild
Date: Thu, 08 Nov 2007 20:30:59
Message-Id: E1IqE1d-0004Qp-DP@stork.gentoo.org
1 tupone 07/11/08 20:30:53
2
3 Modified: ChangeLog
4 Added: toycars-0.3.4.ebuild
5 Log:
6 Version bump. Bug #197995 by Samuli Suominen
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.9 games-sports/toycars/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 22 May 2007 16:08:03 -0000 1.8
23 +++ ChangeLog 8 Nov 2007 20:30:52 -0000 1.9
24 @@ -1,6 +1,13 @@
25 # ChangeLog for games-sports/toycars
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.8 2007/05/22 16:08:03 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.9 2007/11/08 20:30:52 tupone Exp $
29 +
30 +*toycars-0.3.4 (08 Nov 2007)
31 +
32 + 08 Nov 2007; Tupone Alfredo <tupone@g.o>
33 + +files/toycars-0.3.4-asneeded.patch, +files/toycars-0.3.4-gentoo.patch,
34 + +toycars-0.3.4.ebuild:
35 + Version bump. Bug #197995 by Samuli Suominen
36
37 *toycars-0.3.3 (22 May 2007)
38
39
40
41
42 1.1 games-sports/toycars/toycars-0.3.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/toycars-0.3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/toycars/toycars-0.3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: toycars-0.3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.4.ebuild,v 1.1 2007/11/08 20:30:52 tupone Exp $
52
53 inherit autotools eutils games
54
55 DESCRIPTION="a physics based 2-D racer inspired by Micro Machines"
56 HOMEPAGE="http://sourceforge.net/projects/toycars"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="media-libs/libsdl
65 media-libs/sdl-image
66 >=media-libs/fmod-4
67 virtual/glu
68 virtual/opengl"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/${P}-asneeded.patch \
74 "${FILESDIR}"/${P}-gentoo.patch
75 AT_M4DIR=m4 eautoreconf
76 }
77
78 src_install() {
79 dogamesbin src/${PN} || die "dogamesbin failed"
80 insinto "${GAMES_DATADIR}"/${PN}
81 doins -r data || die "doins failed"
82 newicon celica-render.png ${PN}.png
83 make_desktop_entry ${PN} "Toy Cars"
84 dodoc AUTHORS ChangeLog README TODO
85 prepgamesdirs
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list