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 | 9858096ca8e6f7b2c91606e3d5424d07be5acef1 (patch) | |
tree | d3f556378bc3268e187693fedd30aa8b400ef3e3 /media-plugins/mythgame | |
parent | fix issue with dvdauthor arguments. Fix issue with non-ascii titles (diff) | |
download | historical-9858096ca8e6f7b2c91606e3d5424d07be5acef1.tar.gz historical-9858096ca8e6f7b2c91606e3d5424d07be5acef1.tar.bz2 historical-9858096ca8e6f7b2c91606e3d5424d07be5acef1.zip |
fixes compile issues
Package-Manager: portage-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 +} |