ulm 14/05/15 16:29:19
Modified: lbreakout2-2.6.3.ebuild lbreakout2-2.6.4.ebuild
ChangeLog
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-arcade/lbreakout2/lbreakout2-2.6.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild?r1=1.5&r2=1.6
Index: lbreakout2-2.6.3.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lbreakout2-2.6.3.ebuild 16 Sep 2011 22:34:43 -0000 1.5
+++ lbreakout2-2.6.3.ebuild 15 May 2014 16:29:19 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild,v 1.5
2011/09/16 22:34:43 mr_bones_ Exp $
+# $Header:
/var/cvsroot/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.3.ebuild,v 1.6
2014/05/15 16:29:19 ulm Exp $
EAPI=2
inherit autotools flag-o-matic eutils games
@@ -21,7 +21,7 @@
RDEPEND="media-libs/libpng
sys-libs/zlib
- media-libs/libsdl[audio,joystick,video]
+ media-libs/libsdl[sound,joystick,video]
media-libs/sdl-net
media-libs/sdl-mixer
nls? ( virtual/libintl )"
1.3 games-arcade/lbreakout2/lbreakout2-2.6.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.4.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.4.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.4.ebuild?r1=1.2&r2=1.3
Index: lbreakout2-2.6.4.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lbreakout2-2.6.4.ebuild 1 Feb 2013 00:04:17 -0000 1.2
+++ lbreakout2-2.6.4.ebuild 15 May 2014 16:29:19 -0000 1.3
@@ -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-arcade/lbreakout2/lbreakout2-2.6.4.ebuild,v 1.2
2013/02/01 00:04:17 mr_bones_ Exp $
+# $Header:
/var/cvsroot/gentoo-x86/games-arcade/lbreakout2/lbreakout2-2.6.4.ebuild,v 1.3
2014/05/15 16:29:19 ulm Exp $
EAPI=5
inherit autotools eutils flag-o-matic gnome2-utils games
@@ -21,7 +21,7 @@
RDEPEND="media-libs/libpng:0
sys-libs/zlib
- media-libs/libsdl[audio,joystick,video]
+ media-libs/libsdl[sound,joystick,video]
media-libs/sdl-net
media-libs/sdl-mixer
nls? ( virtual/libintl )"
1.38 games-arcade/lbreakout2/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/ChangeLog?rev=1.38&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/ChangeLog?rev=1.38&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/lbreakout2/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/lbreakout2/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 1 Feb 2013 00:04:17 -0000 1.37
+++ ChangeLog 15 May 2014 16:29:19 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for games-arcade/lbreakout2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout2/ChangeLog,v 1.37
2013/02/01 00:04:17 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout2/ChangeLog,v 1.38
2014/05/15 16:29:19 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <[email protected]> lbreakout2-2.6.3.ebuild,
+ lbreakout2-2.6.4.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
01 Feb 2013; Michael Sterrett <[email protected]> lbreakout2-2.6.4.ebuild:
whitespace