diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 05:58:18 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 05:58:18 +0000 |
commit | 9426009a4dca132fdecb789278be6761c6a865ef (patch) | |
tree | bae30d8e67b989e6771cbfad4c742840785f2296 /media-plugins/mythweather | |
parent | version bump. fix jpeg thumbnail usage (diff) | |
download | gentoo-2-9426009a4dca132fdecb789278be6761c6a865ef.tar.gz gentoo-2-9426009a4dca132fdecb789278be6761c6a865ef.tar.bz2 gentoo-2-9426009a4dca132fdecb789278be6761c6a865ef.zip |
version bump. fixes some grabbers
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.22_p22991.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index ddfc343efa83..e594dd28dd25 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythweather -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.59 2009/11/18 00:23:26 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.60 2010/01/04 05:58:18 cardoe Exp $ + +*mythweather-0.22_p22991 (04 Jan 2010) + + 04 Jan 2010; Doug Goldstein <cardoe@gentoo.org> + +mythweather-0.22_p22991.ebuild: + version bump. fixes some grabbers 18 Nov 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml: replace media-tv herd for MythTV diff --git a/media-plugins/mythweather/mythweather-0.22_p22991.ebuild b/media-plugins/mythweather/mythweather-0.22_p22991.ebuild new file mode 100644 index 000000000000..cf9c1453d673 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.22_p22991.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.22_p22991.ebuild,v 1.1 2010/01/04 05:58:18 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 +} |