Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263965 - ebuild for the 3D physics platform game polly-b-gone
Summary: ebuild for the 3D physics platform game polly-b-gone
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://cs.stanford.edu/people/mbostoc...
Whiteboard:
Keywords: EBUILD
Depends on: 90041
Blocks:
  Show dependency tree
 
Reported: 2009-03-27 12:10 UTC by Account removed
Modified: 2010-03-17 10:51 UTC (History)
3 users (show)

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


Attachments
games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild (polly-b-gone-1.0.ebuild,1.10 KB, text/plain)
2009-03-27 12:11 UTC, Account removed
Details
games-puzzle/polly-b-gone/files/linuxpaths.diff (linuxpaths.diff,8.64 KB, patch)
2009-03-27 12:12 UTC, Account removed
Details | Diff
games-puzzle/polly-b-gone/files/polly-b-gone.png (polly-b-gone.png,5.22 KB, image/png)
2009-03-27 12:13 UTC, Account removed
Details
games-puzzle/polly-b-gone/files/linuxpaths.diff (linuxpaths.diff,8.64 KB, patch)
2009-03-27 13:18 UTC, Account removed
Details | Diff
games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild (polly-b-gone-1.0.ebuild,1.12 KB, text/plain)
2009-03-27 14:00 UTC, Account removed
Details
/games-puzzle/polly-b-gone/files/linuxpaths.diff (linuxpaths.diff,8.80 KB, patch)
2009-03-27 14:09 UTC, Account removed
Details | Diff
polly-b-gone-1.0.ebuild (polly-b-gone-1.0.ebuild,1.13 KB, text/plain)
2009-03-27 17:47 UTC, Piotr Szymaniak
Details
1.0-libs.patch (1.0-libs.patch,6.51 KB, patch)
2009-03-27 17:49 UTC, Piotr Szymaniak
Details | Diff
1.0-Makefile.patch (1.0-Makefile.patch,2.20 KB, patch)
2009-03-27 17:51 UTC, Piotr Szymaniak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Account removed 2009-03-27 12:10:49 UTC
initial ebuild for the 3D physics platform game polly-b-glot,
a 3D physics platform game - won the grand prize in the 10th annual CS 248 video game competition!

Reproducible: Always




depends on dev-util/tinyxml from sunrise overlay
Comment 1 Account removed 2009-03-27 12:11:37 UTC
Created attachment 186415 [details]
games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild
Comment 2 Account removed 2009-03-27 12:12:59 UTC
Created attachment 186417 [details, diff]
games-puzzle/polly-b-gone/files/linuxpaths.diff
Comment 3 Account removed 2009-03-27 12:13:32 UTC
Created attachment 186419 [details]
games-puzzle/polly-b-gone/files/polly-b-gone.png
Comment 4 Account removed 2009-03-27 13:18:45 UTC
Created attachment 186425 [details, diff]
games-puzzle/polly-b-gone/files/linuxpaths.diff

on a 2nd testmachine it was required to also link against libglut,
so adding it to the patch.
Should it also depend on media-libs/freeglut?
Comment 5 Account removed 2009-03-27 14:00:54 UTC
Created attachment 186429 [details]
games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild

depend on media-libs/freeglut
Comment 6 Account removed 2009-03-27 14:09:45 UTC
Created attachment 186430 [details, diff]
/games-puzzle/polly-b-gone/files/linuxpaths.diff

minor cosmetics in makefile to have libs outside of LDFLAGS.
thx to jlec for reporting
Comment 7 Piotr Szymaniak 2009-03-27 17:47:44 UTC
Created attachment 186459 [details]
polly-b-gone-1.0.ebuild

Updated ebuild.

repoman still complains a lot about wrong (R)DEPEND (tinyxml from sunrise):

  RDEPEND.bad                   6
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0/desktop) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0/developer) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0/server) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(hardened/x86) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(hardened/linux/x86) ['dev-util/tinyxml']
  DEPEND.bad                    6
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0/desktop) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0/developer) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(default/linux/x86/2008.0/server) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(hardened/x86) ['dev-util/tinyxml']
   games-puzzle/polly-b-gone/polly-b-gone-1.0.ebuild: ~x86(hardened/linux/x86) ['dev-util/tinyxml']
Comment 8 Piotr Szymaniak 2009-03-27 17:49:59 UTC
Created attachment 186460 [details, diff]
1.0-libs.patch

Linux libs patch.
Comment 9 Piotr Szymaniak 2009-03-27 17:51:28 UTC
Created attachment 186461 [details, diff]
1.0-Makefile.patch

Makefile patch (both patches are splited and updated Marcel Unbehaun patch ;).
Comment 10 Account removed 2009-03-30 06:29:20 UTC
Comment on attachment 186430 [details, diff]
/games-puzzle/polly-b-gone/files/linuxpaths.diff

thx for splitting lazy_bum!
Comment 11 Serg Lopa 2009-10-12 06:00:48 UTC
http://www.glo.com/
Comment 12 Account removed 2009-10-12 06:14:13 UTC
could s.o. delete spam #11?
no need for free-for-sale urls in bgo
Comment 13 Serg Lopa 2009-10-12 06:51:26 UTC
This is not spam, I just got the wrong url
Comment 14 Account removed 2010-03-16 12:39:31 UTC
game is in official overlay gamerlay