From 6098a8704f94683e2d43301f64ee7eeaae339ed8 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 12 Mar 2007 14:05:45 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2.2) --- games-emulation/xmame/ChangeLog | 5 ++++- games-emulation/xmame/xmame-0.106.ebuild | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'games-emulation') diff --git a/games-emulation/xmame/ChangeLog b/games-emulation/xmame/ChangeLog index 2e71b3e84528..7b73382efceb 100644 --- a/games-emulation/xmame/ChangeLog +++ b/games-emulation/xmame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/xmame # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.70 2007/03/07 16:19:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.71 2007/03/12 14:05:45 genone Exp $ + + 12 Mar 2007; Marius Mauch xmame-0.106.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni xmame-0.106.ebuild: Change all instances of [ to [[. diff --git a/games-emulation/xmame/xmame-0.106.ebuild b/games-emulation/xmame/xmame-0.106.ebuild index e9912a512d5e..5112fedbbc35 100644 --- a/games-emulation/xmame/xmame-0.106.ebuild +++ b/games-emulation/xmame/xmame-0.106.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.5 2007/03/07 16:19:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.106.ebuild,v 1.6 2007/03/12 14:05:45 genone Exp $ inherit flag-o-matic toolchain-funcs eutils games @@ -224,13 +224,13 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "Your available MAME binaries are: ${TARGET}" + elog "Your available MAME binaries are: ${TARGET}" if useq opengl || useq X || useq dga || useq xv ; then - einfo " ${TARGET}.x11" + elog " ${TARGET}.x11" fi - useq sdl && einfo " ${TARGET}.SDL" - #useq ggi && einfo " ${TARGET}.ggi" - useq svga && einfo " ${TARGET}.svgalib" + useq sdl && elog " ${TARGET}.SDL" + #useq ggi && elog " ${TARGET}.ggi" + useq svga && elog " ${TARGET}.svgalib" - einfo "Helper utilities are located in ${GAMES_LIBDIR}/${PN}." + elog "Helper utilities are located in ${GAMES_LIBDIR}/${PN}." } -- cgit v1.2.3-65-gdbad