Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236195 - games-arcade/pydza : new ebuild
Summary: games-arcade/pydza : new ebuild
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: 2008-08-30 10:53 UTC by François DORIN
Modified: 2018-12-03 12:57 UTC (History)
0 users

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


Attachments
first ebuild for pydza (pydza-0.2.1.ebuild,942 bytes, text/plain)
2008-08-30 10:53 UTC, François DORIN
Details
A minor modification (pydza-0.2.1.ebuild,899 bytes, text/plain)
2008-08-30 10:58 UTC, François DORIN
Details
add a missing license for music files (pydza-0.2.1.ebuild,959 bytes, text/plain)
2008-09-02 17:24 UTC, François DORIN
Details
update to 0.2.2 : option bug fixed (pydza-0.2.2.ebuild,959 bytes, text/plain)
2008-09-02 20:42 UTC, François DORIN
Details
Creative Common Attribution ShareAlike NonCommercial version 3.0 (CCPL-Attribution-ShareAlike-NonCommercial-3.0,20.73 KB, text/plain)
2008-09-02 21:12 UTC, François DORIN
Details
update the Creative Common license version from 2.5 to 3.0 (pydza-0.2.2.ebuild,959 bytes, text/plain)
2008-09-02 21:14 UTC, François DORIN
Details
A more readable license file (CCPL-Attribution-ShareAlike-NonCommercial-3.0,21.68 KB, text/plain)
2008-09-02 21:38 UTC, François DORIN
Details
ebuild for the svn based version of pydza (pydza-9999.ebuild,851 bytes, text/plain)
2009-02-24 20:42 UTC, François DORIN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description François DORIN 2008-08-30 10:53:00 UTC
Ebuild creation for Pydza.

Pydza is a free 2d game featuring fun gameplay and challenging levels. You'll be travelling through a cute world full of pizza ingredients, squishing walking tomatoes and catching pieces of pizza.

website : http://pydza.labo-linux.org

Reproducible: Always

Steps to Reproduce:
Comment 1 François DORIN 2008-08-30 10:53:37 UTC
Created attachment 164115 [details]
first ebuild for pydza
Comment 2 François DORIN 2008-08-30 10:58:29 UTC
Created attachment 164116 [details]
A minor modification
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2008-09-02 06:27:08 UTC
Seems pretty fragile.  The very first thing I did was start it up and go into the settings.  Backtraced on the Back option:

  File "./src/pydza.py", line 37, in <module>
    if not main_menu.run(): break
  File "/usr/share/games/pydza/src/main_menu.py", line 154, in run
    settings.run()
  File "/usr/share/games/pydza/src/settings.py", line 145, in run
    menu_items[7][1] = pydzafw.font.render(_(pygame.key.name(config.settings['retry'])), 1, (255, 255, 255))
TypeError: 'pygame.Surface' object does not support item assignment

This was with pygame-1.8.1

Seems like it could use some work so I'll mark this later and maybe we'll pick up a later version.

Also... the ebuild needs to reflect the license of the music files.
Comment 4 François DORIN 2008-09-02 16:15:44 UTC
(In reply to comment #3)
> Seems pretty fragile.  The very first thing I did was start it up and go into
> the settings.  Backtraced on the Back option:
Thank for the bug report. Delevoppers were notified of it.


> Also... the ebuild needs to reflect the license of the music files.
Ok, I will correct it and post a new ebuild.

Comment 5 François DORIN 2008-09-02 17:24:24 UTC
Created attachment 164384 [details]
add a missing license for music files
Comment 6 François DORIN 2008-09-02 17:25:43 UTC
(In reply to comment #3)
> Seems pretty fragile.  The very first thing I did was start it up and go into
> the settings.  Backtraced on the Back option:
> 
>   File "./src/pydza.py", line 37, in <module>
>     if not main_menu.run(): break
>   File "/usr/share/games/pydza/src/main_menu.py", line 154, in run
>     settings.run()
>   File "/usr/share/games/pydza/src/settings.py", line 145, in run
>     menu_items[7][1] =
> pydzafw.font.render(_(pygame.key.name(config.settings['retry'])), 1, (255, 255,
> 255))
> TypeError: 'pygame.Surface' object does not support item assignment
> 
The bug was fixed in the svn version. I will modify the ebuild as soon as a new version is released...
Comment 7 François DORIN 2008-09-02 20:42:26 UTC
Created attachment 164404 [details]
update to 0.2.2 : option bug fixed
Comment 8 François DORIN 2008-09-02 21:12:00 UTC
Created attachment 164413 [details]
Creative Common Attribution ShareAlike NonCommercial version 3.0

The license is unavailable in /usr/portage/licenses. So, there is one ;-)
Comment 9 François DORIN 2008-09-02 21:14:00 UTC
Created attachment 164414 [details]
update the Creative Common license version from 2.5 to 3.0
Comment 10 François DORIN 2008-09-02 21:38:20 UTC
Created attachment 164427 [details]
A more readable license file
Comment 11 François DORIN 2008-09-03 21:51:47 UTC
Hi,

I reopen the bug report, since the bug reported by Mr. Bones has been fixed. 
Comment 12 François DORIN 2009-02-24 20:42:56 UTC
Created attachment 183065 [details]
ebuild for the svn based version of pydza