diff options
author | 2009-11-08 02:23:23 +0000 | |
---|---|---|
committer | 2009-11-08 02:23:23 +0000 | |
commit | c0cacbf4ca871a35d08bbf78563e4096798208c6 (patch) | |
tree | aa41ef43e49f57319056b2584ca5b9b595f1bba2 /media-plugins/mythgame/mythgame-0.22_p22763.ebuild | |
parent | add 0.22 final version (diff) | |
download | gentoo-2-c0cacbf4ca871a35d08bbf78563e4096798208c6.tar.gz gentoo-2-c0cacbf4ca871a35d08bbf78563e4096798208c6.tar.bz2 gentoo-2-c0cacbf4ca871a35d08bbf78563e4096798208c6.zip |
add 0.22 final version
(Portage version: 2.1.7.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythgame/mythgame-0.22_p22763.ebuild')
-rw-r--r-- | media-plugins/mythgame/mythgame-0.22_p22763.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/mythgame/mythgame-0.22_p22763.ebuild b/media-plugins/mythgame/mythgame-0.22_p22763.ebuild new file mode 100644 index 000000000000..828ec3c38046 --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.22_p22763.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.22_p22763.ebuild,v 1.1 2009/11/08 02:23:23 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 +} |