diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 03:58:55 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 03:58:55 +0000 |
commit | 9c543332cd17b29f0a88a6a8f548e668b327a3be (patch) | |
tree | 40cb26b95d3029b15cf4fce9e7613697aeb9955a /media-plugins/mythgame | |
parent | fix issue with dvdauthor arguments. Fix issue with non-ascii titles (diff) | |
download | gentoo-2-9c543332cd17b29f0a88a6a8f548e668b327a3be.tar.gz gentoo-2-9c543332cd17b29f0a88a6a8f548e668b327a3be.tar.bz2 gentoo-2-9c543332cd17b29f0a88a6a8f548e668b327a3be.zip |
fixes compile issues
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.21_p16668.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 5bdf7f38956e..31e2ccf590b4 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.49 2008/03/09 20:44:09 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.50 2008/04/01 03:58:55 cardoe Exp $ + +*mythgame-0.21_p16668 (01 Apr 2008) + + 01 Apr 2008; Doug Goldstein <cardoe@gentoo.org> + +mythgame-0.21_p16668.ebuild: + fixes compile issues *mythgame-0.21_p16468 (09 Mar 2008) diff --git a/media-plugins/mythgame/mythgame-0.21_p16668.ebuild b/media-plugins/mythgame/mythgame-0.21_p16668.ebuild new file mode 100644 index 000000000000..c1da1a8b5d49 --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.21_p16668.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.21_p16668.ebuild,v 1.1 2008/04/01 03:58:55 cardoe Exp $ + +inherit 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 +} |