summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-10-15 15:47:47 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-10-15 15:47:47 +0000
commitd2142e9d7e3864e45414dc02bef21eb608c62d64 (patch)
treef68d00c638b08c18c48ae6bd0120335e7fc53033 /media-plugins/mythgame
parentremove old version (diff)
downloadgentoo-2-d2142e9d7e3864e45414dc02bef21eb608c62d64.tar.gz
gentoo-2-d2142e9d7e3864e45414dc02bef21eb608c62d64.tar.bz2
gentoo-2-d2142e9d7e3864e45414dc02bef21eb608c62d64.zip
remove old version
(Portage version: 2.1.3.13)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r--media-plugins/mythgame/ChangeLog5
-rw-r--r--media-plugins/mythgame/files/digest-mythgame-0.20.13
-rw-r--r--media-plugins/mythgame/mythgame-0.20.1.ebuild18
3 files changed, 4 insertions, 22 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index d6145c99c707..192f6137e678 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythgame
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.44 2007/08/29 15:25:21 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.45 2007/10/15 15:47:46 cardoe Exp $
+
+ 15 Oct 2007; Doug Goldstein <cardoe@gentoo.org> -mythgame-0.20.1.ebuild:
+ remove old version
29 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
mythgame-0.20.2_p14282.ebuild:
diff --git a/media-plugins/mythgame/files/digest-mythgame-0.20.1 b/media-plugins/mythgame/files/digest-mythgame-0.20.1
deleted file mode 100644
index 2d8a71e36917..000000000000
--- a/media-plugins/mythgame/files/digest-mythgame-0.20.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e03aedc6a1dc2f9d28d599195d75d6fc mythplugins-0.20.1.tar.bz2 17425315
-RMD160 2cb935dd1af8142654dd41260e640db5bb4464ef mythplugins-0.20.1.tar.bz2 17425315
-SHA256 7a850fa22e831a3b33fd4715ba34bdc6e99c2f5a404dbb3414b99222bb075f04 mythplugins-0.20.1.tar.bz2 17425315
diff --git a/media-plugins/mythgame/mythgame-0.20.1.ebuild b/media-plugins/mythgame/mythgame-0.20.1.ebuild
deleted file mode 100644
index da169a9ac2c9..000000000000
--- a/media-plugins/mythgame/mythgame-0.20.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.20.1.ebuild,v 1.2 2007/06/12 16:27:05 cardoe Exp $
-
-inherit mythtv-plugins
-
-DESCRIPTION="Game emulator module for MythTV."
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_install () {
- mythtv-plugins_src_install || die "install failed"
-
- dodoc gamelist.xml
-}