diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-25 23:30:10 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-25 23:30:10 +0000 |
commit | 0a6d89b9a0a65373362aa58a5b9b8cdc21a36597 (patch) | |
tree | f914bd50720bc483cfbadd22ca0893743f4b276e /media-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-0a6d89b9a0a65373362aa58a5b9b8cdc21a36597.tar.gz gentoo-2-0a6d89b9a0a65373362aa58a5b9b8cdc21a36597.tar.bz2 gentoo-2-0a6d89b9a0a65373362aa58a5b9b8cdc21a36597.zip |
Version bump
(Portage version: 2.1.2.12)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/files/digest-mythgame-0.20.2_p14282 | 0 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.20.2_p14282.ebuild | 18 |
3 files changed, 25 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 59b10eb2a10f..9f612ade09a2 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.42 2007/08/21 16:18:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.43 2007/08/25 23:30:10 beandog Exp $ + +*mythgame-0.20.2_p14282 (25 Aug 2007) + + 25 Aug 2007; Steve Dibb <beandog@gentoo.org> + +mythgame-0.20.2_p14282.ebuild: + Version bump *mythgame-0.21_pre14242 (21 Aug 2007) diff --git a/media-plugins/mythgame/files/digest-mythgame-0.20.2_p14282 b/media-plugins/mythgame/files/digest-mythgame-0.20.2_p14282 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.20.2_p14282 diff --git a/media-plugins/mythgame/mythgame-0.20.2_p14282.ebuild b/media-plugins/mythgame/mythgame-0.20.2_p14282.ebuild new file mode 100644 index 000000000000..3e0af103cb06 --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.20.2_p14282.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.20.2_p14282.ebuild,v 1.1 2007/08/25 23:30:10 beandog Exp $ + +inherit mythtv-plugins subversion + +DESCRIPTION="Game emulator module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" + +src_install () { + mythtv-plugins_src_install || die "install failed" + + dodoc gamelist.xml +} |