Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105201 - New ebuild: kde-misc/ksudoku: Sudoku Puzzle Generator and Solver for KDE.
Summary: New ebuild: kde-misc/ksudoku: Sudoku Puzzle Generator and Solver for KDE.
Status: RESOLVED FIXED
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: http://www.kde-apps.org/content/show....
Whiteboard:
Keywords: EBUILD
: 127605 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-07 17:48 UTC by mren
Modified: 2006-04-03 08:34 UTC (History)
7 users (show)

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


Attachments
ksudoku-0.1.ebuild (ksudoku-0.1.ebuild,324 bytes, text/plain)
2005-09-07 17:51 UTC, mren
Details
ksudoku-0.1.ebuild (ksudoku-0.1.ebuild,442 bytes, text/plain)
2005-09-08 07:25 UTC, mren
Details
ksudoku-0.2.ebuild (ksudoku-0.2.ebuild,443 bytes, text/plain)
2005-09-13 17:53 UTC, mren
Details
ksudoku-0.3.ebuild (ksudoku-0.3.ebuild,443 bytes, text/plain)
2005-09-29 13:33 UTC, mren
Details
ksudoku-0.3.ebuild (ksudoku-0.3.ebuild,372 bytes, text/plain)
2005-10-08 18:54 UTC, mren
Details
add ~amd64 keyword (ksudoku-0.3.ebuild.amd64.diff,232 bytes, patch)
2005-11-28 06:53 UTC, Ian
Details | Diff
ksudoku-0.3.ebuild (ksudoku-0.3.ebuild,379 bytes, text/plain)
2005-11-28 07:21 UTC, mren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mren 2005-09-07 17:48:30 UTC
New package.
A Sudoku Puzzle Generator and Solver for KDE.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 mren 2005-09-07 17:51:19 UTC
Created attachment 67880 [details]
ksudoku-0.1.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-08 02:42:55 UTC
1/ We cannot include an ebuild without the standard copyright header.
2/ Did you mean S=${WORKDIR}/${PN} ?

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3

Please, fix the above problems and reopen then.
Comment 3 mren 2005-09-08 07:25:08 UTC
Created attachment 67938 [details]
ksudoku-0.1.ebuild

updated ebuild: fixed the issues from comment 2
Comment 4 mren 2005-09-08 07:25:48 UTC
Reopen
Comment 5 mren 2005-09-13 17:53:03 UTC
Created attachment 68416 [details]
ksudoku-0.2.ebuild
Comment 6 Chetan Reddy 2005-09-15 22:46:19 UTC
I just wanted to say thanks to Markus for the ebuild.(I hope that this comment 
is not a waste of gentoo-bugzilla resources, is it?)
Comment 7 Chetan Reddy 2005-09-29 13:06:14 UTC
new version 0.3 is out. available at 
http://ksudoku.sourceforge.net/
Comment 8 mren 2005-09-29 13:13:06 UTC
I'v ejust read the announcement 5 minutes ago. 
Give me some time ;-) 
-- or add the new ebuild ;-)
Comment 9 mren 2005-09-29 13:33:59 UTC
Created attachment 69522 [details]
ksudoku-0.3.ebuild

#v+
CHANGE LOG 0.3

- Now it supports 3d puzzles (totally new!!)
- Open gl (qtglwidget) engine
- 3d puzzles supported 3x3x3, 4x4x4, 5x5x5 (hard)
- Now it generates also simmetric puzzles
- You can choose puzzle's simmetry type (random, diagonal, central, 4-way,
none)
- Fixed "Solve bug"
- Tracker can be hidden
- Rip function improved
- Support for 25x25 puzzles (625 numbers to place!)
- Faster
- Faster Checkpoint use: added shortcuts CTRL+A CTRL+E
#v-
Comment 10 Thomas Bettler 2005-10-01 04:32:28 UTC
I really get a strage behaviour trying to install ksudoku: 
(/usr/local/portage/kde-base/ksudoku/ksudoku-0.3.ebuild) 
 
>$ emerge -p ksudoku 
> 
>These are the packages that I would merge, in order: 
> 
>Calculating dependencies - 
>emerge: there are no ebuilds to satisfy "~kde-base/kdelibs-0.3". 
 
It seems that the dependencies don't work correctly. Hmmm. 
Comment 11 mren 2005-10-01 07:45:09 UTC
(In reply to comment #10)
> I really get a strage behaviour trying to install ksudoku: 
> (/usr/local/portage/kde-base/ksudoku/ksudoku-0.3.ebuild) 

I've put it in "/usr/local/portage/kde-misc/ksudoku". Maybe this helps.
ATM I don't have an other idea as it compiles cleanly on my system.
Comment 12 Stanislav Nikolov 2005-10-04 13:54:41 UTC
It compiles cleanly and runs ok here. Waiting for a official portage inclusion :)
Comment 13 Thomas Bettler 2005-10-08 04:54:30 UTC
Yes, as kde-misc/ksudoku it works correctly here now. 
Thanx 
Comment 14 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-08 17:49:38 UTC
- inheriting eutils is not necessary
- remove the line you've commented out
- remove the empty DEPEND
- src_unpack() is superfluous
Comment 15 mren 2005-10-08 18:54:14 UTC
Created attachment 70193 [details]
ksudoku-0.3.ebuild

updated ebuild, as mentioned in comment #14
Comment 16 Ian 2005-11-28 06:53:45 UTC
Created attachment 73728 [details, diff]
add ~amd64 keyword

This compiles and runs on amd64; Last time I asked someone to add the ~amd64
keyword, they told me to make a diff, so I've attatched one.
Comment 17 mren 2005-11-28 07:21:43 UTC
Created attachment 73733 [details]
ksudoku-0.3.ebuild

added ~amd64 keyword as mentioned in comment #16. Thx to Ian.
Comment 18 Laurent G. 2006-01-16 15:01:22 UTC
(In reply to comment #0)
> New package.
> A Sudoku Puzzle Generator and Solver for KDE.
> 
> Reproducible: Always
> Steps to Reproduce:
> 1.
> 2.
> 3.

Works ok on ppc too. Thanks all.
Comment 19 David Gurvich 2006-01-20 09:01:47 UTC
Not so good on ppc.
Works for 2D, puzzles too simple.  Crashes X if using 3D, hard lock of system.
Comment 20 Tobias Roeser 2006-02-27 00:37:47 UTC
This ebuild works flawless under x86, so please include it to portage.
Comment 21 Jakub Moc (RETIRED) gentoo-dev 2006-03-26 00:49:42 UTC
*** Bug 127605 has been marked as a duplicate of this bug. ***
Comment 22 Markus Ullmann (RETIRED) gentoo-dev 2006-04-03 08:34:20 UTC
In CVS now :)

Thanks for testing