diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2005-07-27 11:30:39 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2005-07-27 11:30:39 +0000 |
commit | 2e15130b35eace3742c7daf851d995ce8378004d (patch) | |
tree | 296aeeb5b56ce497e7a66d325544d5840be6a343 /media-plugins/mythweather | |
parent | MythTV integrated Video conferencing (requires SIP). Now available on PowerPC (diff) | |
download | gentoo-2-2e15130b35eace3742c7daf851d995ce8378004d.tar.gz gentoo-2-2e15130b35eace3742c7daf851d995ce8378004d.tar.bz2 gentoo-2-2e15130b35eace3742c7daf851d995ce8378004d.zip |
MythTV weather module. Now stable on powerpc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.18.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index ba81e4b629b2..d1f5562edea6 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2005/06/29 08:11:30 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.29 2005/07/27 11:30:39 pvdabeel Exp $ + + 27 Jul 2005; Pieter Van den Abeele <pvdabeel@gentoo.org> + mythweather-0.18.1.ebuild: + MythTV Weather Module is now stable on PowerPC 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythweather-0.17.ebuild: remove old version diff --git a/media-plugins/mythweather/mythweather-0.18.1.ebuild b/media-plugins/mythweather/mythweather-0.18.1.ebuild index 6e20c5b06d3b..e2b61bc6af6b 100644 --- a/media-plugins/mythweather/mythweather-0.18.1.ebuild +++ b/media-plugins/mythweather/mythweather-0.18.1.ebuild @@ -1,6 +1,6 @@ # 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.4 2005/06/21 23:12:04 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.18.1.ebuild,v 1.5 2005/07/27 11:30:39 pvdabeel Exp $ inherit mythtv-plugins @@ -10,6 +10,6 @@ SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" DEPEND="~media-tv/mythtv-${PV}*" |