Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110104 - [EBUILD] new package : games-arcade/spacerider
Summary: [EBUILD] new package : games-arcade/spacerider
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-10-21 22:58 UTC by Fernando (likewhoa)
Modified: 2007-02-18 11:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
spacerider-0.13.ebuild (spacerider-0.13.ebuild,1.06 KB, text/plain)
2005-10-21 22:59 UTC, Fernando (likewhoa)
Details
spacerider-0.13.ebuild [updated] (spacerider-0.13.ebuild,1011 bytes, text/plain)
2005-10-22 23:43 UTC, Fernando (likewhoa)
Details
spacerider-0.13.ebuild (spacerider-0.13.ebuild,1011 bytes, text/plain)
2005-10-24 15:46 UTC, Fernando (likewhoa)
Details
spacerider-0.13.ebuild (spacerider-0.13.ebuild,1.12 KB, text/plain)
2005-10-24 17:15 UTC, Fernando (likewhoa)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando (likewhoa) 2005-10-21 22:58:45 UTC
spacerider is a 2D space shooter game with some nice features such as an online
high score table.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fernando (likewhoa) 2005-10-21 22:59:11 UTC
Created attachment 71161 [details]
spacerider-0.13.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-22 06:10:47 UTC
- remove # likewhoa and RDEPEND=""
- GPL is not a correct license, have a loook at /usr/portage/licenses/
- einfo "patching Makefile" is superfluous
Comment 3 Fernando (likewhoa) 2005-10-22 23:43:43 UTC
Created attachment 71250 [details]
spacerider-0.13.ebuild [updated]

updated to conform to ebuild standards..
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-23 06:39:43 UTC
Is GPL-1 accurate for the license?
Why do the GENTOO_CFLAGS thing?  Why not just have the Makefil support CFLAGS
diretcly?
Indentation in src_install.
Comment 5 Fernando (likewhoa) 2005-10-24 15:46:05 UTC
(In reply to comment #4)
> Is GPL-1 accurate for the license?
> Why do the GENTOO_CFLAGS thing?  Why not just have the Makefil support CFLAGS
> diretcly?
> Indentation in src_install.

the Makefile allready had some cflags appended so i 'sed' them out in src_unpack
and replaced them with ${GENTOO_CFLAGS} so that 'make CFLAGS=${CFLAGS}" would
not have repeated flags that where on there allready..
Comment 6 Fernando (likewhoa) 2005-10-24 15:46:52 UTC
Created attachment 71362 [details]
spacerider-0.13.ebuild

license updated to gpl-2
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2005-10-24 16:32:46 UTC
take out the einfo in src_unpack

need quoting for ${S}

probably no need for src_compile at all

Needs to patch the source so the binary gets installed in GAMES_BINDIR instead
of the data directory.

games man pages go in man6

need to error check doins
Comment 8 Fernando (likewhoa) 2005-10-24 17:15:44 UTC
Created attachment 71365 [details]
spacerider-0.13.ebuild

added 'newman', patched it game binary goes into /usr/games/bin/${PN} and 'die'
for doins.. now i want a cookie!
Comment 9 Tupone Alfredo gentoo-dev 2007-02-18 11:12:11 UTC
The ebuild for spacerider is now in portage. Thanks.