ulm 14/05/15 16:42:46 Modified: ChangeLog qtads-2.1.6.ebuild qtads-2.1.5.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.31 games-engines/qtads/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 2 Mar 2013 21:15:26 -0000 1.30 +++ ChangeLog 15 May 2014 16:42:46 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for games-engines/qtads -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.30 2013/03/02 21:15:26 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.31 2014/05/15 16:42:46 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> qtads-2.1.5.ebuild, + qtads-2.1.6.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 02 Mar 2013; Markos Chandras <[email protected]> qtads-2.1.5.ebuild, qtads-2.1.6.ebuild: 1.4 games-engines/qtads/qtads-2.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.6.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.6.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.6.ebuild?r1=1.3&r2=1.4 Index: qtads-2.1.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.6.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qtads-2.1.6.ebuild 2 Mar 2013 21:15:26 -0000 1.3 +++ qtads-2.1.6.ebuild 15 May 2014 16:42:46 -0000 1.4 @@ -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/qtads/qtads-2.1.6.ebuild,v 1.3 2013/03/02 21:15:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.6.ebuild,v 1.4 2014/05/15 16:42:46 ulm Exp $ EAPI=5 inherit eutils gnome2-utils fdo-mime qt4-r2 games @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-libs/libsdl[audio] +DEPEND="media-libs/libsdl[sound] media-libs/sdl-mixer[midi,vorbis] media-libs/sdl-sound[mp3] dev-qt/qtcore:4 1.7 games-engines/qtads/qtads-2.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild?r1=1.6&r2=1.7 Index: qtads-2.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qtads-2.1.5.ebuild 2 Mar 2013 21:15:26 -0000 1.6 +++ qtads-2.1.5.ebuild 15 May 2014 16:42:46 -0000 1.7 @@ -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/qtads/qtads-2.1.5.ebuild,v 1.6 2013/03/02 21:15:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild,v 1.7 2014/05/15 16:42:46 ulm Exp $ EAPI=4 inherit eutils gnome2-utils fdo-mime qt4-r2 games @@ -14,7 +14,7 @@ KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/libsdl[audio] +DEPEND="media-libs/libsdl[sound] media-libs/sdl-mixer[midi,vorbis] media-libs/sdl-sound[mp3] dev-qt/qtcore:4
