From: Marius Mauch Date: Mon, 12 Mar 2007 14:00:01 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b286bc676785436c96502515b154d63ec7983aba;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2.2 --- diff --git a/games-emulation/advancemenu/ChangeLog b/games-emulation/advancemenu/ChangeLog index f0ad3d0ca214..64da9d97b019 100644 --- a/games-emulation/advancemenu/ChangeLog +++ b/games-emulation/advancemenu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/advancemenu -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 1.24 2006/07/29 07:51:27 mr_bones_ Exp $ +# 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 $ + + 12 Mar 2007; Marius Mauch advancemenu-2.4.13.ebuild: + Replacing einfo with elog 29 Jul 2006; Michael Sterrett +files/advancemenu-2.4.13-pic.patch, advancemenu-2.4.13.ebuild: diff --git a/games-emulation/advancemenu/advancemenu-2.4.13.ebuild b/games-emulation/advancemenu/advancemenu-2.4.13.ebuild index ca09460ca14e..ec21f9083e0c 100644 --- a/games-emulation/advancemenu/advancemenu-2.4.13.ebuild +++ b/games-emulation/advancemenu/advancemenu-2.4.13.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/advancemenu/advancemenu-2.4.13.ebuild,v 1.3 2006/07/29 07:51:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.4.13.ebuild,v 1.4 2007/03/12 13:55:36 genone Exp $ inherit eutils games @@ -80,15 +80,15 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "Execute:" - einfo " advmenu -default" - einfo "To generate a config file" + elog "Execute:" + elog " advmenu -default" + elog "to generate a config file" ewarn "In order to use advmenu, you must properly configure it!" - einfo - einfo "An example emulator config found in advmenu.rc:" - einfo " emulator \"snes9x\" generic \"/usr/games/bin/snes9x\" \"%f\"" - einfo " emulator_roms \"snes9x\" \"/home/user/myroms\"" - einfo " emulator_roms_filter \"snes9x\" \"*.smc;*.sfc\"" - einfo - einfo "For more information, see the advmenu man page." + elog + elog "An example emulator config found in advmenu.rc:" + elog " emulator \"snes9x\" generic \"/usr/games/bin/snes9x\" \"%f\"" + elog " emulator_roms \"snes9x\" \"/home/user/myroms\"" + elog " emulator_roms_filter \"snes9x\" \"*.smc;*.sfc\"" + elog + elog "For more information, see the advmenu man page." } diff --git a/games-emulation/dosbox-cvs/ChangeLog b/games-emulation/dosbox-cvs/ChangeLog index 01a107ef4d43..bcb89a752ec4 100644 --- a/games-emulation/dosbox-cvs/ChangeLog +++ b/games-emulation/dosbox-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dosbox-cvs -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.13 2006/05/12 16:58:14 mr_bones_ Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.14 2007/03/12 13:56:49 genone Exp $ + + 12 Mar 2007; Marius Mauch dosbox-cvs-20030809.ebuild: + Replacing einfo with elog 12 May 2006; Michael Sterrett dosbox-cvs-20030809.ebuild: diff --git a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild index fd968ae723bf..200beaa38ac8 100644 --- a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild +++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.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/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.15 2006/05/12 16:58:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.16 2007/03/12 13:56:49 genone Exp $ inherit games cvs @@ -45,7 +45,7 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "If you're using ati-drivers, you may need to use output=overlay" - einfo "in the dosbox config file (see bug #57188)." + elog "If you're using ati-drivers, you may need to use output=overlay" + elog "in the dosbox config file (see bug #57188)." echo } diff --git a/games-emulation/dosbox-cvs/files/digest-dosbox-cvs-20030809 b/games-emulation/dosbox-cvs/files/digest-dosbox-cvs-20030809 index 8b137891791f..e69de29bb2d1 100644 --- a/games-emulation/dosbox-cvs/files/digest-dosbox-cvs-20030809 +++ b/games-emulation/dosbox-cvs/files/digest-dosbox-cvs-20030809 @@ -1 +0,0 @@ - diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index d962e5e4ec9b..fe56169c559b 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/hatari # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.14 2007/02/21 23:22:21 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.15 2007/03/12 13:58:33 genone Exp $ + + 12 Mar 2007; Marius Mauch hatari-0.45.ebuild, + hatari-0.80.ebuild, hatari-0.90.ebuild: + Replacing einfo with elog 21 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/games-emulation/hatari/hatari-0.45.ebuild b/games-emulation/hatari/hatari-0.45.ebuild index 311d7f23e9c0..ea2e63cfa59a 100644 --- a/games-emulation/hatari/hatari-0.45.ebuild +++ b/games-emulation/hatari/hatari-0.45.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/hatari/hatari-0.45.ebuild,v 1.7 2006/03/24 21:36:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.45.ebuild,v 1.8 2007/03/12 13:58:33 genone Exp $ inherit games @@ -44,14 +44,14 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," - einfo "has been installed in /usr/games/lib/ with a .img extension (there" - einfo "are several from which to choose)." - echo - einfo "Another option is to go to http://www.atari.st/ and get a real TOS:" - einfo " http://www.atari.st/" - echo - einfo "The first time you run hatari, you should configure it to find the" - einfo "TOS you prefer to use. Be sure to save your settings." + elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," + elog "has been installed in /usr/games/lib/ with a .img extension (there" + elog "are several from which to choose)." + elog + elog "Another option is to go to http://www.atari.st/ and get a real TOS:" + elog " http://www.atari.st/" + elog + elog "The first time you run hatari, you should configure it to find the" + elog "TOS you prefer to use. Be sure to save your settings." echo } diff --git a/games-emulation/hatari/hatari-0.80.ebuild b/games-emulation/hatari/hatari-0.80.ebuild index b3bd2ca6df4f..3fdd069fd9c6 100644 --- a/games-emulation/hatari/hatari-0.80.ebuild +++ b/games-emulation/hatari/hatari-0.80.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/hatari/hatari-0.80.ebuild,v 1.1 2005/10/14 15:27:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.80.ebuild,v 1.2 2007/03/12 13:58:33 genone Exp $ inherit games @@ -48,14 +48,14 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," - einfo "has been installed in /usr/games/lib/ with a .img extension (there" - einfo "are several from which to choose)." - echo - einfo "Another option is to go to http://www.atari.st/ and get a real TOS:" - einfo " http://www.atari.st/" - echo - einfo "The first time you run hatari, you should configure it to find the" - einfo "TOS you prefer to use. Be sure to save your settings." + elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," + elog "has been installed in /usr/games/lib/ with a .img extension (there" + elog "are several from which to choose)." + elog + elog "Another option is to go to http://www.atari.st/ and get a real TOS:" + elog " http://www.atari.st/" + elog + elog "The first time you run hatari, you should configure it to find the" + elog "TOS you prefer to use. Be sure to save your settings." echo } diff --git a/games-emulation/hatari/hatari-0.90.ebuild b/games-emulation/hatari/hatari-0.90.ebuild index 848fa63006e3..0cc6f860c5c9 100644 --- a/games-emulation/hatari/hatari-0.90.ebuild +++ b/games-emulation/hatari/hatari-0.90.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/hatari/hatari-0.90.ebuild,v 1.2 2007/02/06 06:14:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-0.90.ebuild,v 1.3 2007/03/12 13:58:33 genone Exp $ inherit games @@ -49,14 +49,14 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," - einfo "has been installed in /usr/games/lib/ with a .img extension (there" - einfo "are several from which to choose)." - echo - einfo "Another option is to go to http://www.atari.st/ and get a real TOS:" - einfo " http://www.atari.st/" - echo - einfo "The first time you run hatari, you should configure it to find the" - einfo "TOS you prefer to use. Be sure to save your settings." + elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," + elog "has been installed in /usr/games/lib/ with a .img extension (there" + elog "are several from which to choose)." + elog + elog "Another option is to go to http://www.atari.st/ and get a real TOS:" + elog " http://www.atari.st/" + elog + elog "The first time you run hatari, you should configure it to find the" + elog "TOS you prefer to use. Be sure to save your settings." echo } 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 virtualjaguar-1.0.7.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni 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." }