diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 03:53:07 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 03:53:07 +0000 |
commit | 188c5ca7bcf54554486658e9ef0accc02773a3ac (patch) | |
tree | cfec843983f083256f9dc37a163d6b9085c1769e /media-plugins/mythweather | |
parent | stabilize newer version. remove old version. (diff) | |
download | gentoo-2-188c5ca7bcf54554486658e9ef0accc02773a3ac.tar.gz gentoo-2-188c5ca7bcf54554486658e9ef0accc02773a3ac.tar.bz2 gentoo-2-188c5ca7bcf54554486658e9ef0accc02773a3ac.zip |
add 0.22 final version
(Portage version: 2.1.7.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.22_p22763.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 2529bb52c5de..c14aea035d15 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.56 2009/11/08 03:52:14 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.57 2009/11/08 03:53:07 cardoe Exp $ + +*mythweather-0.22_p22763 (08 Nov 2009) + + 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org> + +mythweather-0.22_p22763.ebuild: + add 0.22 final version 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org> -mythweather-0.21_p17719.ebuild, mythweather-0.21_p20069.ebuild: diff --git a/media-plugins/mythweather/mythweather-0.22_p22763.ebuild b/media-plugins/mythweather/mythweather-0.22_p22763.ebuild new file mode 100644 index 000000000000..fd8b6095b16b --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.22_p22763.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.22_p22763.ebuild,v 1.1 2009/11/08 03:53:07 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" |