summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-02-11 16:01:54 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-02-11 16:01:54 +0000
commit7582ba3dd7c62ad459395c47587241fd06c3f59a (patch)
tree8c78fc7bf32822408d639afef75ab64a7afc2005 /media-plugins/mythgame
parentnew revision that depends on ksvg instead of ksvgplugin+libksvg. bug 80270. (diff)
downloadhistorical-7582ba3dd7c62ad459395c47587241fd06c3f59a.tar.gz
historical-7582ba3dd7c62ad459395c47587241fd06c3f59a.tar.bz2
historical-7582ba3dd7c62ad459395c47587241fd06c3f59a.zip
revision bump
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog8
-rw-r--r--media-plugins/mythgame/Manifest16
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.171
-rw-r--r--media-plugins/mythgame/metadata.xml3
-rw-r--r--media-plugins/mythgame/mythgame-0.17.ebuild27
5 files changed, 42 insertions, 13 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 67da0d0f31e9..5a22c8747b05 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.20 2005/01/22 08:20:17 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.21 2005/02/11 15:56:54 cardoe Exp $
+
+*mythgame-0.17 (11 Feb 2005)
+
+ 11 Feb 2005; Doug Goldstein <cardoe@gentoo.org> metadata.xml,
+ +mythgame-0.17.ebuild:
+ revision bump
22 Jan 2005; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.13.ebuild,
-mythgame-0.14.ebuild, -mythgame-0.15.ebuild:
diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest
index 3eeb20ef9a0c..efc5ea1f70f9 100644
--- a/media-plugins/mythgame/Manifest
+++ b/media-plugins/mythgame/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 20e2255501865de5b568424821abf69d metadata.xml 161
-MD5 a8e82765cd60b915261d0d0065741733 ChangeLog 3180
+MD5 4c6d51179957a1cffc7b322cfca17a35 mythgame-0.17.ebuild 637
+MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
+MD5 7eeba40c69bff3d8dc913bc2e7dafdf2 ChangeLog 3316
MD5 26435a6a1ff8cc4fcab190401084337f mythgame-0.16.ebuild 621
+MD5 d6da9e35b7e18ddddf9af6617de83f35 files/digest-mythgame-0.17 65
MD5 f888a89361c8ecaa4657c919f5b95b25 files/digest-mythgame-0.16 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFB8g4C5+pdB4IBr0URAlZJAKCe/fHllTd6LxE4FBOWSr0vDyT7OACfQmdk
-ZqR+Kc0+o0mGvolyLjtt5DY=
-=lvZG
------END PGP SIGNATURE-----
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.17 b/media-plugins/mythgame/files/digest-mythgame-0.17
new file mode 100644
index 000000000000..be1f304201ec
--- /dev/null
+++ b/media-plugins/mythgame/files/digest-mythgame-0.17
@@ -0,0 +1 @@
+MD5 4f007eef830c49a9b64362a9f44c072b mythgame-0.17.tar.bz2 89043
diff --git a/media-plugins/mythgame/metadata.xml b/media-plugins/mythgame/metadata.xml
index a6b9e38a1b93..1cb3ba51155e 100644
--- a/media-plugins/mythgame/metadata.xml
+++ b/media-plugins/mythgame/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>media-tv</herd>
+<maintainer>
+ <email>cardoe@gentoo.org</email>
+</maintainer>
</pkgmetadata>
diff --git a/media-plugins/mythgame/mythgame-0.17.ebuild b/media-plugins/mythgame/mythgame-0.17.ebuild
new file mode 100644
index 000000000000..22aeb992562a
--- /dev/null
+++ b/media-plugins/mythgame/mythgame-0.17.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.17.ebuild,v 1.1 2005/02/11 15:56:54 cardoe 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=""
+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
+}