Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498682 - games-misc/uligo - a program to practice solving go problems
Summary: games-misc/uligo - a program to practice solving go problems
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://www.u-go.net/uligo/
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2014-01-20 13:50 UTC by JMW
Modified: 2014-01-20 14:08 UTC (History)
1 user (show)

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


Attachments
Ebuild for Uligo, a program for solving tsumegos, written in python (uligo-0.3.ebuild,952 bytes, text/plain)
2014-01-20 13:50 UTC, JMW
Details
Modified installation script (unixinst.py,4.85 KB, text/x-python)
2014-01-20 13:55 UTC, JMW
Details
Unfoo'd patch. (uligo_0.3-6.diff,41.50 KB, patch)
2014-01-20 13:56 UTC, JMW
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description JMW 2014-01-20 13:50:49 UTC
Created attachment 368238 [details]
Ebuild for Uligo, a program for solving tsumegos, written in python

Uligo is a python program for solving tsumegos (go problems). Ebuild attached.
Comment 1 JMW 2014-01-20 13:53:45 UTC
This ebuild requires two files in ${FILESDIR}. 1. A modified version of unixinst.py, and 2. a patch which I obtained here: https://launchpad.net/ubuntu/hardy/+source/uligo/0.3-6/+files/uligo_0.3-6.diff.gz. Attaching now.
Comment 2 JMW 2014-01-20 13:55:21 UTC
Created attachment 368240 [details]
Modified installation script

This is the installation script, which I have modified to follow Gentoo standards.
Comment 3 JMW 2014-01-20 13:56:34 UTC
Created attachment 368242 [details, diff]
Unfoo'd patch.

This is the patch mentioned above, extracted.