summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-06-06 09:10:26 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-06-06 09:10:26 +0000
commitc924dcad9f83559283a920006745ef5259e4f59a (patch)
treeca318e30a49e3634637c8ab357e91a7ebb864e42 /media-plugins/mythgame
parentchange pam dep. (diff)
downloadhistorical-c924dcad9f83559283a920006745ef5259e4f59a.tar.gz
historical-c924dcad9f83559283a920006745ef5259e4f59a.tar.bz2
historical-c924dcad9f83559283a920006745ef5259e4f59a.zip
Fixed deps for removed mythfrontend
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog6
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.161
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.181
-rw-r--r--media-plugins/mythgame/mythgame-0.16.ebuild27
-rw-r--r--media-plugins/mythgame/mythgame-0.18.ebuild27
5 files changed, 5 insertions, 57 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 758301979a5a..4502a76e0f7f 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,10 @@
# 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.25 2005/05/31 14:17:49 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.26 2005/06/06 09:04:36 cardoe Exp $
+
+ 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.16.ebuild,
+ -mythgame-0.18.ebuild:
+ Fixed deps for removed mythfrontend
31 May 2005; David Holm <dholm@gentoo.org> mythgame-0.18.1.ebuild:
Added to ~ppc.
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.16 b/media-plugins/mythgame/files/digest-mythgame-0.16
deleted file mode 100644
index 005c18f37f5d..000000000000
--- a/media-plugins/mythgame/files/digest-mythgame-0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cbcb73a0bbf5677518388697f9e716bc mythgame-0.16.tar.bz2 68112
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.18 b/media-plugins/mythgame/files/digest-mythgame-0.18
deleted file mode 100644
index 297d44c23408..000000000000
--- a/media-plugins/mythgame/files/digest-mythgame-0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735
diff --git a/media-plugins/mythgame/mythgame-0.16.ebuild b/media-plugins/mythgame/mythgame-0.16.ebuild
deleted file mode 100644
index abf38b5b2ba9..000000000000
--- a/media-plugins/mythgame/mythgame-0.16.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.16.ebuild,v 1.3 2005/01/22 08:20:17 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="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
-}
diff --git a/media-plugins/mythgame/mythgame-0.18.ebuild b/media-plugins/mythgame/mythgame-0.18.ebuild
deleted file mode 100644
index 9128758fab44..000000000000
--- a/media-plugins/mythgame/mythgame-0.18.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}