Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245703 - games-fps/alienarena-20081016 Version Bump
Summary: games-fps/alienarena-20081016 Version Bump
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: http://red.planetarena.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 17:44 UTC by Nico R. Wohlgemuth
Modified: 2008-12-22 17:18 UTC (History)
0 users

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


Attachments
ebuild for alienarena-20081016 (alienarena-20081016.ebuild,2.25 KB, text/plain)
2008-11-05 23:56 UTC, Nico R. Wohlgemuth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nico R. Wohlgemuth 2008-11-05 17:44:07 UTC
Alien Arena 2008 7.20 for Linux (release date Oct 17th, 2008) is out!

Changelog: http://icculus.org/alienarena/changelogs/7.20.txt
Comment 1 Nico R. Wohlgemuth 2008-11-05 17:55:11 UTC
The distfile at icculus.org is called alienarena2008-linux20081016.zip so 20081016 maybe is the more correct version.
Comment 2 Nico R. Wohlgemuth 2008-11-05 23:56:20 UTC
Created attachment 170868 [details]
ebuild for alienarena-20081016

here is the modified ebuild, it works fine but there is one thing I don't know how to fix or if thats even a problem:

        DATADIR="${GAMES_DATADIR}"/${PN} \
        LIBDIR="$(games_get_libdir)"/${PN} \

in the ebuild result to:

-DDATADIR='\"/usr/share/games/alienarena\"' -DLIBDIR='\"/usr/games/lib/alienarena\"'"

in make, which gives warnings like:

<command-line>: warning: missing terminating " character
<command-line>: warning: "DATADIR" redefined
<command-line>: warning: this is the location of the previous definition
<command-line>: warning: missing terminating " character
<command-line>: warning: "LIBDIR" redefined
<command-line>: warning: this is the location of the previous definition

while compiling.

It compiles fine but it would be more correct if this is fixed and I don't know how to. 

Another thing is that it is better to use if and else instead of calling subshells.
Comment 3 Tristan Heaven (RETIRED) gentoo-dev 2008-12-22 17:18:25 UTC
Fixed, thanks.