From 35939d448ff4779fbfb4faea33b0b52df50122ae Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 6 Mar 2008 20:26:38 +0000 Subject: 0.21 beta bump (Portage version: 2.1.4.4) --- media-plugins/mythgame/ChangeLog | 8 +++++++- media-plugins/mythgame/mythgame-0.21_beta16297.ebuild | 18 ------------------ media-plugins/mythgame/mythgame-0.21_beta16366.ebuild | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+), 19 deletions(-) delete mode 100644 media-plugins/mythgame/mythgame-0.21_beta16297.ebuild create mode 100644 media-plugins/mythgame/mythgame-0.21_beta16366.ebuild (limited to 'media-plugins/mythgame') diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 8c292050f9bf..8d62fe126eb5 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.47 2008/03/03 22:22:00 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.48 2008/03/06 20:26:38 cardoe Exp $ + +*mythgame-0.21_beta16366 (06 Mar 2008) + + 06 Mar 2008; Doug Klima + -mythgame-0.21_beta16297.ebuild, +mythgame-0.21_beta16366.ebuild: + 0.21 beta bump *mythgame-0.21_beta16297 (03 Mar 2008) diff --git a/media-plugins/mythgame/mythgame-0.21_beta16297.ebuild b/media-plugins/mythgame/mythgame-0.21_beta16297.ebuild deleted file mode 100644 index b40abf4c1bfd..000000000000 --- a/media-plugins/mythgame/mythgame-0.21_beta16297.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.21_beta16297.ebuild,v 1.2 2008/03/03 22:27:40 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 -} diff --git a/media-plugins/mythgame/mythgame-0.21_beta16366.ebuild b/media-plugins/mythgame/mythgame-0.21_beta16366.ebuild new file mode 100644 index 000000000000..4d4e433adcac --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.21_beta16366.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.21_beta16366.ebuild,v 1.1 2008/03/06 20:26:38 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 +} -- cgit v1.2.3-65-gdbad