mr_bones_ 15/05/27 01:41:41 Modified: vbam-9999.ebuild ChangeLog Log: tidy; update man page install (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.9 games-emulation/vbam/vbam-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?r1=1.8&r2=1.9 Index: vbam-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- vbam-9999.ebuild 21 Apr 2015 18:41:16 -0000 1.8 +++ vbam-9999.ebuild 27 May 2015 01:41:40 -0000 1.9 @@ -1,10 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.8 2015/04/21 18:41:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.9 2015/05/27 01:41:40 mr_bones_ Exp $ EAPI=5 WX_GTK_VER="3.0" - inherit cmake-utils wxwidgets subversion gnome2-utils fdo-mime games ESVN_REPO_URI="https://vbam.svn.sourceforge.net/svnroot/vbam/trunk" @@ -54,7 +53,7 @@ CMakeLists.txt src/wx/CMakeLists.txt || die # fix desktop file QA warnings - edos2unix src/gtk/gvbam.desktop src/wx/wxvbam.desktop || die + edos2unix src/gtk/gvbam.desktop src/wx/wxvbam.desktop } src_configure() { @@ -84,9 +83,11 @@ cmake-utils_src_install if use sdl ; then - dodoc doc/ReadMe.SDL.txt || die - doman debian/vbam.1 || die + dodoc doc/ReadMe.SDL.txt + doman src/debian/vbam.1 fi + use wxwidgets && doman src/debian/wxvbam.1 + use gtk && doman src/debian/gvbam.1 prepgamesdirs } 1.28 games-emulation/vbam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 21 Apr 2015 18:41:16 -0000 1.27 +++ ChangeLog 27 May 2015 01:41:40 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/vbam # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.27 2015/04/21 18:41:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.28 2015/05/27 01:41:40 mr_bones_ Exp $ + + 27 May 2015; Michael Sterrett <[email protected]> vbam-9999.ebuild: + tidy; update man page install 21 Apr 2015; Michael Sterrett <[email protected]> vbam-1.8.0.1228.ebuild, vbam-9999.ebuild:
