diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-23 18:11:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-23 18:11:31 +0000 |
commit | ac1298e9153746b157a8ab8d2088f51bccea0214 (patch) | |
tree | fc38dab2f30d61133671f45e1c761b9d7e9d5bbf | |
parent | Initial import (diff) | |
download | gentoo-2-ac1298e9153746b157a8ab8d2088f51bccea0214.tar.gz gentoo-2-ac1298e9153746b157a8ab8d2088f51bccea0214.tar.bz2 gentoo-2-ac1298e9153746b157a8ab8d2088f51bccea0214.zip |
bump to newer upstream revision
(Portage version: 2.1.5_rc6)
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.21_p17105.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 31e2ccf590b4..fdea3951bf92 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.50 2008/04/01 03:58:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.51 2008/04/23 18:11:31 cardoe Exp $ + +*mythgame-0.21_p17105 (23 Apr 2008) + + 23 Apr 2008; Doug Goldstein <cardoe@gentoo.org> + +mythgame-0.21_p17105.ebuild: + bump to newer upstream revision *mythgame-0.21_p16668 (01 Apr 2008) diff --git a/media-plugins/mythgame/mythgame-0.21_p17105.ebuild b/media-plugins/mythgame/mythgame-0.21_p17105.ebuild new file mode 100644 index 000000000000..263e90e75077 --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.21_p17105.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_p17105.ebuild,v 1.1 2008/04/23 18:11:31 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 +} |