mr_bones_    15/06/04 16:36:38

  Modified:             sdlmametools-0.148_p1.ebuild ChangeLog
  Log:
  replace nonfatal with file checking (bug #551170)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild

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

Index: sdlmametools-0.148_p1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmametools-0.148_p1.ebuild        8 Apr 2015 18:10:41 -0000       1.4
+++ sdlmametools-0.148_p1.ebuild        4 Jun 2015 16:36:38 -0000       1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v
 1.4 2015/04/08 18:10:41 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.148_p1.ebuild,v
 1.5 2015/06/04 16:36:38 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -116,7 +116,7 @@
 src_install() {
        for i in chdman jedutil ldresample ldverify regrep romcmp testkeys ; do
                newgamesbin ${i} sdlmame-${i}
-               nonfatal newman src/osd/sdl/man/${i}.1 sdlmame-${i}.1
+               [[ -f src/osd/sdl/man/${i}.1 ]] && newman 
src/osd/sdl/man/${i}.1 sdlmame-${i}.1
        done
 
        prepgamesdirs



1.7                  games-emulation/sdlmametools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 Jun 2015 16:14:10 -0000       1.6
+++ ChangeLog   4 Jun 2015 16:36:38 -0000       1.7
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/sdlmametools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 
1.6 2015/06/04 16:14:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 
1.7 2015/06/04 16:36:38 mr_bones_ Exp $
+
+  04 Jun 2015; Michael Sterrett <mr_bon...@gentoo.org>
+  sdlmametools-0.148_p1.ebuild:
+  replace nonfatal with file checking (bug #551170)
 
   04 Jun 2015; Michael Sterrett <mr_bon...@gentoo.org>
   sdlmametools-0.149.ebuild:




Reply via email to