ChangeLog

# ChangeLog for games-sports/toycars
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.10 2008/01/01 20:08:38 nyhm Exp $

*toycars-0.3.5 (01 Jan 2008)

01 Jan 2008; Tristan Heaven
+files/toycars-0.3.5-asneeded.patch, +files/toycars-0.3.5-assert.patch,
+files/toycars-0.3.5-datadir.patch, +files/toycars-0.3.5-fmod.patch,
+toycars-0.3.5.ebuild:
Version bump, bug #203790

*toycars-0.3.4 (08 Nov 2007)

08 Nov 2007; Tupone Alfredo
+files/toycars-0.3.4-asneeded.patch, +files/toycars-0.3.4-gentoo.patch,
+toycars-0.3.4.ebuild:
Version bump. Bug #197995 by Samuli Suominen

*toycars-0.3.3 (22 May 2007)

22 May 2007; Tristan Heaven
+files/toycars-0.3.3-asneeded.patch, +toycars-0.3.3.ebuild:
Version bump

04 Apr 2007; Samuli Suominen
files/toycars-0.3.2-asneeded.patch:
Fix asneeded patch, after resurrecting this package it had size 0 bytes.

02 Apr 2007; +files/toycars-0.3.2-asneeded.patch,
+metadata.xml, +toycars-0.3.2.ebuild:
Resurrecting, as there is a verbal permission to use the music on this game
See bug #116905

26 Mar 2007; Samuli Suominen
+files/toycars-0.3.2-asneeded.patch, toycars-0.3.2.ebuild:
Fix linking with -Wl,--as-needed.

26 Mar 2007; toycars-0.3.2.ebuild:
Added keyword ~x86. Bug #172262 by Will Briggs

*toycars-0.3.2 (25 Mar 2007)

25 Mar 2007; +metadata.xml, +toycars-0.3.2.ebuild:
New package, requested by roma1390 with bug #116905

Manifest

AUX toycars-0.3.5-asneeded.patch 342 RMD160 484989a51117a01dcebeecf2a10f1b007cb4613a SHA1 30ff4abbe7816b81c2c828f816e4c8d9bb4a718a SHA256 1c91a7c7bcfc910027af67a51160935b996c0a84f3525730e17cac60365bbcf9
AUX toycars-0.3.5-assert.patch 230 RMD160 8c4e85866598cd7786b27d748edb25ebe3f0188b SHA1 4f8f8639b8f424935e2495129687754f32962786 SHA256 31f057a11104f247a5850aa6fd1a4e72c415a9ec3cfa68dc1df8e3db9b5a0316
AUX toycars-0.3.5-datadir.patch 303 RMD160 e1f00d3ad64de31d81686c4e7d0a0952668ef1b7 SHA1 472ccbd692d8cf8226ad87b8a9757ab8b8e4cf39 SHA256 7cc81c19106198fd5c1c07c9ce2b8e91cec21154cdfd9cfabb7107ebadb68af1
AUX toycars-0.3.5-fmod.patch 740 RMD160 08f8984fbb8a791a03e0caecd3119a71cf22f632 SHA1 dd50b32984404256e7b8c488652e82611f278500 SHA256 dd44b51f7a85057d1d311dc3e504654302b29480e186d80501c7788ea7a0aa1d
DIST toycars-0.3.5.tar.gz 7627867 RMD160 27380e474603ed2f55d13721bb04bb4f7a0d32a7 SHA1 6b030690e158e754648f9bf0484039fe98e27288 SHA256 a678092b5a4381355a0005980fae53b4c9c026c0ff0740b33a2a5eefbc66c438
EBUILD toycars-0.3.5.ebuild 1063 RMD160 325679ca7d13f4ed016ab30f100b178f09b613e5 SHA1 886e4b57cf84be1fa5d28c207d73bfe8b3d081b8 SHA256 21bc8a83407a5ca2afe266fcdfe214880d8331c6348c478c509ff98e4b314638
MISC ChangeLog 1656 RMD160 f74306e3a15dc3594e5eaeaf5aedf99bf04a17cb SHA1 54d23053d1e3c4afa5095091257bbe7546e09fd8 SHA256 34f8658a5ee1ad1e5919c220892abededc2dd2bfef20161d9e737183682f24d1
MISC metadata.xml 592 RMD160 22f227feb81d3d4aac659471c21dec61af220b46 SHA1 484057930ea56def340f4d0d322b1703c8de2074 SHA256 9ebc59b9b09bb528703fa1886257d647fbe8a1266b7256ca28ff4daa19094e80

files

metadata.xml




games

Toy Cars is a physics based 2-D racer. In Timed Race mode the aim is to complete
four laps in the best time you can. In Hot Potato mode the aim is to avoid
having the bomb when the fuse runs out. The bomb can be transfered between
players if they crash into each other. In Knock 'em Out mode the aim is to
race around the track and to try and prevent your car from going off the screen.

toycars-0.3.5.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.5.ebuild,v 1.1 2008/01/01 20:08:38 nyhm Exp $

inherit autotools eutils games

DESCRIPTION="a physics based 2-D racer inspired by Micro Machines"
HOMEPAGE="http://sourceforge.net/projects/toycars"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-libs/libsdl
media-libs/sdl-image
>=media-libs/fmod-4
virtual/glu
virtual/opengl"

src_unpack() {
unpack ${A}
cd "${S}"
epatch \
"${FILESDIR}"/${P}-asneeded.patch \
"${FILESDIR}"/${P}-fmod.patch \
"${FILESDIR}"/${P}-assert.patch \
"${FILESDIR}"/${P}-datadir.patch
AT_M4DIR=m4 eautoreconf
}

src_install() {
dogamesbin src/${PN} || die "dogamesbin failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r data || die "doins failed"
newicon celica-render.png ${PN}.png
make_desktop_entry ${PN} "Toy Cars"
dodoc AUTHORS ChangeLog README TODO
prepgamesdirs
}