Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88621 - xgngeo-16.ebuild (New Package)
Summary: xgngeo-16.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-04-10 11:19 UTC by Grzegorz Dubicki
Modified: 2018-12-03 12:56 UTC (History)
1 user (show)

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


Attachments
xgngeo-14.ebuild & patch (xgngeo-14.tar.gz,1.66 KB, application/x-tgz)
2005-04-10 11:20 UTC, Grzegorz Dubicki
Details
xgngeo-14.ebuild (xgngeo-14.ebuild,934 bytes, text/plain)
2005-04-10 23:22 UTC, Grzegorz Dubicki
Details
xgngeo.py-conf_path.patch (xgngeo.py-conf_path.patch,612 bytes, patch)
2005-04-10 23:23 UTC, Grzegorz Dubicki
Details | Diff
ebuild for XGngeo-16 (XGngeo-16.ebuild,732 bytes, text/plain)
2007-11-19 15:08 UTC, Andrzej Rybczak
Details
patch for Xgngeo-16 (XGngeo-16-gentoo-paths.patch,2.97 KB, patch)
2007-11-19 15:10 UTC, Andrzej Rybczak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Dubicki 2005-04-10 11:19:24 UTC
hello!

i've written an ebuild for the newest available version of xgngeo (& and a simple patch for it to run cleanly).

xgngeo is a frontend to gngeo, a NeoGeo emulator (included in portage as games-emulation/gngeo). it uses GTK2 and is written in Python. (homepage: http://fragnatik.net/choplair/xgngeo.en.html)

i suggest adding this to portage as there are no gngeo frontends in the portage yet and this one is quite nice. :>

Grzegorz Dubicki
Comment 1 Grzegorz Dubicki 2005-04-10 11:20:26 UTC
Created attachment 55908 [details]
xgngeo-14.ebuild & patch
Comment 2 Grzegorz Dubicki 2005-04-10 15:01:08 UTC
regarding the patched by me bug and deprecation of wigets used in xgngeo-14 interface (see stdout/stderr when running xgngeo) - I've contacted upstream developers and got informed, that those problems will be resolved in soon-to-be-released version 15.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-04-10 18:00:18 UTC
Attach files as text/plain so we can look at them from bugzilla please.
Comment 4 Grzegorz Dubicki 2005-04-10 23:22:45 UTC
Created attachment 55956 [details]
xgngeo-14.ebuild

- as requested.
Comment 5 Grzegorz Dubicki 2005-04-10 23:23:19 UTC
Created attachment 55957 [details, diff]
xgngeo.py-conf_path.patch

- as requested.
Comment 6 Eric Andry 2006-04-20 19:45:32 UTC
Although my user is in the games group, there is a problem when I create a configuration because xgngeo wishes to write a configuration file to it's 'data' directory.

See here:

  File "/usr/share/games/xgngeo/xgngeo.py", line 909, in configWrite
    self.configfile.write(self.param,self.paramXGngeo,VERSION)
  File "data/py/configfile.py", line 88, in write
    file = open(self.xgngeoPath,"w") #Open (create if doesn't exist)
IOError: [Errno 13] Permission denied: 'data/xgngeo.conf'

The work around of course is to make the directory writable for the user.
Comment 7 Eric Andry 2006-04-20 20:05:38 UTC
(In reply to comment #6)
> Although my user is in the games group, there is a problem when I create a
> configuration because xgngeo wishes to write a configuration file to it's
> 'data' directory.
> 
> See here:
> 
>   File "/usr/share/games/xgngeo/xgngeo.py", line 909, in configWrite
>     self.configfile.write(self.param,self.paramXGngeo,VERSION)
>   File "data/py/configfile.py", line 88, in write
>     file = open(self.xgngeoPath,"w") #Open (create if doesn't exist)
> IOError: [Errno 13] Permission denied: 'data/xgngeo.conf'
> 
> The work around of course is to make the directory writable for the user.
> 


Nevermind, the work around was to re-emerge.
Comment 8 Andrzej Rybczak 2007-11-19 15:08:42 UTC
Created attachment 136378 [details]
ebuild for XGngeo-16

version bump.
Comment 9 Andrzej Rybczak 2007-11-19 15:10:27 UTC
Created attachment 136381 [details, diff]
patch for Xgngeo-16

patch for setting up proper paths in installation script