Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144922 - gate88-bin-20050319.ebuild
Summary: gate88-bin-20050319.ebuild
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.queasygames.com/gate88/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-23 19:12 UTC by Tristan Heaven (RETIRED)
Modified: 2018-12-03 12:58 UTC (History)
2 users (show)

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


Attachments
gate88-20050319.ebuild (gate88-20050319.ebuild,987 bytes, text/plain)
2006-08-23 19:12 UTC, Tristan Heaven (RETIRED)
Details
gate88 (gate88,214 bytes, text/plain)
2006-08-23 19:13 UTC, Tristan Heaven (RETIRED)
Details
license.txt (license.txt,1022 bytes, text/plain)
2006-08-23 20:19 UTC, Tristan Heaven (RETIRED)
Details
gate88-bin-20050319.ebuild (gate88-bin-20050319.ebuild,1010 bytes, text/plain)
2006-08-23 20:33 UTC, Tristan Heaven (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Heaven (RETIRED) gentoo-dev 2006-08-23 19:12:07 UTC
zakk said it's good
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2006-08-23 19:12:36 UTC
Created attachment 94979 [details]
gate88-20050319.ebuild
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2006-08-23 19:13:04 UTC
Created attachment 94980 [details]
gate88
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2006-08-23 20:13:22 UTC
I'd prefer the package be called gate88-bin

We'll also need the license...
Comment 4 Tristan Heaven (RETIRED) gentoo-dev 2006-08-23 20:19:54 UTC
Created attachment 94984 [details]
license.txt
Comment 5 Tristan Heaven (RETIRED) gentoo-dev 2006-08-23 20:33:53 UTC
Created attachment 94986 [details]
gate88-bin-20050319.ebuild
Comment 6 Tristan Heaven (RETIRED) gentoo-dev 2006-08-24 08:25:09 UTC
It didn't work for me with the included libs, so that's why the ebuild doesn't use them.

Also, this is what it says on the site:

If you do not or cannot have the SDL libraries installed -- perhaps you're trying to run this on a university computer?;-) -- run: ./rungate88.sh
Comment 7 Santiago M. Mola (RETIRED) gentoo-dev 2007-06-01 11:40:26 UTC
Jonathan Mak uses this license on another game (ToJam Thing) and I'd expect he use the same license for his next one (Everyday Shooter). Maybe this license shouldn't be named "gate88" but "queasygames" or maybe something more generic like "as-is-bin" (installing the license file for the details, similar to the "as-is" license"). 

Btw, Gate88 rocks.
Comment 8 Ben Roberts 2007-09-23 17:47:02 UTC
it requires sdl-mixer be installed with the vorbis USE flag, otherwise you get a crash saying the menu.ogg is missing
can you specify that a depend require a use flag from the ebuild? I haven't worked with the ebuilds much.
Comment 9 Tristan Heaven (RETIRED) gentoo-dev 2007-09-23 17:52:18 UTC
not yet
Comment 10 bware 2007-10-11 10:53:30 UTC
Just needs changing to:
 || ( sys-libs/lib-compat app-emulation/emul-linux-x86-compat )
and it works fine on amd64.
Comment 11 Chris Gianelloni (RETIRED) gentoo-dev 2007-10-17 00:02:02 UTC
Uh.. no.  It would be more like:

x86? ( sys-libs/lib-compat )
amd64? ( app-emulation/emul-linux-x86-compat )