diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:07:09 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:07:09 +0000 |
commit | f19055cec7996b6360ec12e43c46ac6fed596da0 (patch) | |
tree | 089b61fe473676af7888feb24b88ecc013de32aa /games-emulation/xmame | |
parent | Keyworded ~sparc wrt #170430 (diff) | |
download | historical-f19055cec7996b6360ec12e43c46ac6fed596da0.tar.gz historical-f19055cec7996b6360ec12e43c46ac6fed596da0.tar.bz2 historical-f19055cec7996b6360ec12e43c46ac6fed596da0.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r-- | games-emulation/xmame/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/xmame/xmame-0.106.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
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 <genone@gentoo.org> xmame-0.106.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> 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}." } |