Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49765 - Maya ebuild should use cdrom_get_cds from eutils.eclass
Summary: Maya ebuild should use cdrom_get_cds from eutils.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-02 14:59 UTC by Chris Gianelloni (RETIRED)
Modified: 2004-05-05 07:07 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Gianelloni (RETIRED) gentoo-dev 2004-05-02 14:59:52 UTC
I think the summary pretty much covers it.  We already have a method in portage which has been in use for reading from CD.  It would probably be better to use that, as it is much more robust and has much better error-checking.  It also makes it easier to only have one set of CD functions in use by ebuilds.

If you need any help, let me know.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-02 15:24:49 UTC
the problem is that not everyone will be installing off the CD... would it be acceptable to do this in the following order:

1) honor MAYA_INSTALL_LOC environment variable
2) fall back on using cdrom_get_cds if the above was not set?
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-04 20:08:42 UTC
ok, I now use the eutils goodness =)
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-05 07:07:07 UTC
Hehehe... yeah... CD_ROOT works the same as the MAYA_INSTALL_LOC