Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37107 - linux-ldraw-library-20030311.ebuild (New Package)
Summary: linux-ldraw-library-20030311.ebuild (New Package)
Status: RESOLVED WONTFIX
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: 2004-01-03 07:45 UTC by Alex Zinner
Modified: 2005-07-27 16:20 UTC (History)
3 users (show)

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


Attachments
linux-ldraw-library-20030311.ebuild (linux-ldraw-library-20030311.ebuild,618 bytes, text/plain)
2004-01-03 07:48 UTC, Alex Zinner
Details
Missing inherit patch (linux-ldraw-library-20030311.patch,306 bytes, patch)
2004-09-26 16:25 UTC, Giulio Prina Ricotti
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Zinner 2004-01-03 07:45:28 UTC
This is just the ebuild for the widgets needed by LeoCAD and LDraw, both are LEGO CAD programmes that allow you to build 3d LEGO models.

Awox

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alex Zinner 2004-01-03 07:48:55 UTC
Created attachment 23064 [details]
linux-ldraw-library-20030311.ebuild
Comment 2 Giulio Prina Ricotti 2004-09-26 16:25:04 UTC
Created attachment 40489 [details, diff]
Missing inherit patch
Comment 3 Giulio Prina Ricotti 2004-09-26 16:40:45 UTC
Comment on attachment 40489 [details, diff]
Missing inherit patch

the ebuild uses enewgroup, which is part of eutils eclass...
Comment 4 Alexandru Toma 2004-10-25 06:17:53 UTC
Why do you need a new group? What's wrong with the users group?

Other issues with the ebuild:
1. The ebuild is missing the correct header (/usr/portage/header.txt)
2. Missing IUSE=""
3. DEPENDS and RDEPENDS should be DEPEND and RDEPEND respectively
4. I think virtual/glibc was changed to virtual/libc (please correct me if I'm wrong)
5. Programs are not supposed to write in their installation directories (at least that's what I think you intended to do with that chmod a+w). The program would require patching in that case.
6. src_install () -> src_install()
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-07-27 16:20:48 UTC
Fix the ebuild and reopen then.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3