ulm 14/05/15 17:06:39 Modified: ChangeLog s25rttr-0.8.ebuild s25rttr-0.8.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.6 games-strategy/s25rttr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 23 Dec 2013 13:45:08 -0000 1.5 +++ ChangeLog 15 May 2014 17:06:38 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/s25rttr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.5 2013/12/23 13:45:08 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.6 2014/05/15 17:06:38 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> s25rttr-0.8.ebuild, + s25rttr-0.8.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. *s25rttr-0.8.1 (23 Dec 2013) 1.5 games-strategy/s25rttr/s25rttr-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild?r1=1.4&r2=1.5 Index: s25rttr-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- s25rttr-0.8.ebuild 5 Nov 2013 15:41:29 -0000 1.4 +++ s25rttr-0.8.ebuild 15 May 2014 17:06:38 -0000 1.5 @@ -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-strategy/s25rttr/s25rttr-0.8.ebuild,v 1.4 2013/11/05 15:41:29 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.ebuild,v 1.5 2014/05/15 17:06:38 ulm Exp $ EAPI=4 inherit eutils cmake-utils gnome2-utils games @@ -18,7 +18,7 @@ RDEPEND="app-arch/bzip2 media-libs/libsamplerate - media-libs/libsdl[X,audio,opengl,video] + media-libs/libsdl[X,sound,opengl,video] media-libs/libsndfile media-libs/sdl-mixer[vorbis] net-libs/miniupnpc 1.2 games-strategy/s25rttr/s25rttr-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild?r1=1.1&r2=1.2 Index: s25rttr-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- s25rttr-0.8.1.ebuild 23 Dec 2013 13:45:08 -0000 1.1 +++ s25rttr-0.8.1.ebuild 15 May 2014 17:06:38 -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-strategy/s25rttr/s25rttr-0.8.1.ebuild,v 1.1 2013/12/23 13:45:08 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild,v 1.2 2014/05/15 17:06:38 ulm Exp $ EAPI=5 inherit eutils cmake-utils gnome2-utils games @@ -18,7 +18,7 @@ RDEPEND="app-arch/bzip2 media-libs/libsamplerate - media-libs/libsdl[X,audio,opengl,video] + media-libs/libsdl[X,sound,opengl,video] media-libs/libsndfile media-libs/sdl-mixer[vorbis] net-libs/miniupnpc
