diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 15:53:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 15:53:03 +0000 |
commit | f9d2a4ac9e7d288e50e126989c06f35274e7da41 (patch) | |
tree | 64d62cd43049c0194e4cda344c5dd10aed7c4fc4 /media-plugins/mythmovies | |
parent | Update to version that properly identifies itself as 0.23.1 (diff) | |
download | gentoo-2-f9d2a4ac9e7d288e50e126989c06f35274e7da41.tar.gz gentoo-2-f9d2a4ac9e7d288e50e126989c06f35274e7da41.tar.bz2 gentoo-2-f9d2a4ac9e7d288e50e126989c06f35274e7da41.zip |
Update to version that properly identifies itself as 0.23.1
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythmovies')
-rw-r--r-- | media-plugins/mythmovies/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythmovies/mythmovies-0.23.1_p25396.ebuild | 10 |
2 files changed, 17 insertions, 1 deletions
diff --git a/media-plugins/mythmovies/ChangeLog b/media-plugins/mythmovies/ChangeLog index 68825ac027aa..b27ad72932ff 100644 --- a/media-plugins/mythmovies/ChangeLog +++ b/media-plugins/mythmovies/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythmovies # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmovies/ChangeLog,v 1.16 2010/07/26 13:48:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmovies/ChangeLog,v 1.17 2010/07/27 15:53:03 cardoe Exp $ + +*mythmovies-0.23.1_p25396 (27 Jul 2010) + + 27 Jul 2010; Doug Goldstein <cardoe@gentoo.org> + +mythmovies-0.23.1_p25396.ebuild: + Update to version that properly identifies itself as 0.23.1 26 Jul 2010; Christian Faulhammer <fauli@gentoo.org> mythmovies-0.22_p23469.ebuild: diff --git a/media-plugins/mythmovies/mythmovies-0.23.1_p25396.ebuild b/media-plugins/mythmovies/mythmovies-0.23.1_p25396.ebuild new file mode 100644 index 000000000000..06d6bc3b3f8a --- /dev/null +++ b/media-plugins/mythmovies/mythmovies-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/mythmovies/mythmovies-0.23.1_p25396.ebuild,v 1.1 2010/07/27 15:53:03 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="Local movie listings via MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" |