summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2010-06-10 14:46:41 +0000
committerDoug Goldstein <cardoe@gentoo.org>2010-06-10 14:46:41 +0000
commit0b385dd65c6f1aa4be842fa1e168799b8bd844cf (patch)
tree6bb647cac549f1ca6d4dd9c2d1f964949d52f0dc /media-plugins/mythgame
parentAdd experimental ebuild for MythTV 0.23 (diff)
downloadgentoo-2-0b385dd65c6f1aa4be842fa1e168799b8bd844cf.tar.gz
gentoo-2-0b385dd65c6f1aa4be842fa1e168799b8bd844cf.tar.bz2
gentoo-2-0b385dd65c6f1aa4be842fa1e168799b8bd844cf.zip
Add experimental ebuild for MythTV 0.23
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog10
-rw-r--r--media-plugins/mythgame/mythgame-0.23_p25065.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 97ca235b5cba..910eb2ea86e2 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.58 2009/11/17 23:04:24 cardoe Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.59 2010/06/10 14:46:41 cardoe Exp $
+
+*mythgame-0.23_p25065 (10 Jun 2010)
+
+ 10 Jun 2010; Doug Goldstein <cardoe@gentoo.org>
+ +mythgame-0.23_p25065.ebuild:
+ Add experimental ebuild for MythTV 0.23
17 Nov 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
replace media-tv herd for MythTV
diff --git a/media-plugins/mythgame/mythgame-0.23_p25065.ebuild b/media-plugins/mythgame/mythgame-0.23_p25065.ebuild
new file mode 100644
index 000000000000..64f28e7c5d2c
--- /dev/null
+++ b/media-plugins/mythgame/mythgame-0.23_p25065.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.23_p25065.ebuild,v 1.1 2010/06/10 14:46:41 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
+}