diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 10:38:39 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-12 10:38:39 +0000 |
commit | dd5d6c393e9ea205f2930d080797647f33475605 (patch) | |
tree | 72c213dbd5ac1313e6d483646be301ab9f564a57 /media-plugins/mythweather | |
parent | clean up DEPENDs (diff) | |
download | historical-dd5d6c393e9ea205f2930d080797647f33475605.tar.gz historical-dd5d6c393e9ea205f2930d080797647f33475605.tar.bz2 historical-dd5d6c393e9ea205f2930d080797647f33475605.zip |
rev bump
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythweather/Manifest | 10 | ||||
-rw-r--r-- | media-plugins/mythweather/files/digest-mythweather-0.19 | 3 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.19.ebuild | 13 |
4 files changed, 33 insertions, 2 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index d1f5562edea6..56fd6d461c83 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythweather -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.29 2005/07/27 11:30:39 pvdabeel Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.30 2006/02/12 10:38:39 cardoe Exp $ + +*mythweather-0.19 (12 Feb 2006) + + 12 Feb 2006; Doug Goldstein <cardoe@gentoo.org> +mythweather-0.19.ebuild: + rev bump 27 Jul 2005; Pieter Van den Abeele <pvdabeel@gentoo.org> mythweather-0.18.1.ebuild: diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest index 90cd5c3b3f70..7f1b20688ca8 100644 --- a/media-plugins/mythweather/Manifest +++ b/media-plugins/mythweather/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9f5694172c944859b42d1764a3a22c57 ChangeLog 4541 RMD160 e6786a6e55c4bddea778dd3736eff779f44cbff3 ChangeLog 4541 SHA256 e40de57dcc2b60a26e9d927c5da0eb37af91864b55f0ecc89a17fe607f88b4d0 ChangeLog 4541 @@ -16,3 +19,10 @@ SHA256 a52bd5fb3673ebb1aa17f7d7a2bd0a1d9c6775ab9f3a8c3e2cf85461b95283c1 mythweat MD5 343f4604d96d67b7c25e3e969fdc5ccd mythweather-0.19.ebuild 462 RMD160 bfa1364247740a3d2adfe6b09466e1ee38e8a083 mythweather-0.19.ebuild 462 SHA256 c2460b8216411a8b81790223ad33a00304076591c71a3268680c43bf18ec3474 mythweather-0.19.ebuild 462 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD7xA9BtvusYtCZMsRAlIsAJ0a1umUk15TYyZKsQ7CjOLtG0CIbgCcCDG1 +oIFqAQLkXjEN6GdI/SBZthg= +=rErY +-----END PGP SIGNATURE----- diff --git a/media-plugins/mythweather/files/digest-mythweather-0.19 b/media-plugins/mythweather/files/digest-mythweather-0.19 new file mode 100644 index 000000000000..016213b09192 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.19 @@ -0,0 +1,3 @@ +MD5 201d60d5d60222038d8c97831f7e4288 mythplugins-0.19.tar.bz2 5418591 +RMD160 33e65196760476713cf91f1edf94b1e082475bfb mythplugins-0.19.tar.bz2 5418591 +SHA256 5dd3df0204bf22cbf5f9ee0a636bcbe4ea6fd8754dd23af78f35fc1feec8c0e7 mythplugins-0.19.tar.bz2 5418591 diff --git a/media-plugins/mythweather/mythweather-0.19.ebuild b/media-plugins/mythweather/mythweather-0.19.ebuild new file mode 100644 index 000000000000..7a059098bd7c --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.19.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.19.ebuild,v 1.1 2006/02/12 10:38:39 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Weather forecast module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" |