Bug 93403 - mythgame-0.18.1 ebuild incorrect
Bug#: 93403 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-tv@gentoo.org Reported By: skandalfo@gmail.com
Component: Applications
URL: 
Summary: mythgame-0.18.1 ebuild incorrect
Keywords:  
Status Whiteboard: 
Opened: 2005-05-21 00:22 0000
Description:   Opened: 2005-05-21 00:22 0000
The ebuild for mythgame-0.18.1 fails to build.

It provides a src_install function that tries to call some older (for whole
mythtv) version of eclass-provided function; however, it seems that there is a
plugin-specific eclass now.


Reproducible: Always
Steps to Reproduce:
1. Try to emerge mythgame-0.18.1
2.
3.

Actual Results:  
Missing shell function call prevents emerging.

Fixing the src_install() function in the ebuild fixes the problem.

Expected Results:  
The package builds and install properly.

The next corrected function in the ebuild fixes the problem (note the call to
the updated mythtv-plugins_src_install):

src_install () {
    mythtv-plugins_src_install || die "install failed"

    dodoc gamelist.xml
}

------- Comment #1 From Doug Goldstein 2005-05-22 15:48:05 0000 -------
Thank you. :) Fixed in CVS

------- Comment #2 From Jakub Moc (RETIRED) 2005-05-22 23:18:26 0000 -------
*** Bug 93624 has been marked as a duplicate of this bug. ***