ulm 14/05/15 16:45:39 Modified: rott-1.1.2.ebuild ChangeLog rott-1.1.1.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.2 games-fps/rott/rott-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/rott-1.1.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/rott-1.1.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/rott-1.1.2.ebuild?r1=1.1&r2=1.2 Index: rott-1.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rott-1.1.2.ebuild 17 Feb 2013 22:29:54 -0000 1.1 +++ rott-1.1.2.ebuild 15 May 2014 16:45:39 -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-fps/rott/rott-1.1.2.ebuild,v 1.1 2013/02/17 22:29:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.2.ebuild,v 1.2 2014/05/15 16:45:39 ulm Exp $ EAPI=5 inherit eutils games @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="demo" -RDEPEND="media-libs/libsdl[audio,joystick,video] +RDEPEND="media-libs/libsdl[sound,joystick,video] media-libs/sdl-mixer" DEPEND="${RDEPEND} app-arch/unzip" 1.13 games-fps/rott/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 17 Feb 2013 22:29:54 -0000 1.12 +++ ChangeLog 15 May 2014 16:45:39 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for games-fps/rott -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.12 2013/02/17 22:29:54 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.13 2014/05/15 16:45:39 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> rott-1.1.1.ebuild, + rott-1.1.2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. *rott-1.1.2 (17 Feb 2013) 1.4 games-fps/rott/rott-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild?r1=1.3&r2=1.4 Index: rott-1.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rott-1.1.1.ebuild 18 Mar 2010 05:43:20 -0000 1.3 +++ rott-1.1.1.ebuild 15 May 2014 16:45:39 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild,v 1.3 2010/03/18 05:43:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild,v 1.4 2014/05/15 16:45:39 ulm Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="demo" -RDEPEND="media-libs/libsdl[audio,joystick,video] +RDEPEND="media-libs/libsdl[sound,joystick,video] media-libs/sdl-mixer" DEPEND="${RDEPEND} app-arch/unzip"
