diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-27 06:36:35 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-27 06:36:35 +0000 |
commit | 7828bd8994b637a2f8ba9ad0c4ee52c0a4518f41 (patch) | |
tree | 16cecfaad122dc27c84a68005abb0963d9f6fe29 /media-plugins | |
parent | bump to 0.20.1 release (diff) | |
download | gentoo-2-7828bd8994b637a2f8ba9ad0c4ee52c0a4518f41.tar.gz gentoo-2-7828bd8994b637a2f8ba9ad0c4ee52c0a4518f41.tar.bz2 gentoo-2-7828bd8994b637a2f8ba9ad0c4ee52c0a4518f41.zip |
bump to 0.20.1 release
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythweather/files/digest-mythweather-0.20.1 | 3 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.20.1.ebuild | 9 |
3 files changed, 19 insertions, 1 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index a630fbf1d679..b2def3e2aa2f 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.34 2007/04/20 00:55:56 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.35 2007/04/27 06:36:35 cardoe Exp $ + +*mythweather-0.20.1 (27 Apr 2007) + + 27 Apr 2007; Doug Goldstein <cardoe@gentoo.org> + +mythweather-0.20.1.ebuild: + bump to 0.20.1 release 20 Apr 2007; Doug Goldstein <cardoe@gentoo.org> -mythweather-0.19.ebuild: remove old version diff --git a/media-plugins/mythweather/files/digest-mythweather-0.20.1 b/media-plugins/mythweather/files/digest-mythweather-0.20.1 new file mode 100644 index 000000000000..2d8a71e36917 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.20.1 @@ -0,0 +1,3 @@ +MD5 e03aedc6a1dc2f9d28d599195d75d6fc mythplugins-0.20.1.tar.bz2 17425315 +RMD160 2cb935dd1af8142654dd41260e640db5bb4464ef mythplugins-0.20.1.tar.bz2 17425315 +SHA256 7a850fa22e831a3b33fd4715ba34bdc6e99c2f5a404dbb3414b99222bb075f04 mythplugins-0.20.1.tar.bz2 17425315 diff --git a/media-plugins/mythweather/mythweather-0.20.1.ebuild b/media-plugins/mythweather/mythweather-0.20.1.ebuild new file mode 100644 index 000000000000..68a7b70c2f51 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.20.1.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.20.1.ebuild,v 1.1 2007/04/27 06:36:35 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Weather forecast module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |