ulm         14/05/15 16:24:24

  Modified:             powermanga-0.90.ebuild powermanga-0.91.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.14                 games-action/powermanga/powermanga-0.90.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild?r1=1.13&r2=1.14

Index: powermanga-0.90.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- powermanga-0.90.ebuild      24 Aug 2012 06:59:11 -0000      1.13
+++ powermanga-0.90.ebuild      15 May 2014 16:24:24 -0000      1.14
@@ -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-action/powermanga/powermanga-0.90.ebuild,v 1.13 
2012/08/24 06:59:11 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild,v 1.14 
2014/05/15 16:24:24 ulm Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND=">=media-libs/libsdl-1.2[audio,joystick,video]
+DEPEND=">=media-libs/libsdl-1.2[sound,joystick,video]
        media-libs/libpng
        x11-libs/libXext
        x11-libs/libXxf86dga



1.6                  games-action/powermanga/powermanga-0.91.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?r1=1.5&r2=1.6

Index: powermanga-0.91.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- powermanga-0.91.ebuild      13 Apr 2014 16:26:44 -0000      1.5
+++ powermanga-0.91.ebuild      15 May 2014 16:24:24 -0000      1.6
@@ -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-action/powermanga/powermanga-0.91.ebuild,v 1.5 
2014/04/13 16:26:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.6 
2014/05/15 16:24:24 ulm Exp $
 
 EAPI=5
 inherit eutils autotools games
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND=">=media-libs/libsdl-1.2[audio,joystick,video]
+RDEPEND=">=media-libs/libsdl-1.2[sound,joystick,video]
        media-libs/libpng:0
        x11-libs/libX11
        x11-libs/libXext



1.30                 games-action/powermanga/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   13 Apr 2014 16:26:44 -0000      1.29
+++ ChangeLog   15 May 2014 16:24:24 -0000      1.30
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/powermanga
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.29 
2014/04/13 16:26:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.30 
2014/05/15 16:24:24 ulm Exp $
+
+  15 May 2014; Ulrich Müller <[email protected]> powermanga-0.90.ebuild,
+  powermanga-0.91.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   13 Apr 2014; Agostino Sarubbo <[email protected]> powermanga-0.91.ebuild:
   Stable for ppc, wrt bug #505016




Reply via email to