tupone 15/03/15 20:51:08 Modified: ChangeLog toycars-0.3.10.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.21 games-sports/toycars/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/toycars/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/toycars/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/toycars/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 15 May 2014 17:01:58 -0000 1.20 +++ ChangeLog 15 Mar 2015 20:51:08 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for games-sports/toycars -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.20 2014/05/15 17:01:58 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/ChangeLog,v 1.21 2015/03/15 20:51:08 tupone Exp $ + + 15 Mar 2015; Tupone Alfredo <[email protected]> toycars-0.3.10.ebuild: + EAPI 5 15 May 2014; Ulrich Müller <[email protected]> toycars-0.3.10.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to 1.11 games-sports/toycars/toycars-0.3.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild?r1=1.10&r2=1.11 Index: toycars-0.3.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- toycars-0.3.10.ebuild 15 May 2014 17:01:59 -0000 1.10 +++ toycars-0.3.10.ebuild 15 Mar 2015 20:51:08 -0000 1.11 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.10 2014/05/15 17:01:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.11 2015/03/15 20:51:08 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils flag-o-matic games DESCRIPTION="a physics based 2-D racer inspired by Micro Machines" @@ -20,6 +20,7 @@ >=media-libs/fmod-4.25.07-r1:1 virtual/glu virtual/opengl" +RDEPEND="${DEPEND}" src_prepare() { epatch \ @@ -35,12 +36,11 @@ } src_install() { - local d,f + default + local d f - emake DESTDIR="${D}" install || die "emake install failed" newicon toycars/celica-render.png ${PN}.png make_desktop_entry ${PN} "Toy Cars" - dodoc AUTHORS for d in toycars toycars_track_editor toycars_vehicle_editor do
