diff options
author | 2010-07-27 16:04:50 +0000 | |
---|---|---|
committer | 2010-07-27 16:04:50 +0000 | |
commit | a44c0568d8e64009e76113d72eb3b4ccb1296b2b (patch) | |
tree | c96547ba5ece3f2701165816677ab00586fea1a5 /media-plugins/mythnews | |
parent | Update to version that properly identifies itself as 0.23.1 (diff) | |
download | historical-a44c0568d8e64009e76113d72eb3b4ccb1296b2b.tar.gz historical-a44c0568d8e64009e76113d72eb3b4ccb1296b2b.tar.bz2 historical-a44c0568d8e64009e76113d72eb3b4ccb1296b2b.zip |
Update to version that properly identifies itself as 0.23.1
Package-Manager: portage-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.1_p25396.ebuild | 10 |
2 files changed, 17 insertions, 1 deletions
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog index f7fcb0947fd1..678af52d1268 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.50 2010/07/26 13:52:42 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.51 2010/07/27 16:03:45 cardoe Exp $ + +*mythnews-0.23.1_p25396 (27 Jul 2010) + + 27 Jul 2010; Doug Goldstein <cardoe@gentoo.org> + +mythnews-0.23.1_p25396.ebuild: + Update to version that properly identifies itself as 0.23.1 26 Jul 2010; Christian Faulhammer <fauli@gentoo.org> mythnews-0.22_p22991.ebuild: diff --git a/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild b/media-plugins/mythnews/mythnews-0.23.1_p25396.ebuild new file mode 100644 index 000000000000..c6ac5fbdc149 --- /dev/null +++ b/media-plugins/mythnews/mythnews-0.23.1_p25396.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.1_p25396.ebuild,v 1.1 2010/07/27 16:03:45 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="RSS feed news reading module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |