From: Doug Goldstein Date: Thu, 19 Apr 2007 23:47:57 +0000 (+0000) Subject: upstream fixes. remove old version. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8e8f21d819d78d995f9d6e2086da2f6962a1933d;p=gentoo.git upstream fixes. remove old version. Package-Manager: portage-2.1.2.4 --- diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 367be1910f86..77185f0567f2 100644 --- a/media-plugins/mythgame/ChangeLog +++ b/media-plugins/mythgame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgame -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.34 2006/12/24 07:57:48 cardoe Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.35 2007/04/19 23:47:57 cardoe Exp $ + +*mythgame-0.20_p13239 (19 Apr 2007) + + 19 Apr 2007; Doug Goldstein -mythgame-0.19.ebuild, + +mythgame-0.20_p13239.ebuild: + upstream fixes. remove old version. 24 Dec 2006; Doug Goldstein mythgame-0.20.ebuild: Stabling for amd64, ppc, and x86 diff --git a/media-plugins/mythgame/files/digest-mythgame-0.19 b/media-plugins/mythgame/files/digest-mythgame-0.19 deleted file mode 100644 index 016213b09192..000000000000 --- a/media-plugins/mythgame/files/digest-mythgame-0.19 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 201d60d5d60222038d8c97831f7e4288 mythplugins-0.19.tar.bz2 5418591 -RMD160 33e65196760476713cf91f1edf94b1e082475bfb mythplugins-0.19.tar.bz2 5418591 -SHA256 5dd3df0204bf22cbf5f9ee0a636bcbe4ea6fd8754dd23af78f35fc1feec8c0e7 mythplugins-0.19.tar.bz2 5418591 diff --git a/media-plugins/mythgame/files/digest-mythgame-0.20_p13239 b/media-plugins/mythgame/files/digest-mythgame-0.20_p13239 new file mode 100644 index 000000000000..fa08c4ee295f --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.20_p13239 @@ -0,0 +1,6 @@ +MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531 +RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531 +SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531 +MD5 7a8d5d6bf665109d606c35fdb429ebe2 mythplugins-0.20_svn13239.patch.bz2 24897 +RMD160 28f08075ee851e62d32ca4dd4a91dc76be0b1ab2 mythplugins-0.20_svn13239.patch.bz2 24897 +SHA256 32cdb6e1617da7524a756769b71b35ebaa3ae2c71072e03a4b80532e7c2208b6 mythplugins-0.20_svn13239.patch.bz2 24897 diff --git a/media-plugins/mythgame/mythgame-0.19.ebuild b/media-plugins/mythgame/mythgame-0.20_p13239.ebuild similarity index 62% rename from media-plugins/mythgame/mythgame-0.19.ebuild rename to media-plugins/mythgame/mythgame-0.20_p13239.ebuild index 02bea9444e10..319c0ed96e7d 100644 --- a/media-plugins/mythgame/mythgame-0.19.ebuild +++ b/media-plugins/mythgame/mythgame-0.20_p13239.ebuild @@ -1,21 +1,16 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.19.ebuild,v 1.4 2006/09/14 05:56:00 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.20_p13239.ebuild,v 1.1 2007/04/19 23:47:57 cardoe Exp $ inherit mythtv-plugins DESCRIPTION="Game emulator module for MythTV." IUSE="" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND="sys-libs/zlib" DEPEND="${RDEPEND}" -src_unpack() { - mythtv-plugins_src_unpack - epatch "${FILESDIR}"/${P}-gcc41.patch -} - src_install () { mythtv-plugins_src_install || die "install failed"