From 8d1e3480d3ee5a4e9305b1c8ed4856d76aa5c5f5 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 17 Aug 2010 07:16:15 +0000 Subject: Decouple freevo from games packages to avoid the situation described in bug #329817 (Portage version: 2.1.8.3/cvs/Linux i686) --- media-tv/freevo/ChangeLog | 7 ++++++- media-tv/freevo/freevo-1.9.0.ebuild | 8 +++----- media-tv/freevo/metadata.xml | 2 -- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'media-tv/freevo') diff --git a/media-tv/freevo/ChangeLog b/media-tv/freevo/ChangeLog index 7d6ae3fee1fa..ecaf9c0b7026 100644 --- a/media-tv/freevo/ChangeLog +++ b/media-tv/freevo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/freevo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.66 2010/01/18 15:49:51 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.67 2010/08/17 07:16:15 mr_bones_ Exp $ + + 17 Aug 2010; Michael Sterrett freevo-1.9.0.ebuild, + metadata.xml: + Decouple freevo from games packages to avoid the situation described in + bug #329817 18 Jan 2010; Robert Buchholz metadata.xml: Dropping maintenance diff --git a/media-tv/freevo/freevo-1.9.0.ebuild b/media-tv/freevo/freevo-1.9.0.ebuild index 5744752de67a..dd6a2a8b2c08 100644 --- a/media-tv/freevo/freevo-1.9.0.ebuild +++ b/media-tv/freevo/freevo-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.4 2010/02/26 19:16:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.5 2010/08/17 07:16:15 mr_bones_ Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="Digital video jukebox (PVR, DVR)." HOMEPAGE="http://www.freevo.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -IUSE="directfb cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer nls snes sqlite tv tvtime vorbis xine xmame X" +IUSE="directfb cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer nls sqlite tv tvtime vorbis xine X" LICENSE="GPL-2" SLOT="0" @@ -48,13 +48,11 @@ RDEPEND=">=dev-lang/python-2.5[xml] lirc? ( app-misc/lirc >=dev-python/pylirc-0.0.3 ) matrox? ( >=media-video/matroxset-0.3 ) mixer? ( media-sound/aumix ) - snes? ( || ( games-emulation/zsnes games-emulation/snes9x ) ) sqlite? ( ~dev-python/pysqlite-1.0.1 ) tv? ( media-tv/xmltv tvtime? ( media-tv/tvtime ) ) xine? ( media-video/xine-ui ) - vorbis? ( media-sound/vorbis-tools ) - xmame? ( games-emulation/xmame )" + vorbis? ( media-sound/vorbis-tools )" pkg_setup() { if ! { use X || use directfb || use fbcon || use matrox ; } ; then diff --git a/media-tv/freevo/metadata.xml b/media-tv/freevo/metadata.xml index 132b5d174d61..8b9c6b9d342c 100644 --- a/media-tv/freevo/metadata.xml +++ b/media-tv/freevo/metadata.xml @@ -13,9 +13,7 @@ Enables ivtv support Enable support for adjusting volume via media-sound/aumix - Enable Super Nintendo games support Enable support for the tv guide plugin - Enables support for Xmame arcade games Enables tvtime support, additional to tv use flag -- cgit v1.2.3-65-gdbad