Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54921 - new package: games-strategy/bos-1.1
Summary: new package: games-strategy/bos-1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Gentoo Games
URL: http://bos.seul.org/
Whiteboard:
Keywords:
Depends on: 30519
Blocks:
  Show dependency tree
 
Reported: 2004-06-23 12:50 UTC by Martti Rannanjärvi
Modified: 2006-01-06 13:05 UTC (History)
2 users (show)

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


Attachments
bos-1.1_pre1.ebuild (bos-1.1_pre1.ebuild,861 bytes, text/plain)
2004-06-23 12:53 UTC, Martti Rannanjärvi
Details
bos-1.1.ebuild for stratagus 2.1 (bos-1.1.ebuild,852 bytes, text/plain)
2004-07-04 11:09 UTC, Martti Rannanjärvi
Details
bos-1.1.ebuild with extension fixed (bos-1.1.ebuild,817 bytes, text/plain)
2004-09-01 13:13 UTC, Jacob Gemmell
Details
Possible Fix for missing stratagus issue (bos-1.1.ebuild,817 bytes, text/plain)
2004-09-01 15:42 UTC, Jacob Gemmell
Details
bos-1.1.ebuild (bos-1.1.ebuild,836 bytes, text/plain)
2004-12-29 02:12 UTC, Martti Rannanjärvi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martti Rannanjärvi 2004-06-23 12:50:37 UTC
 
Comment 1 Martti Rannanjärvi 2004-06-23 12:53:02 UTC
Created attachment 33974 [details]
bos-1.1_pre1.ebuild
Comment 2 Russell Smith 2004-06-27 02:55:33 UTC
This release as far as I am aware will run with the latest stratagus, 2.1pre2
Comment 3 Martti Rannanjärvi 2004-07-04 11:09:35 UTC
Created attachment 34791 [details]
bos-1.1.ebuild for stratagus 2.1

This should work for stratagus 2.1, cannot try.
Comment 4 Martti Rannanjärvi 2004-07-04 11:24:53 UTC
Above ebuild edited with windows notepad so newlines can be wrong.
Comment 5 Jacob Gemmell 2004-09-01 12:33:43 UTC
Stragaus 2.1 is in the portage tree with a ~x86 mask.  The ebuild above works great after I ran it through dos2unix to get rid of the windows newlines, with one exception.  The ebuild is looking for file with a .tgz, but the download for bos is available as a .tar.gz.  After changing that in the ebuild it works great.
Comment 6 Jacob Gemmell 2004-09-01 13:13:41 UTC
Created attachment 38703 [details]
bos-1.1.ebuild with extension fixed

Just ran it through dos2unix to fix newlines and change the extension on the
tarball.
Comment 7 Jacob Gemmell 2004-09-01 13:42:34 UTC
Whoops!! My bad.  I was running the latest stratgus ebuild from Bug 30591 and not the one in portage.  Running the Stratgus ebuild from portage and then running bos gets the following error:

/usr/games/bin/bos: line 2: /usr/games/lib/stratagus: No such file or directory
/usr/games/bin/bos: line 2: exec: /usr/games/lib/stratagus: cannot execute: No such file or directory
Comment 8 Jacob Gemmell 2004-09-01 15:42:08 UTC
Created attachment 38713 [details]
Possible Fix for missing stratagus issue

This appear to fix previous problem of it not finding /ust/games/lib/stratagus.
 I changed:
exec ${GAMES_LIBDIR}/stratagus -d ${dir} "\$@"
to 
exec ${GAMES_BINDIR}/stratagus -d ${dir} "\$@"
Comment 9 Mr. Bones. (RETIRED) gentoo-dev 2004-12-10 23:41:03 UTC
let me know when there's a source code release for this.
Comment 10 Martti Rannanjärvi 2004-12-29 02:12:07 UTC
Created attachment 47095 [details]
bos-1.1.ebuild

Bos is a dataset for the stratagus game engine so there's no source.

This ebuild
- moves wrapper creation to src_unpack
- changes header stuff
- adds die to dogamesbin

Inspired by the changes of wargus ebuild.
Comment 11 Martti Rannanjärvi 2004-12-29 02:15:40 UTC
Misunderstanding
Comment 12 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-06 13:05:33 UTC
thanks, I added this to cvs.