diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 15:30:52 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 15:30:52 +0000 |
commit | 5caf3cf1e4e17edf1b87aa38893927d515d59af4 (patch) | |
tree | 56b7f9339ede07fadc569f1e4e7155772842dc34 /media-plugins/mythweather/mythweather-0.23.1_p25396.ebuild | |
parent | Add missing Prefix keywords, bug #290700 (diff) | |
download | historical-5caf3cf1e4e17edf1b87aa38893927d515d59af4.tar.gz historical-5caf3cf1e4e17edf1b87aa38893927d515d59af4.tar.bz2 historical-5caf3cf1e4e17edf1b87aa38893927d515d59af4.zip |
Update to version that properly identifies itself as 0.23.1
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
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 +} |