summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-11-08 02:23:23 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-11-08 02:23:23 +0000
commitc0cacbf4ca871a35d08bbf78563e4096798208c6 (patch)
treeaa41ef43e49f57319056b2584ca5b9b595f1bba2 /media-plugins/mythgame
parentadd 0.22 final version (diff)
downloadgentoo-2-c0cacbf4ca871a35d08bbf78563e4096798208c6.tar.gz
gentoo-2-c0cacbf4ca871a35d08bbf78563e4096798208c6.tar.bz2
gentoo-2-c0cacbf4ca871a35d08bbf78563e4096798208c6.zip
add 0.22 final version
(Portage version: 2.1.7.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog8
-rw-r--r--media-plugins/mythgame/mythgame-0.22_p22763.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 4205650b436a..d0fc664b8c12 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythgame
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.56 2009/07/19 04:57:45 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.57 2009/11/08 02:23:23 cardoe Exp $
+
+*mythgame-0.22_p22763 (08 Nov 2009)
+
+ 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org>
+ +mythgame-0.22_p22763.ebuild:
+ add 0.22 final version
19 Jul 2009; Doug Goldstein <cardoe@gentoo.org>
-mythgame-0.21_p17105.ebuild, mythgame-0.21_p17965.ebuild:
diff --git a/media-plugins/mythgame/mythgame-0.22_p22763.ebuild b/media-plugins/mythgame/mythgame-0.22_p22763.ebuild
new file mode 100644
index 000000000000..828ec3c38046
--- /dev/null
+++ b/media-plugins/mythgame/mythgame-0.22_p22763.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.22_p22763.ebuild,v 1.1 2009/11/08 02:23:23 cardoe Exp $
+
+EAPI=2
+inherit qt4 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
+}