diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 02:28:18 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 02:28:18 +0000 |
commit | fd7ab8a429ce589269679e2b91a4e5df01b674b6 (patch) | |
tree | 3e5bcc60b19797b3cda99fad92bccdbd818fb6d6 /media-plugins/mythgame | |
parent | add 0.22 final version (diff) | |
download | historical-fd7ab8a429ce589269679e2b91a4e5df01b674b6.tar.gz historical-fd7ab8a429ce589269679e2b91a4e5df01b674b6.tar.bz2 historical-fd7ab8a429ce589269679e2b91a4e5df01b674b6.zip |
add 0.22 final version
Package-Manager: portage-2.1.7.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.22_p22763.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 4205650b436a..d0fc664b8c12 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.56 2009/07/19 04:57:45 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.57 2009/11/08 02:23:23 cardoe Exp $ + +*mythgame-0.22_p22763 (08 Nov 2009) + + 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org> + +mythgame-0.22_p22763.ebuild: + add 0.22 final version 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.21_p17105.ebuild, mythgame-0.21_p17965.ebuild: 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 +} |