diff options
author | 2006-09-14 06:06:23 +0000 | |
---|---|---|
committer | 2006-09-14 06:06:23 +0000 | |
commit | a69e83e0758555970354456b789f19b0405d2f0f (patch) | |
tree | 2767e248f84b5b2204f11f8dbc7fb1d4493e6b22 /media-plugins | |
parent | ppc -> ~ppc, sorry :( (diff) | |
download | historical-a69e83e0758555970354456b789f19b0405d2f0f.tar.gz historical-a69e83e0758555970354456b789f19b0405d2f0f.tar.bz2 historical-a69e83e0758555970354456b789f19b0405d2f0f.zip |
Rev bump. Updated both version to new eclass
Package-Manager: portage-2.1.1
Diffstat (limited to 'media-plugins')
24 files changed, 154 insertions, 39 deletions
diff --git a/media-plugins/mythbrowser/ChangeLog b/media-plugins/mythbrowser/ChangeLog index daed7e235d4d..1cf88859e93b 100644 --- a/media-plugins/mythbrowser/ChangeLog +++ b/media-plugins/mythbrowser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythbrowser # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/ChangeLog,v 1.21 2006/05/29 05:29:21 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/ChangeLog,v 1.22 2006/09/14 06:06:23 cardoe Exp $ + +*mythbrowser-0.20 (14 Sep 2006) + + 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythbrowser-0.19.ebuild, + +mythbrowser-0.20.ebuild: + Rev bump. Updated both version to new eclass 29 May 2006; Doug Goldstein <cardoe@gentoo.org> -mythbrowser-0.18.1.ebuild: diff --git a/media-plugins/mythbrowser/files/digest-mythbrowser-0.20 b/media-plugins/mythbrowser/files/digest-mythbrowser-0.20 new file mode 100644 index 000000000000..731e91a2f5bc --- /dev/null +++ b/media-plugins/mythbrowser/files/digest-mythbrowser-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/mythbrowser/mythbrowser-0.19.ebuild b/media-plugins/mythbrowser/mythbrowser-0.19.ebuild index ddb70a289757..d8392c6e4396 100644 --- a/media-plugins/mythbrowser/mythbrowser-0.19.ebuild +++ b/media-plugins/mythbrowser/mythbrowser-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/mythbrowser/mythbrowser-0.19.ebuild,v 1.3 2006/02/14 00:28:14 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.19.ebuild,v 1.4 2006/09/14 06:06:23 cardoe Exp $ inherit mythtv-plugins kde-functions multilib eutils DESCRIPTION="Web browser 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=">=kde-base/kdelibs-3.1" diff --git a/media-plugins/mythbrowser/mythbrowser-0.20.ebuild b/media-plugins/mythbrowser/mythbrowser-0.20.ebuild new file mode 100644 index 000000000000..f00c5f3304ac --- /dev/null +++ b/media-plugins/mythbrowser/mythbrowser-0.20.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythbrowser/mythbrowser-0.20.ebuild,v 1.1 2006/09/14 06:06:23 cardoe Exp $ + +inherit mythtv-plugins kde-functions multilib + +DESCRIPTION="Web browser module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=kde-base/kdelibs-3.1" +DEPEND="${RDEPEND}" + +src_unpack() { + mythtv-plugins_src_unpack + + set-kdedir + echo "INCLUDEPATH += ${KDEDIR}/include" >> settings.pro + echo "EXTRA_LIBS += -L${KDEDIR}/$(get_libdir)" >> settings.pro +} diff --git a/media-plugins/mythcontrols/ChangeLog b/media-plugins/mythcontrols/ChangeLog index bea090d17a1c..3a645283e538 100644 --- a/media-plugins/mythcontrols/ChangeLog +++ b/media-plugins/mythcontrols/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythcontrols # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/ChangeLog,v 1.2 2006/02/15 05:54:32 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/ChangeLog,v 1.3 2006/09/14 06:03:52 cardoe Exp $ + +*mythcontrols-0.20 (14 Sep 2006) + + 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythcontrols-0.19.ebuild, + +mythcontrols-0.20.ebuild: + Rev bump. Updated both version to new eclass 15 Feb 2006; Doug Goldstein <cardoe@gentoo.org> mythcontrols-0.19.ebuild: updated DESC for mythcontrols since now I know what the hell it is. diff --git a/media-plugins/mythcontrols/files/digest-mythcontrols-0.20 b/media-plugins/mythcontrols/files/digest-mythcontrols-0.20 new file mode 100644 index 000000000000..731e91a2f5bc --- /dev/null +++ b/media-plugins/mythcontrols/files/digest-mythcontrols-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/mythcontrols/mythcontrols-0.19.ebuild b/media-plugins/mythcontrols/mythcontrols-0.19.ebuild index 153fd567d701..42312ae2cf7b 100644 --- a/media-plugins/mythcontrols/mythcontrols-0.19.ebuild +++ b/media-plugins/mythcontrols/mythcontrols-0.19.ebuild @@ -1,13 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.19.ebuild,v 1.2 2006/02/15 05:54:32 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.19.ebuild,v 1.3 2006/09/14 06:03:52 cardoe Exp $ inherit mythtv-plugins DESCRIPTION="Key Binding Editor 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" diff --git a/media-plugins/mythcontrols/mythcontrols-0.20.ebuild b/media-plugins/mythcontrols/mythcontrols-0.20.ebuild new file mode 100644 index 000000000000..918f22ce1698 --- /dev/null +++ b/media-plugins/mythcontrols/mythcontrols-0.20.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythcontrols/mythcontrols-0.20.ebuild,v 1.1 2006/09/14 06:03:52 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Key Binding Editor for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index 9e714ea1b7a0..777e978530e1 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythdvd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.30 2006/05/29 06:08:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.31 2006/09/14 06:02:14 cardoe Exp $ + +*mythdvd-0.20 (14 Sep 2006) + + 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythdvd-0.19.ebuild, + +mythdvd-0.20.ebuild: + Rev bump. Updated both version to new eclass 29 May 2006; Doug Goldstein <cardoe@gentoo.org> -mythdvd-0.18.1.ebuild: getting rid of old stuff diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.20 b/media-plugins/mythdvd/files/digest-mythdvd-0.20 new file mode 100644 index 000000000000..731e91a2f5bc --- /dev/null +++ b/media-plugins/mythdvd/files/digest-mythdvd-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/mythdvd/mythdvd-0.19.ebuild b/media-plugins/mythdvd/mythdvd-0.19.ebuild index 25733383b3bc..009345b1658f 100644 --- a/media-plugins/mythdvd/mythdvd-0.19.ebuild +++ b/media-plugins/mythdvd/mythdvd-0.19.ebuild @@ -1,15 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.19.ebuild,v 1.1 2006/02/12 10:26:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.19.ebuild,v 1.2 2006/09/14 06:02:14 cardoe Exp $ inherit mythtv-plugins DESCRIPTION="DVD player module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="transcode" diff --git a/media-plugins/mythdvd/mythdvd-0.20.ebuild b/media-plugins/mythdvd/mythdvd-0.20.ebuild new file mode 100644 index 000000000000..629a4da57d86 --- /dev/null +++ b/media-plugins/mythdvd/mythdvd-0.20.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20.ebuild,v 1.1 2006/09/14 06:02:14 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="DVD player module for MythTV." +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="transcode" + +RDEPEND="~media-plugins/mythvideo-${PV} + transcode? ( media-video/transcode + media-libs/libdvdread ) + || ( media-video/mplayer media-video/xine-ui media-video/ogle )" + +MTVCONF="--enable-vcd $(use_enable transcode)" diff --git a/media-plugins/mythflix/ChangeLog b/media-plugins/mythflix/ChangeLog index f3176fbd7f3e..a3a88f4609f1 100644 --- a/media-plugins/mythflix/ChangeLog +++ b/media-plugins/mythflix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythflix # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.1 2006/02/12 10:41:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/ChangeLog,v 1.2 2006/09/14 06:00:12 cardoe Exp $ + +*mythflix-0.20 (14 Sep 2006) + + 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythflix-0.19.ebuild, + +mythflix-0.20.ebuild: + Rev bump. Updated both version to new eclass *mythflix-0.19 (12 Feb 2006) diff --git a/media-plugins/mythflix/files/digest-mythflix-0.20 b/media-plugins/mythflix/files/digest-mythflix-0.20 new file mode 100644 index 000000000000..731e91a2f5bc --- /dev/null +++ b/media-plugins/mythflix/files/digest-mythflix-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/mythflix/mythflix-0.19.ebuild b/media-plugins/mythflix/mythflix-0.19.ebuild index baca31d43bd2..b9e15ca7e3f5 100644 --- a/media-plugins/mythflix/mythflix-0.19.ebuild +++ b/media-plugins/mythflix/mythflix-0.19.ebuild @@ -1,13 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/mythflix-0.19.ebuild,v 1.1 2006/02/12 10:41:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/mythflix-0.19.ebuild,v 1.2 2006/09/14 06:00:12 cardoe Exp $ inherit mythtv-plugins DESCRIPTION="NetFlix manager via 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" diff --git a/media-plugins/mythflix/mythflix-0.20.ebuild b/media-plugins/mythflix/mythflix-0.20.ebuild new file mode 100644 index 000000000000..7b182a3b6d52 --- /dev/null +++ b/media-plugins/mythflix/mythflix-0.20.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythflix/mythflix-0.20.ebuild,v 1.1 2006/09/14 06:00:12 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="NetFlix manager via MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 4effd3dd164e..1a6258eeb4cf 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.33 2006/05/29 06:07:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.34 2006/09/14 05:58:27 cardoe Exp $ + +*mythgallery-0.20 (14 Sep 2006) + + 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythgallery-0.19.ebuild, + +mythgallery-0.20.ebuild: + Rev bump. Updated both version to new eclass 29 May 2006; Doug Goldstein <cardoe@gentoo.org> -mythgallery-0.18.1.ebuild: diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.20 b/media-plugins/mythgallery/files/digest-mythgallery-0.20 new file mode 100644 index 000000000000..731e91a2f5bc --- /dev/null +++ b/media-plugins/mythgallery/files/digest-mythgallery-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/mythgallery/mythgallery-0.19.ebuild b/media-plugins/mythgallery/mythgallery-0.19.ebuild index df813a4c7034..4548082e2228 100644 --- a/media-plugins/mythgallery/mythgallery-0.19.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.19.ebuild @@ -1,15 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.19.ebuild,v 1.2 2006/02/12 10:30:54 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.19.ebuild,v 1.3 2006/09/14 05:58:27 cardoe Exp $ inherit mythtv-plugins DESCRIPTION="Gallery and slideshow module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="exif" diff --git a/media-plugins/mythgallery/mythgallery-0.20.ebuild b/media-plugins/mythgallery/mythgallery-0.20.ebuild new file mode 100644 index 000000000000..5975832f3194 --- /dev/null +++ b/media-plugins/mythgallery/mythgallery-0.20.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.20.ebuild,v 1.1 2006/09/14 05:58:27 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Gallery and slideshow module for MythTV." +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="exif" + +RDEPEND="exif? ( >=media-libs/libexif-0.6.10 ) + media-libs/tiff" +DEPEND="${RDEPEND}" + +MTVCONF="$(use_enable exif) $(use_enable exif new-exif)" 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 +} |