diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-08-12 03:42:10 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-08-12 03:42:10 +0000 |
commit | f611ea7a2f4e9c44ad825c96f2f0fea83fbe01c1 (patch) | |
tree | 3630dc3ba70e47d0e2dd0da18b18501220e5538e /media-plugins | |
parent | multiple fixes from upstream. remove older revisions (diff) | |
download | gentoo-2-f611ea7a2f4e9c44ad825c96f2f0fea83fbe01c1.tar.gz gentoo-2-f611ea7a2f4e9c44ad825c96f2f0fea83fbe01c1.tar.bz2 gentoo-2-f611ea7a2f4e9c44ad825c96f2f0fea83fbe01c1.zip |
fixes multiple players for the same system
(Portage version: 2.2_rc7/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.21_p16668.ebuild | 18 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.21_p17965.ebuild (renamed from media-plugins/mythgame/mythgame-0.21_p16468.ebuild) | 2 |
3 files changed, 9 insertions, 20 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index fdea3951bf92..6e0ea3a7b243 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,13 @@ # 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.51 2008/04/23 18:11:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.52 2008/08/12 03:42:10 cardoe Exp $ + +*mythgame-0.21_p17965 (12 Aug 2008) + + 12 Aug 2008; Doug Goldstein <cardoe@gentoo.org> + -mythgame-0.21_p16468.ebuild, -mythgame-0.21_p16668.ebuild, + +mythgame-0.21_p17965.ebuild: + fixes multiple players for the same system *mythgame-0.21_p17105 (23 Apr 2008) diff --git a/media-plugins/mythgame/mythgame-0.21_p16668.ebuild b/media-plugins/mythgame/mythgame-0.21_p16668.ebuild deleted file mode 100644 index c1da1a8b5d49..000000000000 --- a/media-plugins/mythgame/mythgame-0.21_p16668.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_p16668.ebuild,v 1.1 2008/04/01 03:58:55 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 - - dodoc gamelist.xml -} diff --git a/media-plugins/mythgame/mythgame-0.21_p16468.ebuild b/media-plugins/mythgame/mythgame-0.21_p17965.ebuild index 7c582196f7bf..a7af9c6cb909 100644 --- a/media-plugins/mythgame/mythgame-0.21_p16468.ebuild +++ b/media-plugins/mythgame/mythgame-0.21_p17965.ebuild @@ -1,6 +1,6 @@ # 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_p16468.ebuild,v 1.2 2008/03/12 18:15:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.21_p17965.ebuild,v 1.1 2008/08/12 03:42:10 cardoe Exp $ inherit mythtv-plugins |