First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 105201
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: mren <bugs@rennings.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ksudoku-0.1.ebuild ksudoku-0.1.ebuild text/plain mren 2005-09-07 17:51 0000 324 bytes Details
ksudoku-0.1.ebuild ksudoku-0.1.ebuild text/plain mren 2005-09-08 07:25 0000 442 bytes Details
ksudoku-0.2.ebuild ksudoku-0.2.ebuild text/plain mren 2005-09-13 17:53 0000 443 bytes Details
ksudoku-0.3.ebuild ksudoku-0.3.ebuild text/plain mren 2005-09-29 13:33 0000 443 bytes Details
ksudoku-0.3.ebuild ksudoku-0.3.ebuild text/plain mren 2005-10-08 18:54 0000 372 bytes Details
ksudoku-0.3.ebuild.amd64.diff add ~amd64 keyword patch Ian 2005-11-28 06:53 0000 232 bytes Details | Diff
ksudoku-0.3.ebuild ksudoku-0.3.ebuild text/plain mren 2005-11-28 07:21 0000 379 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105201 depends on: Show dependency tree
Bug 105201 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-07 17:48 0000
New package.
A Sudoku Puzzle Generator and Solver for KDE.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From mren 2005-09-07 17:51:19 0000 -------
Created an attachment (id=67880) [edit]
ksudoku-0.1.ebuild

------- Comment #2 From Jakub Moc (RETIRED) 2005-09-08 02:42:55 0000 -------
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 From mren 2005-09-08 07:25:08 0000 -------
Created an attachment (id=67938) [edit]
ksudoku-0.1.ebuild

updated ebuild: fixed the issues from comment 2

------- Comment #4 From mren 2005-09-08 07:25:48 0000 -------
Reopen

------- Comment #5 From mren 2005-09-13 17:53:03 0000 -------
Created an attachment (id=68416) [edit]
ksudoku-0.2.ebuild

------- Comment #6 From Chetan Reddy 2005-09-15 22:46:19 0000 -------
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 From Chetan Reddy 2005-09-29 13:06:14 0000 -------
new version 0.3 is out. available at 
http://ksudoku.sourceforge.net/

------- Comment #8 From mren 2005-09-29 13:13:06 0000 -------
I'v ejust read the announcement 5 minutes ago. 
Give me some time ;-) 
-- or add the new ebuild ;-)

------- Comment #9 From mren 2005-09-29 13:33:59 0000 -------
Created an attachment (id=69522) [edit]
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 From Thomas Bettler 2005-10-01 04:32:28 0000 -------
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 From mren 2005-10-01 07:45:09 0000 -------
(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 From Stanislav Nikolov 2005-10-04 13:54:41 0000 -------
It compiles cleanly and runs ok here. Waiting for a official portage inclusion
:)

------- Comment #13 From Thomas Bettler 2005-10-08 04:54:30 0000 -------
Yes, as kde-misc/ksudoku it works correctly here now. 
Thanx 

------- Comment #14 From Carsten Lohrke 2005-10-08 17:49:38 0000 -------
- inheriting eutils is not necessary
- remove the line you've commented out
- remove the empty DEPEND
- src_unpack() is superfluous

------- Comment #15 From mren 2005-10-08 18:54:14 0000 -------
Created an attachment (id=70193) [edit]
ksudoku-0.3.ebuild

updated ebuild, as mentioned in comment #14

------- Comment #16 From Ian 2005-11-28 06:53:45 0000 -------
Created an attachment (id=73728) [edit]
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 From mren 2005-11-28 07:21:43 0000 -------
Created an attachment (id=73733) [edit]
ksudoku-0.3.ebuild

added ~amd64 keyword as mentioned in comment #16. Thx to Ian.

------- Comment #18 From Laurent G. 2006-01-16 15:01:22 0000 -------
(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 From David Gurvich 2006-01-20 09:01:47 0000 -------
Not so good on ppc.
Works for 2D, puzzles too simple.  Crashes X if using 3D, hard lock of system.

------- Comment #20 From Tobias Roeser 2006-02-27 00:37:47 0000 -------
This ebuild works flawless under x86, so please include it to portage.

------- Comment #21 From Jakub Moc (RETIRED) 2006-03-26 00:49:42 0000 -------
*** Bug 127605 has been marked as a duplicate of this bug. ***

------- Comment #22 From Markus Ullmann 2006-04-03 08:34:20 0000 -------
In CVS now :)

Thanks for testing

First Last Prev Next    No search results available      Search page      Enter new bug