Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113811 - G3D Ebuild Request
Summary: G3D Ebuild Request
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-11-28 09:51 UTC by Eddie Parker
Modified: 2018-12-03 12:58 UTC (History)
2 users (show)

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


Attachments
G3D ebuild (g3d-6.07.ebuild,1.17 KB, text/plain)
2005-11-28 20:28 UTC, Eddie Parker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eddie Parker 2005-11-28 09:51:21 UTC
I'd love to see an ebuild for the G3D Engine (http://g3d-cpp.sourceforge.net).
I'll see if I can put one together, but if someone already has, I'd love to see
it up here! (dev-libs/g3d ?)

(I saw nothing in the search on bugs.gentoo.org)

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-11-28 11:14:16 UTC
it'd go under the 'dev-games' category
Comment 2 Eddie Parker 2005-11-28 20:28:19 UTC
Created attachment 73776 [details]
G3D ebuild

This is the G3D ebuild I've built. Please comment, but this is one of my first
ebuilds, so please be gentle. :)
Comment 3 SpanKY gentoo-dev 2005-11-28 20:31:44 UTC
cvs ebuilds are useful sure, but we're not about to add them to portage

other comments:
- use distutils eclass to handle the python cruft
- use 'dodir' instead of 'mkdir -p'
- DEPEND atoms must always contain category/package-name
Comment 4 Eddie Parker 2005-11-28 20:44:25 UTC
Ah. Fair enough.

I forgot to mention, G3D is a bit wonky and I'm not sure the best way to handle it.

Basically they distribute a zip, but it comes without a build system. They
advise syncing to their CVS to get the build system, but rather than do that I
figured it best to sync to a revision. I'm not sure what's best to do in this case?

As for the other comments, I'll fix up the ebuild later (I'm on the run in a
bit)... Or should I bother, since this might not get added to portage anyhow?
Comment 5 Khyota 2008-12-25 23:36:32 UTC
G3D uses CMake now, with its iCompile tool. Can someone update to 7.01?