Bug 49765 - Maya ebuild should use cdrom_get_cds from eutils.eclass
Bug#: 49765 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: eradicator@gentoo.org Reported By: wolf31o2@gentoo.org
Component: Ebuilds
URL: 
Summary: Maya ebuild should use cdrom_get_cds from eutils.eclass
Keywords:  
Status Whiteboard: 
Opened: 2004-05-02 14:59 0000
Description:   Opened: 2004-05-02 14:59 0000
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 From Jeremy Huddleston (RETIRED) 2004-05-02 15:24:49 0000 -------
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 From Jeremy Huddleston (RETIRED) 2004-05-04 20:08:42 0000 -------
ok, I now use the eutils goodness =)

------- Comment #3 From Chris Gianelloni (RETIRED) 2004-05-05 07:07:07 0000 -------
Hehehe... yeah... CD_ROOT works the same as the MAYA_INSTALL_LOC