Bug 93056 - MiniRacer - a mini racing game [ebuild request]
Bug#: 93056 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Other Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: matija.suklje@rutka.net
Component: Games
URL:  http://miniracer.sourceforge.net
Summary: MiniRacer - a mini racing game [ebuild request]
Keywords:  
Status Whiteboard: 
Opened: 2005-05-18 05:45 0000
Description:   Opened: 2005-05-18 05:45 0000
MiniRacer is an OpenGL car racing game, based on ID's famous Quake

------- Comment #1 From Matija Suklje (hook) 2005-05-18 05:45:30 0000 -------
MiniRacer is an OpenGL car racing game, based on ID's famous Quake® engine.
 The goal of this project is, to port the original game, which was written for Win32, to Linux™. Further we want to add new features and make some redesign of the old project. The first gMiniRacer is an OpenGL car racing game, based on ID's famous Quake® engine.
 The goal of this project is, to port the original game, which was written for Win32, to Linux™. Further we want to add new features and make some redesign of the old project. The first goal is reached with release 1.04.oal is reached with release 1.04.

------- Comment #2 From Christoph Brill (egore) 2005-05-31 06:32:43 0000 -------
Created an attachment (id=60274) [details]
games-sports/miniracer-1.04

ebuild for miniracer 1.04

------- Comment #3 From Christoph Brill (egore) 2005-05-31 11:12:03 0000 -------
Created an attachment (id=60285) [details]
games-sports/miniracer-1.04

fixes from vapiers suggestions

------- Comment #4 From Mr. Bones. 2005-05-31 12:37:14 0000 -------
comments:

Missing IUSE
take out sys-apps/sed from depend
call sed once - use -e like other games ebuilds do.
quote ${S} in src_unpack
fix the die message in src_install
are there more docs that need to be installed in src_install?

------- Comment #5 From Christoph Brill (egore) 2005-05-31 16:13:21 0000 -------
Created an attachment (id=60330) [details]
games-sports/miniracer-1.04

1.) added IUSE=""
2.) added RDEPEND and sepereate DEPEND
3.) calling sed once
4.) qouted ${S} (I always forget to do that)
5.) fixed die message
6.) added a few docs that might be of interest

------- Comment #6 From Mr. Bones. 2005-05-31 20:44:36 0000 -------
games-sports/miniracer added to portage.  Thanks for the bug report and ebuild.