diff options
-rw-r--r-- | games-sports/racer-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-sports/racer-bin/ChangeLog b/games-sports/racer-bin/ChangeLog index c89d7dae72fa..9053e42a4232 100644 --- a/games-sports/racer-bin/ChangeLog +++ b/games-sports/racer-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/racer-bin -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/racer-bin/ChangeLog,v 1.7 2007/10/17 18:02:28 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/racer-bin/ChangeLog,v 1.8 2008/02/08 08:07:48 mr_bones_ Exp $ + + 08 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> + racer-bin-0.5.0-r1.ebuild: + add a desktop entry 17 Oct 2007; Samuli Suominen <drac@gentoo.org> racer-bin-0.5.0-r1.ebuild: Change media-libs/fmod dep to work with slots. diff --git a/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild b/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild index 7154e10aae17..00919ea2b612 100644 --- a/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild +++ b/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild,v 1.8 2007/10/17 18:02:28 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild,v 1.9 2008/02/08 08:07:47 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="A car simulation game focusing on realism, in the style of Grand Prix Legends" HOMEPAGE="http://www.racer.nl/" @@ -54,5 +54,6 @@ src_install() { fperms 660 "${dir}"/${f} || die "fperms ${f} failed" done + make_desktop_entry racer Racer prepgamesdirs } |