diff options
Diffstat (limited to 'media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild')
-rw-r--r-- | media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild b/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild new file mode 100644 index 000000000000..dd6f2a249b49 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild,v 1.1 2010/07/27 15:30:52 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="Weather forecast module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-perl/DateManip + dev-perl/ImageSize + dev-perl/SOAP-Lite + dev-perl/XML-Simple + dev-perl/XML-Parser + dev-perl/XML-SAX" + +src_install() { + mythtv-plugins_src_install + + # correct permissions so MythWeather is actually usable + fperms 755 /usr/share/mythtv/mythweather/scripts/*/*.pl +} |