summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-21 15:56:01 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-21 15:56:01 +0000
commitf2285b98de1e210b3155e40ddc9c8db1c6001cef (patch)
treeb8c20e119f337e626058284c1443d7d9b3e2658e /media-plugins/mythgame
parentStable on sparc wrt #189292 (diff)
downloadhistorical-f2285b98de1e210b3155e40ddc9c8db1c6001cef.tar.gz
historical-f2285b98de1e210b3155e40ddc9c8db1c6001cef.tar.bz2
historical-f2285b98de1e210b3155e40ddc9c8db1c6001cef.zip
trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog8
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.21_pre122420
-rw-r--r--media-plugins/mythgame/mythgame-0.21_pre12242.ebuild18
3 files changed, 25 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 5db261bc812f..9e779eaea42e 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.40 2007/06/28 21:04:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.41 2007/08/21 15:56:01 cardoe Exp $
+
+*mythgame-0.21_pre12242 (21 Aug 2007)
+
+ 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythgame-0.21_pre12242.ebuild:
+ trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.20.ebuild,
-mythgame-0.20_p13239.ebuild:
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.21_pre12242 b/media-plugins/mythgame/files/digest-mythgame-0.21_pre12242
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythgame/files/digest-mythgame-0.21_pre12242
diff --git a/media-plugins/mythgame/mythgame-0.21_pre12242.ebuild b/media-plugins/mythgame/mythgame-0.21_pre12242.ebuild
new file mode 100644
index 000000000000..6a440b677f8c
--- /dev/null
+++ b/media-plugins/mythgame/mythgame-0.21_pre12242.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.21_pre12242.ebuild,v 1.1 2007/08/21 15:56:01 cardoe 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
+}