<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>93403</bug_id>
          
          <creation_ts>2005-05-21 00:22 0000</creation_ts>
          <short_desc>mythgame-0.18.1 ebuild incorrect</short_desc>
          <delta_ts>2005-05-22 23:18:26 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>skandalfo@gmail.com</reporter>
          <assigned_to>media-tv@gentoo.org</assigned_to>
          <cc>daktaklakpak@eml.cc</cc>

      

      
          <long_desc isprivate="0">
            <who>skandalfo@gmail.com</who>
            <bug_when>2005-05-21 00:22:26 0000</bug_when>
            <thetext>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 &quot;install failed&quot;

    dodoc gamelist.xml
}</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cardoe@gentoo.org</who>
            <bug_when>2005-05-22 15:48:05 0000</bug_when>
            <thetext>Thank you. :) Fixed in CVS</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2005-05-22 23:18:26 0000</bug_when>
            <thetext>*** Bug 93624 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
    </bug>

</bugzilla>