mr_bones_ 15/06/04 16:14:10 Modified: sdlmametools-0.149.ebuild ChangeLog Log: remove pointless nonfatal (bug #551170) (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-emulation/sdlmametools/sdlmametools-0.149.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild?r1=1.2&r2=1.3 Index: sdlmametools-0.149.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sdlmametools-0.149.ebuild 8 Apr 2015 18:10:41 -0000 1.2 +++ sdlmametools-0.149.ebuild 4 Jun 2015 16:14:10 -0000 1.3 @@ -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.149.ebuild,v 1.2 2015/04/08 18:10:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/sdlmametools-0.149.ebuild,v 1.3 2015/06/04 16:14:10 mr_bones_ Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -111,7 +111,7 @@ src_install() { for i in chdman jedutil ldresample ldverify romcmp testkeys ; do newgamesbin ${i} sdlmame-${i} - nonfatal newman src/osd/sdl/man/${i}.1 sdlmame-${i}.1 + newman src/osd/sdl/man/${i}.1 sdlmame-${i}.1 done prepgamesdirs 1.6 games-emulation/sdlmametools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmametools/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 8 Apr 2015 18:10:41 -0000 1.5 +++ ChangeLog 4 Jun 2015 16:14:10 -0000 1.6 @@ -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.5 2015/04/08 18:10:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmametools/ChangeLog,v 1.6 2015/06/04 16:14:10 mr_bones_ Exp $ + + 04 Jun 2015; Michael Sterrett <[email protected]> + sdlmametools-0.149.ebuild: + remove pointless nonfatal (bug #551170) 08 Apr 2015; Michał Górny <[email protected]> sdlmametools-0.148_p1.ebuild, sdlmametools-0.149.ebuild:
