diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 05:56:00 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 05:56:00 +0000 |
commit | caf7d0b7071719815e6d45e20f490f69d7e8ac94 (patch) | |
tree | cb4edf51f753c86313b0a3f6e663b5d97e3d82ac /media-plugins/mythgame | |
parent | Rev bump. Updated both version to new eclass (diff) | |
download | gentoo-2-caf7d0b7071719815e6d45e20f490f69d7e8ac94.tar.gz gentoo-2-caf7d0b7071719815e6d45e20f490f69d7e8ac94.tar.bz2 gentoo-2-caf7d0b7071719815e6d45e20f490f69d7e8ac94.zip |
Rev bump. Updated both version to new eclass
(Portage version: 2.1.1)
Diffstat (limited to 'media-plugins/mythgame')
-rw-r--r-- | media-plugins/mythgame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/files/digest-mythgame-0.20 | 3 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.19.ebuild | 8 | ||||
-rw-r--r-- | media-plugins/mythgame/mythgame-0.20.ebuild | 18 |
4 files changed, 30 insertions, 7 deletions
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog index 622f548e46a7..3b6015c0a4b8 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.32 2006/06/06 03:35:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.33 2006/09/14 05:56:00 cardoe Exp $ + +*mythgame-0.20 (14 Sep 2006) + + 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythgame-0.19.ebuild, + +mythgame-0.20.ebuild: + Rev bump. Updated both version to new eclass 06 Jun 2006; Mark Loeser <halcy0n@gentoo.org> +files/mythgame-0.19-gcc41.patch, mythgame-0.19.ebuild: diff --git a/media-plugins/mythgame/files/digest-mythgame-0.20 b/media-plugins/mythgame/files/digest-mythgame-0.20 new file mode 100644 index 000000000000..731e91a2f5bc --- /dev/null +++ b/media-plugins/mythgame/files/digest-mythgame-0.20 @@ -0,0 +1,3 @@ +MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531 +RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531 +SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531 diff --git a/media-plugins/mythgame/mythgame-0.19.ebuild b/media-plugins/mythgame/mythgame-0.19.ebuild index e434cb3aeec1..02bea9444e10 100644 --- a/media-plugins/mythgame/mythgame-0.19.ebuild +++ b/media-plugins/mythgame/mythgame-0.19.ebuild @@ -1,15 +1,11 @@ # Copyright 1999-2006 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.3 2006/06/06 03:35:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.19.ebuild,v 1.4 2006/09/14 05:56:00 cardoe Exp $ -inherit eutils mythtv-plugins +inherit mythtv-plugins 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="~amd64 ~ppc ~x86" RDEPEND="sys-libs/zlib" diff --git a/media-plugins/mythgame/mythgame-0.20.ebuild b/media-plugins/mythgame/mythgame-0.20.ebuild new file mode 100644 index 000000000000..343270fad7a1 --- /dev/null +++ b/media-plugins/mythgame/mythgame-0.20.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.20.ebuild,v 1.1 2006/09/14 05:56:00 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 +} |