diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 05:57:23 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 05:57:23 +0000 |
commit | 63a9d252b7fbc019a2ac46362878bcdf39abfd04 (patch) | |
tree | 6f7c24827d2347143f5190636ae61321b5d86e56 /media-plugins/mythnews | |
parent | stable bump (diff) | |
download | gentoo-2-63a9d252b7fbc019a2ac46362878bcdf39abfd04.tar.gz gentoo-2-63a9d252b7fbc019a2ac46362878bcdf39abfd04.tar.bz2 gentoo-2-63a9d252b7fbc019a2ac46362878bcdf39abfd04.zip |
version bump. fix jpeg thumbnail usage
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r-- | media-plugins/mythnews/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/mythnews/mythnews-0.22_p22991.ebuild | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index 0d4b4197923b..f7ee7b666bc8 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,12 @@ # 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.46 2009/11/18 00:21:29 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.47 2010/01/04 05:57:23 cardoe Exp $ + +*mythnews-0.22_p22991 (04 Jan 2010) + + 04 Jan 2010; Doug Goldstein <cardoe@gentoo.org> + +mythnews-0.22_p22991.ebuild: + version bump. fix jpeg thumbnail usage 18 Nov 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml: replace media-tv herd for MythTV diff --git a/media-plugins/mythnews/mythnews-0.22_p22991.ebuild b/media-plugins/mythnews/mythnews-0.22_p22991.ebuild new file mode 100644 index 000000000000..61472a9452bc --- /dev/null +++ b/media-plugins/mythnews/mythnews-0.22_p22991.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.22_p22991.ebuild,v 1.1 2010/01/04 05:57:23 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="RSS feed news reading module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |