diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 15:52:16 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-27 15:52:16 +0000 |
commit | 14540516e9abc37f170ea026382ab4243c92afbf (patch) | |
tree | d00ee587350aa955907d95eac7b6dd89f6889d48 /media-plugins/mythgame | |
parent | Update to version that properly identifies itself as 0.23.1 (diff) | |
download | gentoo-2-14540516e9abc37f170ea026382ab4243c92afbf.tar.gz gentoo-2-14540516e9abc37f170ea026382ab4243c92afbf.tar.bz2 gentoo-2-14540516e9abc37f170ea026382ab4243c92afbf.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/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 745988dd39e3..bd7a0a0e139d 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.60 2010/07/26 13:47:29 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.61 2010/07/27 15:52:16 cardoe Exp $ + +*mythgame-0.23.1_p25396 (27 Jul 2010) + + 27 Jul 2010; Doug Goldstein <cardoe@gentoo.org> + +mythgame-0.23.1_p25396.ebuild: + Update to version that properly identifies itself as 0.23.1 26 Jul 2010; Christian Faulhammer <fauli@gentoo.org> mythgame-0.22_p22763.ebuild: diff --git a/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild b/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild new file mode 100644 index 000000000000..3cbc1352f5f6 --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild,v 1.1 2010/07/27 15:52:16 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="Game emulator module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" + +src_install () { + mythtv-plugins_src_install + + dodoc gamelist.xml +} |