diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-12 22:48:12 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-12 22:48:12 +0000 |
commit | 208211bbddcf9f43a2808a73a1b77537975d8167 (patch) | |
tree | 7965d49dc018c0a653d8e0b757d83ee1384f6955 /media-plugins/mythnews | |
parent | Version bump, bug #291932. Clean up old revisions. (diff) | |
download | gentoo-2-208211bbddcf9f43a2808a73a1b77537975d8167.tar.gz gentoo-2-208211bbddcf9f43a2808a73a1b77537975d8167.tar.bz2 gentoo-2-208211bbddcf9f43a2808a73a1b77537975d8167.zip |
makes some widgets optional, which fixes MythNews not working with Metallurgy theme
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r-- | media-plugins/mythnews/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythnews/mythnews-0.22_p22807.ebuild | 10 |
2 files changed, 18 insertions, 1 deletions
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index 8e99c38fd386..1038dc4f7e2a 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/mythnews # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.44 2009/11/08 03:25:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.45 2009/11/12 22:48:12 cardoe Exp $ + +*mythnews-0.22_p22807 (12 Nov 2009) + + 12 Nov 2009; Doug Goldstein <cardoe@gentoo.org> + +mythnews-0.22_p22807.ebuild: + makes some widgets optional, which fixes MythNews not working with + Metallurgy theme 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org> -mythnews-0.21_p17105.ebuild, mythnews-0.21_p20585.ebuild: diff --git a/media-plugins/mythnews/mythnews-0.22_p22807.ebuild b/media-plugins/mythnews/mythnews-0.22_p22807.ebuild new file mode 100644 index 000000000000..5b2401ec29b6 --- /dev/null +++ b/media-plugins/mythnews/mythnews-0.22_p22807.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.22_p22807.ebuild,v 1.1 2009/11/12 22:48:12 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="RSS feed news reading module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |