summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-05-22 22:48:37 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-05-22 22:48:37 +0000
commit5fa1c05de57b28c76426de2f2ccacffbb2ae33ef (patch)
tree757fd693f7f8e44a41c04943fd3dfe44b1e8e4b8 /media-plugins/mythgame
parentfixed init script (diff)
downloadhistorical-5fa1c05de57b28c76426de2f2ccacffbb2ae33ef.tar.gz
historical-5fa1c05de57b28c76426de2f2ccacffbb2ae33ef.tar.bz2
historical-5fa1c05de57b28c76426de2f2ccacffbb2ae33ef.zip
fixed bug #93403. Wrong eclass function usage.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog5
-rw-r--r--media-plugins/mythgame/Manifest10
-rw-r--r--media-plugins/mythgame/mythgame-0.18.1.ebuild4
3 files changed, 11 insertions, 8 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 826e02030eca..a459644c0b2d 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,9 @@
# 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.23 2005/05/20 09:06:23 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.24 2005/05/22 22:48:37 cardoe Exp $
+
+ 22 May 2005; Doug Goldstein <cardoe@gentoo.org> mythgame-0.18.1.ebuild:
+ fixed bug #93403. Wrong eclass function usage.
*mythgame-0.18.1 (20 May 2005)
diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest
index fef0101e41c2..b55e2d74d8f1 100644
--- a/media-plugins/mythgame/Manifest
+++ b/media-plugins/mythgame/Manifest
@@ -1,12 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 c5ecb7b10adda46e50b95f72772b5999 ChangeLog 3587
+MD5 58dc6da778ca96a7a002c8f5eca09f8d ChangeLog 3711
MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
MD5 26435a6a1ff8cc4fcab190401084337f mythgame-0.16.ebuild 621
MD5 7b259adef918426c39b46539dad63dfa mythgame-0.17.ebuild 637
MD5 868d9a8bc11b22716c74b756dc396e2a mythgame-0.18.ebuild 654
-MD5 750f04a48c1eb138b3cd11c2b09c8d11 mythgame-0.18.1.ebuild 582
+MD5 1eae8730e8e608923c6c2c1983759f2e mythgame-0.18.1.ebuild 592
MD5 f888a89361c8ecaa4657c919f5b95b25 files/digest-mythgame-0.16 65
MD5 d6da9e35b7e18ddddf9af6617de83f35 files/digest-mythgame-0.17 65
MD5 e994e3c11d65c5762c760d5bb22021da files/digest-mythgame-0.18 70
@@ -14,7 +14,7 @@ MD5 8739e9d1295223762426254acdc96551 files/digest-mythgame-0.18.1 72
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCjainBtvusYtCZMsRAkxKAKCAvwzF8fflaxq+u2gSHmsW8vuzYwCeKT2G
-rk5VtPdozniNqphUrvpO/HQ=
-=1KLg
+iD8DBQFCkQyyBtvusYtCZMsRAuLJAJ439vlMv7mdhAvTESExarqAmaC1+QCeNuiR
+GT5AwYejSh1r3sO39LW9QcU=
+=OmrE
-----END PGP SIGNATURE-----
diff --git a/media-plugins/mythgame/mythgame-0.18.1.ebuild b/media-plugins/mythgame/mythgame-0.18.1.ebuild
index 9d7e01f23cad..d780c0574aea 100644
--- a/media-plugins/mythgame/mythgame-0.18.1.ebuild
+++ b/media-plugins/mythgame/mythgame-0.18.1.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.1 2005/05/20 09:06:23 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.18.1.ebuild,v 1.2 2005/05/22 22:48:37 cardoe Exp $
inherit mythtv-plugins
@@ -16,7 +16,7 @@ DEPEND=" sys-libs/zlib
~media-tv/mythtv-${PV}"
src_install () {
- myth_src_install || die "install failed"
+ mythtv-plugins_src_install || die "install failed"
dodoc gamelist.xml
}