summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-27 06:36:35 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-27 06:36:35 +0000
commit0bda863455b6d0792215598699b3576b156cda09 (patch)
tree608e0861c40924cb8535498042a5fed153723396 /media-plugins/mythgame
parentCorrected digest (diff)
downloadhistorical-0bda863455b6d0792215598699b3576b156cda09.tar.gz
historical-0bda863455b6d0792215598699b3576b156cda09.tar.bz2
historical-0bda863455b6d0792215598699b3576b156cda09.zip
bump to 0.20.1 release
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog7
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.20.13
-rw-r--r--media-plugins/mythgame/mythgame-0.20.1.ebuild18
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
+}