Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193937 - games-board/kombilo: A go games database program for pattern searches
Summary: games-board/kombilo: A go games database program for pattern searches
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:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-09-27 02:20 UTC by Petr Baudis
Modified: 2018-12-03 12:57 UTC (History)
4 users (show)

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


Attachments
kombilo-0.5m.ebuild (kombilo-0.5m.ebuild,1.21 KB, text/plain)
2007-09-27 02:20 UTC, Petr Baudis
Details
kombilo-0.5m-setup.py (kombilo-0.5m-setup.py,702 bytes, text/plain)
2007-09-27 02:21 UTC, Petr Baudis
Details
kombilo-0.5m-namespace.patch (kombilo-0.5m-namespace.patch,1.60 KB, patch)
2007-09-27 02:21 UTC, Petr Baudis
Details | Diff
kombilo-0.5m-syspath.patch (kombilo-0.5m-syspath.patch,2.59 KB, patch)
2007-09-27 02:21 UTC, Petr Baudis
Details | Diff
Patch to change the now obsolete 'whrandom' function to 'random' function (kombilo-0.5m-patch-whrandom.diff,632 bytes, patch)
2008-07-04 22:16 UTC, Mamy Ratsimbazafy
Details | Diff
Patch to support directory names with spaces & load correctly the graphics in the default board (kombilo-0.5m-path_resolution.diff,1.60 KB, patch)
2008-07-04 22:18 UTC, Mamy Ratsimbazafy
Details | Diff
workaround to the buffer_info() function when processing large database (kombilo-0.5m-patch-C-parser.diff,1.95 KB, patch)
2008-07-04 22:22 UTC, Mamy Ratsimbazafy
Details | Diff
kombilo-0.5m.ebuild (kombilo-0.5m.ebuild,1.38 KB, text/plain)
2008-07-04 22:26 UTC, Mamy Ratsimbazafy
Details
Patch to make the C part compiling with python 2.6 (kombilo-0.5m-patch-dict-sizes.diff,519 bytes, text/plain)
2009-06-10 16:17 UTC, Guillaume BINET
Details
added the patch for python 2.6 (kombilo-0.5m.ebuild,1.43 KB, text/plain)
2009-06-10 16:18 UTC, Guillaume BINET
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Baudis 2007-09-27 02:20:09 UTC
Please add ebuild for games-board/kombilo-0.5m to portage. Kombilo is a go games database program for pattern searches.

Reproducible: Always
Comment 1 Petr Baudis 2007-09-27 02:20:49 UTC
Created attachment 131994 [details]
kombilo-0.5m.ebuild
Comment 2 Petr Baudis 2007-09-27 02:21:16 UTC
Created attachment 131996 [details]
kombilo-0.5m-setup.py
Comment 3 Petr Baudis 2007-09-27 02:21:33 UTC
Created attachment 131997 [details, diff]
kombilo-0.5m-namespace.patch
Comment 4 Petr Baudis 2007-09-27 02:21:45 UTC
Created attachment 131998 [details, diff]
kombilo-0.5m-syspath.patch
Comment 5 Sebastian Schubert 2007-11-11 13:59:12 UTC
works for me on an amd64
Comment 6 Karol Janyst 2008-03-08 13:18:29 UTC
Does not work on amd64. On x86 works perfectly, but on amd64 I get segmentation fault when trying to add any games to database. It starts scanning directories and crashes on first SGF file.
Comment 7 Mamy Ratsimbazafy 2008-07-04 22:16:33 UTC
Created attachment 159571 [details, diff]
Patch to change the now obsolete 'whrandom' function to 'random' function
Comment 8 Mamy Ratsimbazafy 2008-07-04 22:18:33 UTC
Created attachment 159573 [details, diff]
Patch to support directory names with spaces & load correctly the graphics in the default board
Comment 9 Mamy Ratsimbazafy 2008-07-04 22:22:21 UTC
Created attachment 159574 [details, diff]
workaround to the buffer_info() function when processing large database

The original patch and discussion is here :
http://trac.u-go.net/kombilo/ticket/36
Comment 10 Mamy Ratsimbazafy 2008-07-04 22:26:47 UTC
Created attachment 159576 [details]
kombilo-0.5m.ebuild

A working ebuild under python2.5, if the cjk USE flag is set, the ebuild will fetch the cjkcodecs package.
Comment 11 Guillaume BINET 2009-06-10 16:17:23 UTC
Created attachment 194177 [details]
Patch to make the C part compiling with python 2.6
Comment 12 Guillaume BINET 2009-06-10 16:18:16 UTC
Created attachment 194178 [details]
added the patch for python 2.6