diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-26 15:53:28 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-26 15:53:28 +0000 |
commit | 3e78bfd87bd88eb6b25bc0568e0e34e778710b9e (patch) | |
tree | fee5063d361009cfa40c1bfd67072846c0af60c2 /media-plugins/mythweather | |
parent | Fix tests with Ruby 1.9.2. (diff) | |
download | historical-3e78bfd87bd88eb6b25bc0568e0e34e778710b9e.tar.gz historical-3e78bfd87bd88eb6b25bc0568e0e34e778710b9e.tar.bz2 historical-3e78bfd87bd88eb6b25bc0568e0e34e778710b9e.zip |
Upstream fix for some addition maps, UTF-8 support and updating.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.23.1_p25367.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 786d9c6680ba..588796854ceb 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythweather # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.62 2010/07/26 13:56:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.63 2010/07/26 15:53:28 cardoe Exp $ + +*mythweather-0.23.1_p25367 (26 Jul 2010) + + 26 Jul 2010; Doug Goldstein <cardoe@gentoo.org> + +mythweather-0.23.1_p25367.ebuild: + Upstream fix for some addition maps, UTF-8 support and updating. 26 Jul 2010; Christian Faulhammer <fauli@gentoo.org> mythweather-0.22_p22991.ebuild: diff --git a/media-plugins/mythweather/mythweather-0.23.1_p25367.ebuild b/media-plugins/mythweather/mythweather-0.23.1_p25367.ebuild new file mode 100644 index 000000000000..fecbef305bb7 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.23.1_p25367.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_p25367.ebuild,v 1.1 2010/07/26 15:53:28 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 +} |