diff options
author | 2007-04-27 06:25:57 +0000 | |
---|---|---|
committer | 2007-04-27 06:25:57 +0000 | |
commit | 798a7a51e6e494403461ee63e90a442cbf750480 (patch) | |
tree | 273228da1e95ca33b2bd0b27bbaede7f7db8c302 /media-plugins/mythgame | |
parent | bump to 0.20.1 release (diff) | |
download | gentoo-2-798a7a51e6e494403461ee63e90a442cbf750480.tar.gz gentoo-2-798a7a51e6e494403461ee63e90a442cbf750480.tar.bz2 gentoo-2-798a7a51e6e494403461ee63e90a442cbf750480.zip |
bump to 0.20.1 release
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythgame/files/digest-mythgame-0.20.1 | 3 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.20.1.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index def1f9b20e01..b189f7dd71e6 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,11 @@ # 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.36 2007/04/20 00:16:46 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.37 2007/04/27 06:25:57 cardoe Exp $ + +*mythgame-0.20.1 (27 Apr 2007) + + 27 Apr 2007; Doug Goldstein <cardoe@gentoo.org> +mythgame-0.20.1.ebuild: + bump to 0.20.1 release 20 Apr 2007; Doug Goldstein <cardoe@gentoo.org> mythgame-0.20_p13239.ebuild: diff --git a/media-plugins/mythgame/files/digest-mythgame-0.20.1 b/media-plugins/mythgame/files/digest-mythgame-0.20.1 new file mode 100644 index 000000000000..2d8a71e36917 --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.20.1 @@ -0,0 +1,3 @@ +MD5 e03aedc6a1dc2f9d28d599195d75d6fc mythplugins-0.20.1.tar.bz2 17425315 +RMD160 2cb935dd1af8142654dd41260e640db5bb4464ef mythplugins-0.20.1.tar.bz2 17425315 +SHA256 7a850fa22e831a3b33fd4715ba34bdc6e99c2f5a404dbb3414b99222bb075f04 mythplugins-0.20.1.tar.bz2 17425315 diff --git a/media-plugins/mythgame/mythgame-0.20.1.ebuild b/media-plugins/mythgame/mythgame-0.20.1.ebuild new file mode 100644 index 000000000000..5282ee64acd9 --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.20.1.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.1.ebuild,v 1.1 2007/04/27 06:25:57 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 || die "install failed" + + dodoc gamelist.xml +} |