Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453280 - games-strategy/atom-zombie-smasher - new ebuild
Summary: games-strategy/atom-zombie-smasher - new ebuild
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://blendogames.com/atomzombiesmas...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-01-21 06:06 UTC by Jared B.
Modified: 2018-12-03 12:58 UTC (History)
0 users

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


Attachments
games-strategy/atom-zombie-smasher-1.85.ebuild (atom-zombie-smasher-1.85.ebuild,1.27 KB, text/plain)
2013-01-21 06:06 UTC, Jared B.
Details
games-strategy/atom-zombie-smasher-1.85.ebuild (atom-zombie-smasher-1.85.ebuild,1.40 KB, text/plain)
2013-01-21 17:58 UTC, Jared B.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jared B. 2013-01-21 06:06:01 UTC
Attached is a new ebuild for Atom Zombie Smasher, "a real-time strategy game in which the player must rescue citizens from a zombie horde."  ebuild is based on the HIB version, included with HIB 3.  A Linux version is also available for direct purchase, but I'm not sure if it is compatible with this ebuild.

The ebuild works, but it's in rough shape.  Areas that need improvement:

* Dependencies - this is a mono application, and I don't know how to check for dependencies with that

* Bundled libraries - this is a 32-bit binary, and includes a bundled version of mono.  I couldn't get it to work using the amd64 system build of mono on my computer, so I left everything bundled (which does work).  At the very least, some of this can probably be removed for x86 users.

* License - this is using as-is, which I know has been deprecated.  Unfortunately, I can't find a license for this, and I don't know how that situation is supposed to be handled without as-is.

Reproducible: Always
Comment 1 Jared B. 2013-01-21 06:06:57 UTC
Created attachment 336304 [details]
games-strategy/atom-zombie-smasher-1.85.ebuild
Comment 2 Julian Ospald 2013-01-21 12:03:58 UTC
as-is is probably the wrong license, see bug 436214

we have "all-rights-reserved" if in doubt
Comment 3 Jared B. 2013-01-21 17:58:47 UTC
Created attachment 336376 [details]
games-strategy/atom-zombie-smasher-1.85.ebuild

all-rights-reserved sounds appropriate, thanks.  I hadn't seen that one before.  New ebuild uses that license instead, as well as adding emul-linux-x86-baselibs to the dependency list for amd64 systems (necessary for embedded mono).