summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-05-20 09:10:36 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-05-20 09:10:36 +0000
commite0855e444b738ad4959861408510e4dae3b9bde5 (patch)
treedf89934ef7a7bee16b43b183f5bec89c83c639f4 /media-plugins/mythweather
parenta little src_compile cleanage (diff)
downloadgentoo-2-e0855e444b738ad4959861408510e4dae3b9bde5.tar.gz
gentoo-2-e0855e444b738ad4959861408510e4dae3b9bde5.tar.bz2
gentoo-2-e0855e444b738ad4959861408510e4dae3b9bde5.zip
rev bump; new eclass; clean ups
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r--media-plugins/mythweather/ChangeLog8
-rw-r--r--media-plugins/mythweather/Manifest14
-rw-r--r--media-plugins/mythweather/files/digest-mythweather-0.18.11
-rw-r--r--media-plugins/mythweather/mythweather-0.18.1.ebuild15
4 files changed, 26 insertions, 12 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog
index 20786e95198a..9919541b16c5 100644
--- a/media-plugins/mythweather/ChangeLog
+++ b/media-plugins/mythweather/ChangeLog
@@ -1,6 +1,12 @@
# 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.22 2005/04/18 07:41:37 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.23 2005/05/20 09:10:36 cardoe Exp $
+
+*mythweather-0.18.1 (20 May 2005)
+
+ 20 May 2005; Doug Goldstein <cardoe@gentoo.org>
+ +mythweather-0.18.1.ebuild:
+ rev bump; new eclass; cleanups;
*mythweather-0.18 (18 Apr 2005)
diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest
index 2392eb2699b6..25d857365c16 100644
--- a/media-plugins/mythweather/Manifest
+++ b/media-plugins/mythweather/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 15fef5439035044a181d95dd8d26d705 ChangeLog 3581
+MD5 594f5e3d387635a5a6584dcc91a522cc ChangeLog 3731
MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
MD5 c2b08b63ffd5c2cf43d7c2c6b1908dde mythweather-0.16.ebuild 557
MD5 3d86988c29f84c9200e1b74bc0bd5465 mythweather-0.17.ebuild 549
MD5 4d0aa170df887de32586ef7674b487ad mythweather-0.18.ebuild 566
+MD5 9b70ffb3919bf72aca3de69f1cae8a77 mythweather-0.18.1.ebuild 495
MD5 282988e8e7273758479d38c84587cab5 files/digest-mythweather-0.16 69
MD5 fcbfd7a18d082191b4f69e5afaa2f17f files/digest-mythweather-0.17 69
MD5 e994e3c11d65c5762c760d5bb22021da files/digest-mythweather-0.18 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCY2S+ArHZZzCEUG0RAkC8AJ90vVXQQHv5oL5zhDBlrMGJKJX6mgCfQgdE
-09B5FzJY5ppaWEHEe/S3t/I=
-=09kL
------END PGP SIGNATURE-----
+MD5 8739e9d1295223762426254acdc96551 files/digest-mythweather-0.18.1 72
diff --git a/media-plugins/mythweather/files/digest-mythweather-0.18.1 b/media-plugins/mythweather/files/digest-mythweather-0.18.1
new file mode 100644
index 000000000000..204d389e2528
--- /dev/null
+++ b/media-plugins/mythweather/files/digest-mythweather-0.18.1
@@ -0,0 +1 @@
+MD5 1d94d19e2a13c24a408ced9b6c4f5b47 mythplugins-0.18.1.tar.bz2 2523885
diff --git a/media-plugins/mythweather/mythweather-0.18.1.ebuild b/media-plugins/mythweather/mythweather-0.18.1.ebuild
new file mode 100644
index 000000000000..df8e90ae71e3
--- /dev/null
+++ b/media-plugins/mythweather/mythweather-0.18.1.ebuild
@@ -0,0 +1,15 @@
+# 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.18.1.ebuild,v 1.1 2005/05/20 09:10:36 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="~x86 ~amd64"
+
+DEPEND="~media-tv/mythtv-${PV}*"