# ChangeLog for games-emulation/advancemame
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.42 2007/03/07 16:28:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/ChangeLog,v 1.43 2007/03/13 01:26:04 wolf31o2 Exp $
+
+ 13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ advancemame-0.104.0.ebuild, advancemame-0.106.0.ebuild:
+ Change which to type -P for QA.
07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
advancemame-0.104.0.ebuild, advancemame-0.106.0.ebuild:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.104.0.ebuild,v 1.3 2007/03/07 16:28:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.104.0.ebuild,v 1.4 2007/03/13 01:26:04 wolf31o2 Exp $
inherit eutils flag-o-matic games
#epatch "${FILESDIR}/${PV}-pic.patch" #74899
use x86 && \
- ln -s $(which nasm) "${T}/${CHOST}-nasm"
+ ln -s $(type -P nasm) "${T}/${CHOST}-nasm"
use sdl && \
- ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
+ ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config"
use truetype && \
- ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
+ ln -s $(type -P freetype-config) "${T}/${CHOST}-freetype-config"
}
src_compile() {
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.3 2007/03/07 16:28:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemame/advancemame-0.106.0.ebuild,v 1.4 2007/03/13 01:26:04 wolf31o2 Exp $
inherit eutils flag-o-matic games
|| die "sed failed"
use x86 && \
- ln -s $(which nasm) "${T}/${CHOST}-nasm"
+ ln -s $(type -P nasm) "${T}/${CHOST}-nasm"
use sdl && \
- ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
+ ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config"
use truetype && \
- ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
+ ln -s $(type -P freetype-config) "${T}/${CHOST}-freetype-config"
}
src_compile() {
# ChangeLog for games-emulation/advancemenu
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 1.25 2007/03/12 13:55:36 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 1.26 2007/03/13 01:27:42 wolf31o2 Exp $
+
+ 13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ advancemenu-2.4.13.ebuild:
+ Change which to type -P for QA.
12 Mar 2007; Marius Mauch <genone@gentoo.org> advancemenu-2.4.13.ebuild:
Replacing einfo with elog
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild,v 1.4 2007/03/12 13:55:36 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild,v 1.5 2007/03/13 01:27:42 wolf31o2 Exp $
inherit eutils games
configure \
|| die "sed failed"
- use x86 && ln -s $(which nasm) "${T}/${CHOST}-nasm"
- use sdl && ln -s $(which sdl-config) "${T}/${CHOST}-sdl-config"
- use truetype && ln -s $(which freetype-config) "${T}/${CHOST}-freetype-config"
+ use x86 && ln -s $(type -P nasm) "${T}/${CHOST}-nasm"
+ use sdl && ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config"
+ use truetype && ln -s $(type -P freetype-config) "${T}/${CHOST}-freetype-config"
}
src_compile() {