mr_bones_ 15/03/09 21:53:24 Modified: scummvm-tools-1.7.0.ebuild ChangeLog Log: fix install (bug #542560) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild?r1=1.6&r2=1.7 Index: scummvm-tools-1.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scummvm-tools-1.7.0.ebuild 19 Feb 2015 06:22:02 -0000 1.6 +++ scummvm-tools-1.7.0.ebuild 9 Mar 2015 21:53:24 -0000 1.7 @@ -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-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild,v 1.6 2015/02/19 06:22:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.7.0.ebuild,v 1.7 2015/03/09 21:53:24 mr_bones_ Exp $ EAPI=5 WX_GTK_VER=2.8 @@ -30,6 +30,7 @@ src_prepare() { rm -rf *.bat dists/win32 sed -ri -e '/^(CC|CXX)\b/d' Makefile || die + epatch "${FILESDIR}/${P}-binprefix.patch" } src_configure() { @@ -39,6 +40,7 @@ --mandir=/usr/share/man \ --prefix="${GAMES_PREFIX}" \ --libdir="${GAMES_PREFIX}/lib" \ + --datadir="${GAMES_DATADIR}" \ $(use_enable flac) \ $(use_enable iconv) \ $(use_enable iconv freetype) \ @@ -48,10 +50,7 @@ } src_install() { - local f - for f in $(find . -type f -perm +1 -print); do - newgamesbin $f ${PN}-${f##*/} || die - done + emake DESTDIR="${D}" EXEPREFIX="${PN}-" install dodoc README TODO prepgamesdirs } 1.67 games-engines/scummvm-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm-tools/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 19 Feb 2015 06:22:02 -0000 1.66 +++ ChangeLog 9 Mar 2015 21:53:24 -0000 1.67 @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm-tools # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.66 2015/02/19 06:22:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.67 2015/03/09 21:53:24 mr_bones_ Exp $ + + 09 Mar 2015; Michael Sterrett <[email protected]> + +files/scummvm-tools-1.7.0-binprefix.patch, scummvm-tools-1.7.0.ebuild: + fix install (bug #542560) 19 Feb 2015; Michael Sterrett <[email protected]> scummvm-tools-1.7.0.ebuild:
