Mythweather Current Conditions screen fails to display on current mythweather versions. The problem is due to errors in parsing data from the NWS xml feed, as documented in MythTV bug #7128 (http://svn.mythtv.org/trac/ticket/7128). Although that specific bug report applies to newer MythTV versions that also have a problem with the "copyright" tag, current versions in portage (17719 and 20069) have the other parsing problems. I have backported the patch, with the exception of the copyright tags, so that it fixes the parsing problems in current portage versions. In addition, my proposed ebuild fixes the mythweather permissions problems documented in gentoo bug #279744, which also applies to all current portage versions. This issue is caused by the distribution not providing proper script permissions on the files, and then simply copying them to the install directory. As shown on the MythWeather module page, these scripts need to have their permissions set (see "Script Permissions" at http://www.mythtv.org/wiki/MythWeather). These patches also fix an issue with missing or blank Weather page in www-apps/mythweb. This symptom is also due to the incorrect permissions problem documented above, for anybody experiencing that symptom.
Created attachment 205630 [details, diff] The patch for nwsxml.pl
Created attachment 205632 [details, diff] A patch which should work with current ebuilds.
Thanks Jerry. Fixed both 0.21 and 0.22