diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 07:30:21 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-02-11 07:30:21 +0000 |
commit | 83961c397b4f4b6b7a7c22ae78e9fbf54007ccd2 (patch) | |
tree | efc252757259996c95ef2b887acb147fd1bfce03 /media-plugins | |
parent | revision bump. inherit kde-functions to set KDEDIR (diff) | |
download | gentoo-2-83961c397b4f4b6b7a7c22ae78e9fbf54007ccd2.tar.gz gentoo-2-83961c397b4f4b6b7a7c22ae78e9fbf54007ccd2.tar.bz2 gentoo-2-83961c397b4f4b6b7a7c22ae78e9fbf54007ccd2.zip |
revision bump
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythweather/Manifest | 16 | ||||
-rw-r--r-- | media-plugins/mythweather/files/digest-mythweather-0.17 | 1 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.17.ebuild | 20 |
4 files changed, 30 insertions, 14 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 07c416f9a039..71015e0ba5ee 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.20 2005/01/20 08:25:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.21 2005/02/11 07:30:21 cardoe Exp $ + +*mythweather-0.17 (11 Feb 2005) + + 11 Feb 2005; Doug Goldstein <cardoe@gentoo.org> +mythweather-0.17.ebuild: + revision bump *mythweather-0.16.20050119 (20 Jan 2005) diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest index 6ff0c82e86bd..f781c034fbaa 100644 --- a/media-plugins/mythweather/Manifest +++ b/media-plugins/mythweather/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 -MD5 38fa1900a95e6acc60b890180415fe26 mythweather-0.16.20050119.ebuild 592 -MD5 7f07fb65afb42930c51b01aa2ab0a2d2 ChangeLog 3316 +MD5 82195a386b033d87c48e8315927ea4e1 ChangeLog 3442 +MD5 4452c2bc76d833a63c6dc60b0917742a mythweather-0.17.ebuild 549 MD5 c2b08b63ffd5c2cf43d7c2c6b1908dde mythweather-0.16.ebuild 557 -MD5 87a09b93794c2ace4b5cfaec78934fee files/digest-mythweather-0.16.20050119 78 +MD5 fcbfd7a18d082191b4f69e5afaa2f17f files/digest-mythweather-0.17 69 MD5 282988e8e7273758479d38c84587cab5 files/digest-mythweather-0.16 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB72sC5+pdB4IBr0URAiXPAKCyj6+Yl9L84+sQnQF8IH5iNBqcNwCgiRPn -XZ6htM9oXRlO/K3yXB5ggfM= -=BSsY ------END PGP SIGNATURE----- diff --git a/media-plugins/mythweather/files/digest-mythweather-0.17 b/media-plugins/mythweather/files/digest-mythweather-0.17 new file mode 100644 index 000000000000..988e9f5b2d95 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.17 @@ -0,0 +1 @@ +MD5 0fd094601cc787e4fb1ce699f41f82ce mythweather-0.17.tar.bz2 871753 diff --git a/media-plugins/mythweather/mythweather-0.17.ebuild b/media-plugins/mythweather/mythweather-0.17.ebuild new file mode 100644 index 000000000000..6d22bc1c30b5 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.17.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.17.ebuild,v 1.1 2005/02/11 07:30:21 cardoe Exp $ + +inherit myth + +DESCRIPTION="Weather forecast module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +DEPEND=">=sys-apps/sed-4 + || ( ~media-tv/mythtv-${PV}* ~media-tv/mythfrontend-${PV} )" + +setup_pro() { + return 0 +} |