diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-06-10 14:50:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-06-10 14:50:53 +0000 |
commit | 022b6540dcba25ef922fe88bb8a3c0ad3527daaf (patch) | |
tree | 4f361fa2110763cfb12c4b2434db54904a23ce33 /media-plugins/mythnews | |
parent | Linux patch version 2.6.32.15 (diff) | |
download | gentoo-2-022b6540dcba25ef922fe88bb8a3c0ad3527daaf.tar.gz gentoo-2-022b6540dcba25ef922fe88bb8a3c0ad3527daaf.tar.bz2 gentoo-2-022b6540dcba25ef922fe88bb8a3c0ad3527daaf.zip |
Add experimental ebuild for MythTV 0.23
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r-- | media-plugins/mythnews/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythnews/mythnews-0.23_p25065.ebuild | 10 |
2 files changed, 17 insertions, 1 deletions
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index 725e0ef70bbe..4da57797c0c4 100644 --- a/media-plugins/mythnews/ChangeLog +++ b/media-plugins/mythnews/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythnews # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.48 2010/05/26 15:58:56 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.49 2010/06/10 14:50:53 cardoe Exp $ + +*mythnews-0.23_p25065 (10 Jun 2010) + + 10 Jun 2010; Doug Goldstein <cardoe@gentoo.org> + +mythnews-0.23_p25065.ebuild: + Add experimental ebuild for MythTV 0.23 26 May 2010; Doug Goldstein <cardoe@gentoo.org> -mythnews-0.22_p22763.ebuild, -mythnews-0.22_p22807.ebuild: diff --git a/media-plugins/mythnews/mythnews-0.23_p25065.ebuild b/media-plugins/mythnews/mythnews-0.23_p25065.ebuild new file mode 100644 index 000000000000..09023c19266d --- /dev/null +++ b/media-plugins/mythnews/mythnews-0.23_p25065.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.23_p25065.ebuild,v 1.1 2010/06/10 14:50:53 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="RSS feed news reading module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |