diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:04:36 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-06-06 09:04:36 +0000 |
commit | 70081e03d565119a66a6e43fe8e54a37354fe394 (patch) | |
tree | 2435938c68db1c9266ecd206d43b9ba6bd4c29a3 /media-plugins/mythgame | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-70081e03d565119a66a6e43fe8e54a37354fe394.tar.gz gentoo-2-70081e03d565119a66a6e43fe8e54a37354fe394.tar.bz2 gentoo-2-70081e03d565119a66a6e43fe8e54a37354fe394.zip |
Fixed deps for removed mythfrontend
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythgame/files/digest-mythgame-0.16 | 1 | ||||
-rw-r--r-- | media-plugins/mythgame/files/digest-mythgame-0.18 | 1 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.16.ebuild | 27 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.18.ebuild | 27 |
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 -} |