ulm 14/05/15 16:47:19 Modified: xonotic-0.7.0.ebuild ChangeLog xonotic-0.6.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.4 games-fps/xonotic/xonotic-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild?r1=1.3&r2=1.4 Index: xonotic-0.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xonotic-0.7.0.ebuild 18 Mar 2014 00:53:30 -0000 1.3 +++ xonotic-0.7.0.ebuild 15 May 2014 16:47:18 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild,v 1.3 2014/03/18 00:53:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild,v 1.4 2014/05/15 16:47:18 ulm Exp $ EAPI=5 inherit eutils check-reqs games @@ -30,7 +30,7 @@ virtual/opengl media-libs/freetype:2 alsa? ( media-libs/alsa-lib ) - sdl? ( media-libs/libsdl[X,audio,joystick,opengl,video,alsa?] )" + sdl? ( media-libs/libsdl[X,sound,joystick,opengl,video,alsa?] )" UIDEPEND=" x11-proto/xextproto x11-proto/xf86dgaproto 1.13 games-fps/xonotic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 18 Mar 2014 00:53:30 -0000 1.12 +++ ChangeLog 15 May 2014 16:47:18 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for games-fps/xonotic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v 1.12 2014/03/18 00:53:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v 1.13 2014/05/15 16:47:18 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> xonotic-0.6.0.ebuild, + xonotic-0.7.0.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 18 Mar 2014; Michael Sterrett <[email protected]> xonotic-0.7.0.ebuild: typo fix 1.5 games-fps/xonotic/xonotic-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/xonotic-0.6.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/xonotic-0.6.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/xonotic/xonotic-0.6.0.ebuild?r1=1.4&r2=1.5 Index: xonotic-0.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.6.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xonotic-0.6.0.ebuild 13 Sep 2012 21:14:57 -0000 1.4 +++ xonotic-0.6.0.ebuild 15 May 2014 16:47:18 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/xonotic/xonotic-0.6.0.ebuild,v 1.4 2012/09/13 21:14:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.6.0.ebuild,v 1.5 2014/05/15 16:47:18 ulm Exp $ EAPI=3 inherit eutils check-reqs games @@ -30,7 +30,7 @@ virtual/opengl media-libs/freetype:2 alsa? ( media-libs/alsa-lib ) - sdl? ( media-libs/libsdl[X,audio,joystick,opengl,video,alsa?] )" + sdl? ( media-libs/libsdl[X,sound,joystick,opengl,video,alsa?] )" UIDEPEND=" x11-proto/xextproto x11-proto/xf86dgaproto
