summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-18 08:18:00 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-18 08:18:00 +0000
commit17e59e6d44e1c367224ae14fd54219e4d81b5420 (patch)
tree59daf28a6eabf13bf2a2500b24c7b24d94e6d5c4 /media-plugins/mythgame
parentVersion bump. (diff)
downloadgentoo-2-17e59e6d44e1c367224ae14fd54219e4d81b5420.tar.gz
gentoo-2-17e59e6d44e1c367224ae14fd54219e4d81b5420.tar.bz2
gentoo-2-17e59e6d44e1c367224ae14fd54219e4d81b5420.zip
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog8
-rw-r--r--media-plugins/mythgame/Manifest18
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.181
-rw-r--r--media-plugins/mythgame/mythgame-0.18.ebuild27
4 files changed, 40 insertions, 14 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 5a22c8747b05..968fe9a10ee9 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythgame
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.21 2005/02/11 15:56:54 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.22 2005/04/18 08:13:44 eradicator Exp $
+
+*mythgame-0.18 (18 Apr 2005)
+
+ 18 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ +mythgame-0.18.ebuild:
+ Version bump.
*mythgame-0.17 (11 Feb 2005)
diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest
index efbcd358d03d..41c73a301020 100644
--- a/media-plugins/mythgame/Manifest
+++ b/media-plugins/mythgame/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 7b259adef918426c39b46539dad63dfa mythgame-0.17.ebuild 637
+MD5 b9ce174258c757979cda916527bbe107 ChangeLog 3445
MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
-MD5 8e376d08d227b73cfa80ec24af788b8b ChangeLog 3316
MD5 26435a6a1ff8cc4fcab190401084337f mythgame-0.16.ebuild 621
-MD5 d6da9e35b7e18ddddf9af6617de83f35 files/digest-mythgame-0.17 65
+MD5 7b259adef918426c39b46539dad63dfa mythgame-0.17.ebuild 637
+MD5 524095ca19fe227e40589077665c5547 mythgame-0.18.ebuild 650
MD5 f888a89361c8ecaa4657c919f5b95b25 files/digest-mythgame-0.16 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCDNXO5+pdB4IBr0URAr74AKCzIaEYxwSBrdENdxrwroGdlEbwxQCdETF/
-EkH/+Glb9spWAsIT+brFnCQ=
-=Fi6/
------END PGP SIGNATURE-----
+MD5 d6da9e35b7e18ddddf9af6617de83f35 files/digest-mythgame-0.17 65
+MD5 e994e3c11d65c5762c760d5bb22021da files/digest-mythgame-0.18 70
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.18 b/media-plugins/mythgame/files/digest-mythgame-0.18
new file mode 100644
index 000000000000..297d44c23408
--- /dev/null
+++ b/media-plugins/mythgame/files/digest-mythgame-0.18
@@ -0,0 +1 @@
+MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735
diff --git a/media-plugins/mythgame/mythgame-0.18.ebuild b/media-plugins/mythgame/mythgame-0.18.ebuild
new file mode 100644
index 000000000000..9128758fab44
--- /dev/null
+++ b/media-plugins/mythgame/mythgame-0.18.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.18.ebuild,v 1.1 2005/04/18 08:13:44 eradicator Exp $
+
+inherit myth
+
+DESCRIPTION="Game emulator module for MythTV."
+HOMEPAGE="http://www.mythtv.org/"
+SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
+IUSE=""
+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 || die "install failed"
+
+ dodoc gamelist.xml
+}