diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:00:01 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:00:01 +0000 |
commit | ef9ff8cffef769abdd257b97d341e12561ebe1af (patch) | |
tree | a851cb469d74d9be429c53cb9261e423dce4eff1 /games-emulation | |
parent | Stable on sparc wrt #170482 (diff) | |
download | gentoo-2-ef9ff8cffef769abdd257b97d341e12561ebe1af.tar.gz gentoo-2-ef9ff8cffef769abdd257b97d341e12561ebe1af.tar.bz2 gentoo-2-ef9ff8cffef769abdd257b97d341e12561ebe1af.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/virtualjaguar/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild | 18 |
2 files changed, 13 insertions, 10 deletions
diff --git a/games-emulation/virtualjaguar/ChangeLog b/games-emulation/virtualjaguar/ChangeLog index a6f1ba250b92..c09df93ecaf8 100644 --- a/games-emulation/virtualjaguar/ChangeLog +++ b/games-emulation/virtualjaguar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/virtualjaguar # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.10 2007/03/07 16:14:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.11 2007/03/12 14:00:01 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> virtualjaguar-1.0.7.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/virtualjaguar: Change all instances of [ to [[. diff --git a/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild b/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild index b7ee773aa773..5aa82f56e05a 100644 --- a/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild +++ b/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild,v 1.3 2006/11/23 22:33:57 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild,v 1.4 2007/03/12 14:00:01 genone Exp $ inherit eutils toolchain-funcs games @@ -55,11 +55,11 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "Please run ${PN} to create the necessary directories" - einfo "in your home directory. After that you may place ROM files" - einfo "in ~/.vj/ROMs and they will be detected when you run virtualjaguar." - einfo "You may then select which ROM to run from inside the emulator." - echo - einfo "If you have previously run a version of ${PV} please note that" - einfo "the location of the ROMs has changed." + elog "Please run ${PN} to create the necessary directories" + elog "in your home directory. After that you may place ROM files" + elog "in ~/.vj/ROMs and they will be detected when you run virtualjaguar." + elog "You may then select which ROM to run from inside the emulator." + elog + elog "If you have previously run a version of ${PV} please note that" + elog "the location of the ROMs has changed." } |