ulm 14/05/15 16:43:34 Modified: ChangeLog scummvm-1.6.0.ebuild scummvm-1.5.0.ebuild Log: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.129 games-engines/scummvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?r1=1.128&r2=1.129 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- ChangeLog 2 Jun 2013 03:44:35 -0000 1.128 +++ ChangeLog 15 May 2014 16:43:34 -0000 1.129 @@ -1,6 +1,11 @@ # ChangeLog for games-engines/scummvm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.128 2013/06/02 03:44:35 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.129 2014/05/15 16:43:34 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> scummvm-1.5.0.ebuild, + scummvm-1.6.0.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. *scummvm-1.6.0 (02 Jun 2013) 1.2 games-engines/scummvm/scummvm-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild?r1=1.1&r2=1.2 Index: scummvm-1.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scummvm-1.6.0.ebuild 2 Jun 2013 03:44:35 -0000 1.1 +++ scummvm-1.6.0.ebuild 15 May 2014 16:43:34 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild,v 1.1 2013/06/02 03:44:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild,v 1.2 2014/05/15 16:43:34 ulm Exp $ EAPI=5 inherit eutils flag-o-matic gnome2-utils toolchain-funcs games @@ -15,7 +15,7 @@ IUSE="aac alsa debug flac fluidsynth mp3 opengl truetype vorbis" RESTRICT="test" # it only looks like there's a test there #77507 -RDEPEND=">=media-libs/libsdl-1.2.2[audio,joystick,video] +RDEPEND=">=media-libs/libsdl-1.2.2[sound,joystick,video] sys-libs/zlib vorbis? ( media-libs/libogg media-libs/libvorbis ) aac? ( media-libs/faad2 ) 1.12 games-engines/scummvm/scummvm-1.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild?r1=1.11&r2=1.12 Index: scummvm-1.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- scummvm-1.5.0.ebuild 28 Jan 2013 01:48:14 -0000 1.11 +++ scummvm-1.5.0.ebuild 15 May 2014 16:43:34 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.11 2013/01/28 01:48:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.12 2014/05/15 16:43:34 ulm Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs games @@ -15,7 +15,7 @@ IUSE="aac alsa debug flac fluidsynth mp3 opengl truetype vorbis" RESTRICT="test" # it only looks like there's a test there #77507 -RDEPEND=">=media-libs/libsdl-1.2.2[audio,joystick,video] +RDEPEND=">=media-libs/libsdl-1.2.2[sound,joystick,video] sys-libs/zlib vorbis? ( media-libs/libogg media-libs/libvorbis ) aac? ( media-libs/faad2 )
