diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 20:06:28 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 20:06:28 +0000 |
commit | fa6eb096e50c0587ceb8d10631ea361d1325c88d (patch) | |
tree | 420f372df2c1d172d069ce36740085dde69cb1af /media-plugins | |
parent | Version bump (diff) | |
download | historical-fa6eb096e50c0587ceb8d10631ea361d1325c88d.tar.gz historical-fa6eb096e50c0587ceb8d10631ea361d1325c88d.tar.bz2 historical-fa6eb096e50c0587ceb8d10631ea361d1325c88d.zip |
Version bump
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythweather/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythweather/files/digest-mythweather-0.16 | 1 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.16.ebuild | 20 |
4 files changed, 30 insertions, 2 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 50a21ac00d31..b017ff5fbbe4 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/mythweather # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.16 2004/08/07 23:23:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.17 2004/09/10 20:06:28 aliz Exp $ + +*mythweather-0.16 (10 Sep 2004) + + 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythweather-0.16.ebuild: + Version bump. 08 Aug 2004; Tom Martin <slarti@gentoo.org> mythweather-0.13.ebuild, mythweather-0.14.ebuild, mythweather-0.15.ebuild: diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest index a89c7dad44c7..ce21c0c3e022 100644 --- a/media-plugins/mythweather/Manifest +++ b/media-plugins/mythweather/Manifest @@ -1,8 +1,10 @@ MD5 dee38b0bca68f33be5f2e3d19d74b3e2 mythweather-0.14.ebuild 997 +MD5 c21827354c3de9fb6d6b3062c0460b5b mythweather-0.16.ebuild 556 MD5 0b8fe25eba8010822d3422d17b63ef4e mythweather-0.13.ebuild 983 MD5 a5aca28eff5cc6e7491c3a80d359e76b mythweather-0.15.ebuild 999 -MD5 0371a4866ab4bbbdc7d4409a602ed5a6 ChangeLog 2635 +MD5 f9642c5f59f4fe85426fe589236db548 ChangeLog 2756 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 ea775d05013e97dd4c419804de2ed3b6 files/digest-mythweather-0.13 69 MD5 1ab52ed2da7b97e38a6f31621371a400 files/digest-mythweather-0.14 69 MD5 acf4a287fc12a8d0a64dc92ac04c4522 files/digest-mythweather-0.15 69 +MD5 282988e8e7273758479d38c84587cab5 files/digest-mythweather-0.16 69 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.16 b/media-plugins/mythweather/files/digest-mythweather-0.16 new file mode 100644 index 000000000000..d74cde806d41 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.16 @@ -0,0 +1 @@ +MD5 3d25afbf0a70a794dc8d4144c424681c mythweather-0.16.tar.bz2 863892 diff --git a/media-plugins/mythweather/mythweather-0.16.ebuild b/media-plugins/mythweather/mythweather-0.16.ebuild new file mode 100644 index 000000000000..68893f7451c4 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.16.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.16.ebuild,v 1.1 2004/09/10 20:06:28 aliz 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="debug nls" +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 +} |