ulm         14/05/15 16:37:13

  Modified:             hatari-1.6.2.ebuild hatari-1.6.1.ebuild ChangeLog
                        hatari-1.6.1-r1.ebuild hatari-1.5.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.5                  games-emulation/hatari/hatari-1.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild?r1=1.4&r2=1.5

Index: hatari-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hatari-1.6.2.ebuild 24 Dec 2013 12:51:20 -0000      1.4
+++ hatari-1.6.2.ebuild 15 May 2014 16:37:13 -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-emulation/hatari/hatari-1.6.2.ebuild,v 1.4 
2013/12/24 12:51:20 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild,v 1.5 
2014/05/15 16:37:13 ulm Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       media-libs/libsdl[X,audio,video]
+       media-libs/libsdl[X,sound,video]
        sys-libs/readline
        media-libs/libpng
        sys-libs/zlib"



1.7                  games-emulation/hatari/hatari-1.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild?r1=1.6&r2=1.7

Index: hatari-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hatari-1.6.1.ebuild 8 Aug 2012 19:46:35 -0000       1.6
+++ hatari-1.6.1.ebuild 15 May 2014 16:37:13 -0000      1.7
@@ -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-emulation/hatari/hatari-1.6.1.ebuild,v 1.6 
2012/08/08 19:46:35 ranger Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild,v 1.7 
2014/05/15 16:37:13 ulm Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs cmake-utils games
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND="media-libs/libsdl[X,audio,video]
+RDEPEND="media-libs/libsdl[X,sound,video]
        sys-libs/readline
        media-libs/libpng
        sys-libs/zlib"



1.45                 games-emulation/hatari/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   24 Dec 2013 12:51:20 -0000      1.44
+++ ChangeLog   15 May 2014 16:37:13 -0000      1.45
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/hatari
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.44 
2013/12/24 12:51:20 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.45 
2014/05/15 16:37:13 ulm Exp $
+
+  15 May 2014; Ulrich Müller <[email protected]> hatari-1.5.0.ebuild,
+  hatari-1.6.1.ebuild, hatari-1.6.1-r1.ebuild, hatari-1.6.2.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   24 Dec 2013; Agostino Sarubbo <[email protected]> hatari-1.6.2.ebuild:
   Stable for x86, wrt bug #491390



1.2                  games-emulation/hatari/hatari-1.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.6.1-r1.ebuild?r1=1.1&r2=1.2

Index: hatari-1.6.1-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hatari-1.6.1-r1.ebuild      13 Jun 2013 10:37:26 -0000      1.1
+++ hatari-1.6.1-r1.ebuild      15 May 2014 16:37:13 -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-emulation/hatari/hatari-1.6.1-r1.ebuild,v 1.1 
2013/06/13 10:37:26 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1-r1.ebuild,v 1.2 
2014/05/15 16:37:13 ulm Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       media-libs/libsdl[X,audio,video]
+       media-libs/libsdl[X,sound,video]
        sys-libs/readline
        media-libs/libpng
        sys-libs/zlib"



1.8                  games-emulation/hatari/hatari-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild?r1=1.7&r2=1.8

Index: hatari-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hatari-1.5.0.ebuild 21 May 2012 19:19:03 -0000      1.7
+++ hatari-1.5.0.ebuild 15 May 2014 16:37:13 -0000      1.8
@@ -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-emulation/hatari/hatari-1.5.0.ebuild,v 1.7 
2012/05/21 19:19:03 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.5.0.ebuild,v 1.8 
2014/05/15 16:37:13 ulm Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs cmake-utils games
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND="media-libs/libsdl[X,audio,video]
+RDEPEND="media-libs/libsdl[X,sound,video]
        sys-libs/readline
        media-libs/libpng
        sys-libs/zlib"




Reply via email to