summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-18 07:41:37 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-18 07:41:37 +0000
commit267494ba96ce1c3a01f47f2ec40e80b2e040cda3 (patch)
tree1261edf1ed4873bd432199542e34cb16e3d16dc7 /media-plugins/mythweather
parentUpdated to use eclass updates. (diff)
downloadgentoo-2-267494ba96ce1c3a01f47f2ec40e80b2e040cda3.tar.gz
gentoo-2-267494ba96ce1c3a01f47f2ec40e80b2e040cda3.tar.bz2
gentoo-2-267494ba96ce1c3a01f47f2ec40e80b2e040cda3.zip
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r--media-plugins/mythweather/ChangeLog8
-rw-r--r--media-plugins/mythweather/Manifest18
-rw-r--r--media-plugins/mythweather/files/digest-mythweather-0.181
-rw-r--r--media-plugins/mythweather/mythweather-0.18.ebuild20
4 files changed, 33 insertions, 14 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog
index 71015e0ba5ee..20786e95198a 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.21 2005/02/11 07:30:21 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.22 2005/04/18 07:41:37 eradicator Exp $
+
+*mythweather-0.18 (18 Apr 2005)
+
+ 18 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ +mythweather-0.18.ebuild:
+ Version bump.
*mythweather-0.17 (11 Feb 2005)
diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest
index 0e5f0961f21f..5a679627395c 100644
--- a/media-plugins/mythweather/Manifest
+++ b/media-plugins/mythweather/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
MD5 adfb44e3dc7ff0e955f581384026c635 ChangeLog 3442
-MD5 3d86988c29f84c9200e1b74bc0bd5465 mythweather-0.17.ebuild 549
+MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
MD5 c2b08b63ffd5c2cf43d7c2c6b1908dde mythweather-0.16.ebuild 557
-MD5 fcbfd7a18d082191b4f69e5afaa2f17f files/digest-mythweather-0.17 69
+MD5 3d86988c29f84c9200e1b74bc0bd5465 mythweather-0.17.ebuild 549
+MD5 a45785830272f762abe7bf5faf20e2f8 mythweather-0.18.ebuild 562
MD5 282988e8e7273758479d38c84587cab5 files/digest-mythweather-0.16 69
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCDF9S5+pdB4IBr0URApAWAJ97nhgBSCMIxmEUuUVnQ65C0NSu1wCgg5QM
-Lir1aOrp0mxsr4kcrUi0ems=
-=SOMv
------END PGP SIGNATURE-----
+MD5 fcbfd7a18d082191b4f69e5afaa2f17f files/digest-mythweather-0.17 69
+MD5 e994e3c11d65c5762c760d5bb22021da files/digest-mythweather-0.18 70
diff --git a/media-plugins/mythweather/files/digest-mythweather-0.18 b/media-plugins/mythweather/files/digest-mythweather-0.18
new file mode 100644
index 000000000000..297d44c23408
--- /dev/null
+++ b/media-plugins/mythweather/files/digest-mythweather-0.18
@@ -0,0 +1 @@
+MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735
diff --git a/media-plugins/mythweather/mythweather-0.18.ebuild b/media-plugins/mythweather/mythweather-0.18.ebuild
new file mode 100644
index 000000000000..560c2c302817
--- /dev/null
+++ b/media-plugins/mythweather/mythweather-0.18.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.18.ebuild,v 1.1 2005/04/18 07:41:37 eradicator Exp $
+
+inherit myth
+
+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=">=sys-apps/sed-4
+ || ( ~media-tv/mythtv-${PV}* ~media-tv/mythfrontend-${PV} )"
+
+setup_pro() {
+ return 0
+}