summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-10 19:49:29 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-10 19:49:29 +0000
commit5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc (patch)
tree05d8842be666cafe3f7db320475ff835205d0acf /media-plugins/mythgame
parentrevision bump: ant moved to ant-core (Manifest recommit) (diff)
downloadgentoo-2-5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc.tar.gz
gentoo-2-5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc.tar.bz2
gentoo-2-5bc44c9bacc478c9bccd4cb2819d33e440ef8ddc.zip
Version bump
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog7
-rw-r--r--media-plugins/mythgame/Manifest2
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.161
-rw-r--r--media-plugins/mythgame/mythgame-0.16.ebuild27
4 files changed, 36 insertions, 1 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 5a4ee9ad20d9..7732a32021c6 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/mythgame
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.16 2004/06/24 23:33:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.17 2004/09/10 19:49:24 aliz Exp $
+
+*mythgame-0.16 (10 Sep 2004)
+
+ 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythgame-0.16.ebuild:
+ Version bump
*mythgame-0.15 (01 Jun 2004)
diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest
index c5b431e3b197..70da6fd6ab4a 100644
--- a/media-plugins/mythgame/Manifest
+++ b/media-plugins/mythgame/Manifest
@@ -1,4 +1,5 @@
MD5 a2c91a046b00107283592e54761359a7 mythgame-0.14.ebuild 1009
+MD5 a8ca977464d0577afc44d7a9a7095fec mythgame-0.16.ebuild 597
MD5 35dc0e50811535aa5716e9a0b629a835 mythgame-0.13.ebuild 1984
MD5 09de7f98234c5288e88b79bf592a5232 mythgame-0.15.ebuild 1011
MD5 25fb44a1b3d92d3a64a258293e1d9408 ChangeLog 2670
@@ -6,3 +7,4 @@ MD5 20e2255501865de5b568424821abf69d metadata.xml 161
MD5 ba98a6a8ff627a1e603a490d0c21a131 files/digest-mythgame-0.13 65
MD5 b2fb16ec79b3ec5d217bc4d12d5701a9 files/digest-mythgame-0.14 65
MD5 e5049b74067dde8ebda7ffbd4938d9b7 files/digest-mythgame-0.15 65
+MD5 f888a89361c8ecaa4657c919f5b95b25 files/digest-mythgame-0.16 65
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.16 b/media-plugins/mythgame/files/digest-mythgame-0.16
new file mode 100644
index 000000000000..005c18f37f5d
--- /dev/null
+++ b/media-plugins/mythgame/files/digest-mythgame-0.16
@@ -0,0 +1 @@
+MD5 cbcb73a0bbf5677518388697f9e716bc mythgame-0.16.tar.bz2 68112
diff --git a/media-plugins/mythgame/mythgame-0.16.ebuild b/media-plugins/mythgame/mythgame-0.16.ebuild
new file mode 100644
index 000000000000..2ee04174e9eb
--- /dev/null
+++ b/media-plugins/mythgame/mythgame-0.16.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.16.ebuild,v 1.1 2004/09/10 19:49:24 aliz Exp $
+
+inherit myth
+
+DESCRIPTION="Game emulator module for MythTV."
+HOMEPAGE="http://www.mythtv.org/"
+SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
+IUSE="debug nls"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND=">=sys-apps/sed-4
+ sys-libs/zlib
+ || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
+
+setup_pro() {
+ return 0
+}
+
+src_install () {
+ myth_src_install
+
+ dodoc gamelist.xml
+}