Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 260083

Summary: Ebuild request: gootool
Product: Gentoo Linux Reporter: h.schraepler
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: david-gentoo, serkan
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: new bin/gootool

Description h.schraepler 2009-02-23 23:38:51 UTC
Hello, 
can any write a ebuild for the gootool a level maker for the crazy game world of goo. Here the link to gootool: http://goofans.com/gootool/download


rgds Eisenmann

Reproducible: Always
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2009-02-24 04:08:46 UTC
Quoted from http://goofans.com/gootool/about
[quote]
How does it work?

Options are manipulated in your config.txt directory. Addins are merged by decrypting World of Goo files and merging them with addins in the addin file format.
[/quote]

Does this mean that it needs to modify the gamefiles. If so, I would say a big no.
Comment 2 h.schraepler 2009-02-24 08:59:16 UTC
I have open a thread at the gootool developers forum to get a qualified answer to you question. http://goofans.com/node/117
Comment 3 h.schraepler 2009-02-28 01:09:43 UTC
Quoted from http://goofans.com/node/117
[quote]
It basically creates a copy of the game in a user-defined location (e.g. user's home) with the mods applied (config.txt, modified game files).
[/quote]
Comment 4 Serkan Kaba (RETIRED) gentoo-dev 2009-03-01 10:14:47 UTC
If decided to be packaged, I may help with Java packaging.
Comment 5 David C 2009-03-05 14:50:05 UTC
Created attachment 184017 [details]
new bin/gootool

fyi attached is the new bin/gootool script that will be in the forthcoming version 0.10.3. It was changed to handle libraries in /usr/share/gootool and configuration in /etc/gootool for the Debian packaged version.

If any other changes are needed for Gentoo let me know.

-davidc
Comment 6 Serkan Kaba (RETIRED) gentoo-dev 2009-03-05 15:17:55 UTC
(In reply to comment #5)
> Created an attachment (id=184017) [edit]
> new bin/gootool
> 
> fyi attached is the new bin/gootool script that will be in the forthcoming
> version 0.10.3. It was changed to handle libraries in /usr/share/gootool and
> configuration in /etc/gootool for the Debian packaged version.
> 
> If any other changes are needed for Gentoo let me know.
> 
> -davidc
> 
Please see Java Packaging Guide[1]. Basically the ebuild needs to use system jars instead of the bundled ones and use java eclass functions to install its jars.

1: http://www.gentoo.org/proj/en/java/