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 | 366972aa97f949cb8ead007f3c15a8cbe4b8acd4 (patch) | |
tree | 284e3bc3b6d5f3df187d9d4169be7015be115a7e /media-plugins/mythgame | |
parent | ferdy suggested in bug 189639 to extend MANPATH, so the normal man command ca... (diff) | |
download | historical-366972aa97f949cb8ead007f3c15a8cbe4b8acd4.tar.gz historical-366972aa97f949cb8ead007f3c15a8cbe4b8acd4.tar.bz2 historical-366972aa97f949cb8ead007f3c15a8cbe4b8acd4.zip |
Version bump
Package-Manager: portage-2.1.2.12
Diffstat (limited to 'media-plugins/mythgame')
-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 +} |