Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55320 - games-arcade/rocksndiamonds 3.0.8 -> 3.1.0
Summary: games-arcade/rocksndiamonds 3.0.8 -> 3.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-27 05:02 UTC by Tomer Chachamu
Modified: 2004-07-10 03:22 UTC (History)
0 users

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


Attachments
This ebuild just adds in three more level packs (Emerald Mine Club, Supaplex, DX-Boulderdash) (rocksndiamonds-3.1.0.ebuild,1.87 KB, text/plain)
2004-06-27 06:36 UTC, Tomer Chachamu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomer Chachamu 2004-06-27 05:02:10 UTC
games-arcade/rocksndiamonds is on version 3.0.8 not 3.1.0.

3.1.0 has many new features. :D

Reproducible: Always
Steps to Reproduce:
emerge -avu rocksndiamonds
Actual Results:  
Portage wanted to remerge 3.0.8

Expected Results:  
Emerged 3.1.0

-
Comment 1 Tomer Chachamu 2004-06-27 06:33:17 UTC
All it really needs is a version bump. However, I decided that I wanted some extra levels too, and created attached ebuild. Just make the digests and we're into ~x86!
Comment 2 Tomer Chachamu 2004-06-27 06:36:14 UTC
Created attachment 34270 [details]
This ebuild just adds in three more level packs (Emerald Mine Club, Supaplex, DX-Boulderdash)
Comment 3 Braden 2004-07-06 10:54:35 UTC
Thanks for the ebuild. The first time I built it, I got this error:

make[1]: Leaving directory `/var/tmp/portage/rocksndiamonds-3.1.0/work/rocksndiamonds-3.1.0/src'
make[1]: Entering directory `/var/tmp/portage/rocksndiamonds-3.1.0/work/rocksndiamonds-3.1.0/src'
make[2]: Entering directory `/var/tmp/portage/rocksndiamonds-3.1.0/work/rocksndiamonds-3.1.0/src/libgame'
gcc  -O2 -march=pentium3 -fomit-frame-pointer -DTARGET_SDL -I/usr/include/SDL -D_REENTRANT   -DRO_GAME_DIR="\"/usr/share/games/rocksndiamonds\"" -DRW_GAME_DIR="\"/var/games/rocksndiamonds\""   -c system.c
In file included from system.h:30,
                 from system.c:23:
sdl.h:20:21: SDL_net.h: No such file or directory
make[2]: *** [system.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/rocksndiamonds-3.1.0/work/rocksndiamonds-3.1.0/src/libgame'
make[1]: *** [libgame_dir] Error 2
make[1]: Leaving directory `/var/tmp/portage/rocksndiamonds-3.1.0/work/rocksndiamonds-3.1.0/src'
make: *** [sdl] Error 2

!!! ERROR: games-arcade/rocksndiamonds-3.1.0 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)

Obviously, sdl_net should be added as a dependency. 

Otherwise, works great! Thanks a lot - new version is really good - especially the "BD2K3" and "Game Inside" levels.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-07-10 03:22:32 UTC
version bumped in CVS.  Thanks for the ebuild and bug report.