diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
commit | 9de6719585680a6b289189c365ba2b2d2402c68e (patch) | |
tree | b0421b9efa2e0e4fd663cd7ff456694cbe1a9447 | |
parent | Stable for HPPA (bug #169512). (diff) | |
download | historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.gz historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.bz2 historical-9de6719585680a6b289189c365ba2b2d2402c68e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
23 files changed, 116 insertions, 82 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index 147b63fa6260..a576b684f913 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/crimson # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.24 2007/01/24 03:15:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.25 2007/03/12 18:01:06 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> crimson-0.5.1.ebuild: + Replacing einfo with elog *crimson-0.5.1 (24 Jan 2007) diff --git a/games-strategy/crimson/crimson-0.5.1.ebuild b/games-strategy/crimson/crimson-0.5.1.ebuild index 1b05ae117166..a9b8bc709e6f 100644 --- a/games-strategy/crimson/crimson-0.5.1.ebuild +++ b/games-strategy/crimson/crimson-0.5.1.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-strategy/crimson/crimson-0.5.1.ebuild,v 1.1 2007/01/24 03:15:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.1.ebuild,v 1.2 2007/03/12 18:01:06 genone Exp $ inherit eutils games @@ -49,7 +49,7 @@ pkg_postinst() { echo ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions." echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version with which you started" - einfo "those save-games." + elog "If you have older save files and you wish to continue those games," + elog "you'll need to remerge the version with which you started" + elog "those save-games." } diff --git a/games-strategy/dominions2/ChangeLog b/games-strategy/dominions2/ChangeLog index 5386da43ad24..7cf1c08a5011 100644 --- a/games-strategy/dominions2/ChangeLog +++ b/games-strategy/dominions2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/dominions2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.6 2007/02/28 14:37:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.7 2007/03/12 18:02:33 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> dominions2-2.16.ebuild: + Replacing einfo with elog 28 Feb 2007; Tristan Heaven <nyhm@gentoo.org> dominions2-2.16.ebuild: Fix quoting, bug #168723 diff --git a/games-strategy/dominions2/dominions2-2.16.ebuild b/games-strategy/dominions2/dominions2-2.16.ebuild index b0312f866e54..d43473d31fe2 100644 --- a/games-strategy/dominions2/dominions2-2.16.ebuild +++ b/games-strategy/dominions2/dominions2-2.16.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-strategy/dominions2/dominions2-2.16.ebuild,v 1.6 2007/02/28 14:37:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.7 2007/03/12 18:02:33 genone Exp $ inherit eutils games @@ -73,12 +73,12 @@ src_install() { doins -r "${S}"/patch/* || die "doins failed" if use doc; then - einfo "" - einfo "Installing extra documentation to '/usr/share/doc/${P}'" - einfo "" - einfo "You may want to study 'DOM2_Walkthrough.pdf' carefully if" - einfo "you are new to Dominions II." - einfo "" + elog "" + elog "Installing extra documentation to '/usr/share/doc/${P}'" + elog "" + elog "You may want to study 'DOM2_Walkthrough.pdf' carefully if" + elog "you are new to Dominions II." + elog "" dodoc "${DISTDIR}"/{DOM2_Walkthrough,manual_addenda}.pdf fi @@ -95,7 +95,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "To play the game run:" - einfo " dominions2" + elog "To play the game run:" + elog " dominions2" echo } diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 39f7efbc3b17..09d8f250053e 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freeciv # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.59 2007/02/14 02:18:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.60 2007/03/12 18:04:43 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> freeciv-2.0.9.ebuild: + Replacing einfo with elog 14 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org> -freeciv-2.0.8-r1.ebuild, -freeciv-2.0.8-r2.ebuild, freeciv-2.0.9.ebuild: diff --git a/games-strategy/freeciv/freeciv-2.0.9.ebuild b/games-strategy/freeciv/freeciv-2.0.9.ebuild index cc67ffc9dc30..509b8522bd44 100644 --- a/games-strategy/freeciv/freeciv-2.0.9.ebuild +++ b/games-strategy/freeciv/freeciv-2.0.9.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-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.2 2007/02/14 02:18:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.3 2007/03/12 18:04:43 genone Exp $ inherit eutils games @@ -52,11 +52,11 @@ pkg_setup() { games_pkg_setup if ! use dedicated ; then if use gtk ; then - einfo "The Freeciv Client will be built with the GTK+-2 toolkit" + elog "The Freeciv Client will be built with the GTK+-2 toolkit" elif use Xaw3d ; then - einfo "The Freeciv Client will be built with the Xaw3d toolkit" + elog "The Freeciv Client will be built with the Xaw3d toolkit" else - einfo "The Freeciv Client will be built with the Xaw toolkit" + elog "The Freeciv Client will be built with the Xaw toolkit" fi if ! use esd && ! use alsa && ! use sdl ; then ewarn diff --git a/games-strategy/freecnc/ChangeLog b/games-strategy/freecnc/ChangeLog index d56d4b3eb58b..2f0d81477ff2 100644 --- a/games-strategy/freecnc/ChangeLog +++ b/games-strategy/freecnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freecnc # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecnc/ChangeLog,v 1.9 2007/02/10 20:17:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecnc/ChangeLog,v 1.10 2007/03/12 18:05:57 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> + freecnc-0.2.1.31072003.ebuild: + Replacing einfo with elog 10 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org> freecnc-0.2.1.31072003.ebuild: diff --git a/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild b/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild index 8fc61751663f..953d1fe38894 100644 --- a/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild +++ b/games-strategy/freecnc/freecnc-0.2.1.31072003.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-strategy/freecnc/freecnc-0.2.1.31072003.ebuild,v 1.10 2007/02/10 20:17:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild,v 1.11 2007/03/12 18:05:57 genone Exp $ inherit flag-o-matic eutils games @@ -71,7 +71,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "If you have the C&C games, then just copy the .mix" - einfo "to ${GAMES_DATADIR}/${PN}" - einfo "Otherwise, re-emerge freecnc with 'nocd' in your USE." + elog "If you have the C&C games, then just copy the .mix" + elog "to ${GAMES_DATADIR}/${PN}" + elog "Otherwise, re-emerge freecnc with 'nocd' in your USE." } diff --git a/games-strategy/gorky17-demo/ChangeLog b/games-strategy/gorky17-demo/ChangeLog index 7a4297168f93..dbf0d7a3d063 100644 --- a/games-strategy/gorky17-demo/ChangeLog +++ b/games-strategy/gorky17-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/gorky17-demo -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.4 2006/12/06 20:39:17 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.5 2007/03/12 18:07:20 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> gorky17-demo-1.0.0.ebuild, + gorky17-demo-1.0.1.0.1.ebuild: + Replacing einfo with elog 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gorky17-demo-1.0.0.ebuild, gorky17-demo-1.0.1.0.1.ebuild: diff --git a/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild b/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild index 84c9cf48bce4..ccda897aaf4e 100644 --- a/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild +++ b/games-strategy/gorky17-demo/gorky17-demo-1.0.0.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-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild,v 1.3 2006/12/06 20:39:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild,v 1.4 2007/03/12 18:07:20 genone Exp $ inherit eutils games @@ -63,7 +63,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "The instruction manual is available as:" - einfo " http://demofiles.linuxgamepublishing.com/gorky17/manual.pdf" + elog "The instruction manual is available as:" + elog " http://demofiles.linuxgamepublishing.com/gorky17/manual.pdf" echo } diff --git a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1.ebuild b/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1.ebuild index 52bc436377ac..968cbfeac415 100644 --- a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1.ebuild +++ b/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1.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-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1.ebuild,v 1.2 2006/12/06 20:39:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1.ebuild,v 1.3 2007/03/12 18:07:20 genone Exp $ inherit eutils versionator games @@ -75,7 +75,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "The instruction manual is available as:" - einfo " http://demofiles.linuxgamepublishing.com/gorky17/manual.pdf" + elog "The instruction manual is available as:" + elog " http://demofiles.linuxgamepublishing.com/gorky17/manual.pdf" echo } diff --git a/games-strategy/heroes3/ChangeLog b/games-strategy/heroes3/ChangeLog index fee617027a62..c6845bcf0397 100644 --- a/games-strategy/heroes3/ChangeLog +++ b/games-strategy/heroes3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/heroes3 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.14 2007/03/07 17:28:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.15 2007/03/12 18:09:44 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> heroes3-1.3.1a-r1.ebuild, + heroes3-1.3.1a-r2.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> heroes3-1.3.1a-r2.ebuild: diff --git a/games-strategy/heroes3/heroes3-1.3.1a-r1.ebuild b/games-strategy/heroes3/heroes3-1.3.1a-r1.ebuild index 21b01db3c54a..f18cb3a5e819 100644 --- a/games-strategy/heroes3/heroes3-1.3.1a-r1.ebuild +++ b/games-strategy/heroes3/heroes3-1.3.1a-r1.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-strategy/heroes3/heroes3-1.3.1a-r1.ebuild,v 1.12 2007/01/26 19:44:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r1.ebuild,v 1.13 2007/03/12 18:09:44 genone Exp $ # [x] Base Install Required (+4 MB) # [x] Scenarios (+7 MB) @@ -91,12 +91,12 @@ src_install() { dosym /usr/lib/loki_libnss_files.so.2 ${dir}/libnss_files.so.2 || die "dosym failed" fi - einfo "Changing 'hiscore.dat' to be writeable for group 'games'." + elog "Changing 'hiscore.dat' to be writeable for group 'games'." fperms g+w "${dir}/data/hiscore.dat" || die "fperms failed" } pkg_postinst() { games_pkg_postinst - einfo "To play the game run:" - einfo " heroes3" + elog "To play the game run:" + elog " heroes3" } diff --git a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild b/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild index 83382d993756..32a78f56a062 100644 --- a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild +++ b/games-strategy/heroes3/heroes3-1.3.1a-r2.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-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.4 2007/03/07 17:28:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.5 2007/03/12 18:09:44 genone Exp $ # [x] Base Install Required (+4 MB) # [x] Scenarios (+7 MB) @@ -191,7 +191,7 @@ src_install() { || die "dosym failed" fi - einfo "Changing 'hiscore.dat' to be writeable for group 'games'." + elog "Changing 'hiscore.dat' to be writeable for group 'games'." fperms g+w "${dir}/data/hiscore.dat" || die "fperms failed" # in order to play campaign games, put this wrapper in place. @@ -208,6 +208,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "To play the game run:" - einfo " heroes3" + elog "To play the game run:" + elog " heroes3" } diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index c6a40ea1e401..880c27678de5 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/smac # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.11 2007/02/22 00:04:30 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.12 2007/03/12 18:11:40 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> smac-6.0a.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index e31b0f67a447..57c0d2b4090e 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.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-strategy/smac/smac-6.0a.ebuild,v 1.12 2007/01/26 19:35:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.13 2007/03/12 18:11:40 genone Exp $ inherit eutils games @@ -87,8 +87,8 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "To play Sid Meyer's Alpha Centauri run:" - einfo " smac" - einfo "To play Alien Crossfire run:" - einfo " smacx" + elog "To play Sid Meyer's Alpha Centauri run:" + elog " smac" + elog "To play Alien Crossfire run:" + elog " smacx" } diff --git a/games-strategy/ufo2000/ChangeLog b/games-strategy/ufo2000/ChangeLog index 5304ac7b95fb..bcfcfc03ed81 100644 --- a/games-strategy/ufo2000/ChangeLog +++ b/games-strategy/ufo2000/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo2000 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.18 2006/11/07 03:54:27 nyhm Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ChangeLog,v 1.19 2007/03/12 18:13:00 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> ufo2000-0.7.1062.ebuild: + Replacing einfo with elog 07 Nov 2006; Tristan Heaven <nyhm@gentoo.org> -files/ufo2000-0.6.627-gcc41.patch, -ufo2000-0.6.627.ebuild, diff --git a/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild b/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild index 50396e9aaefb..1457e1ab4f23 100644 --- a/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild +++ b/games-strategy/ufo2000/ufo2000-0.7.1062.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-strategy/ufo2000/ufo2000-0.7.1062.ebuild,v 1.3 2006/11/07 03:54:27 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo2000/ufo2000-0.7.1062.ebuild,v 1.4 2007/03/12 18:13:00 genone Exp $ inherit toolchain-funcs games @@ -70,12 +70,12 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "If you have a full version of X-COM, you can copy all the files" - einfo "from the directory where you have it installed into:" - einfo " ${GAMES_DATADIR}/${PN}/XCOM" - echo - einfo "Likewise for Terror From The Deep, but to the directory:" - einfo " ${GAMES_DATADIR}/${PN}/TFTD" - echo - einfo "This will allow you to use more terrain types and units." + elog "If you have a full version of X-COM, you can copy all the files" + elog "from the directory where you have it installed into:" + elog " ${GAMES_DATADIR}/${PN}/XCOM" + elog + elog "Likewise for Terror From The Deep, but to the directory:" + elog " ${GAMES_DATADIR}/${PN}/TFTD" + elog + elog "This will allow you to use more terrain types and units." } diff --git a/games-strategy/uqm/ChangeLog b/games-strategy/uqm/ChangeLog index 70f45fb2d3bb..c9965e4ecd87 100644 --- a/games-strategy/uqm/ChangeLog +++ b/games-strategy/uqm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/uqm # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.19 2007/02/08 17:01:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.20 2007/03/12 18:16:25 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> uqm-0.5.0.ebuild, + uqm-0.6.2.ebuild: + Replacing einfo with elog 08 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org> uqm-0.6.2.ebuild: fix dep for bug #165902 diff --git a/games-strategy/uqm/uqm-0.5.0.ebuild b/games-strategy/uqm/uqm-0.5.0.ebuild index 175e41bcbcad..603f84008ada 100644 --- a/games-strategy/uqm/uqm-0.5.0.ebuild +++ b/games-strategy/uqm/uqm-0.5.0.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-strategy/uqm/uqm-0.5.0.ebuild,v 1.3 2006/12/12 17:23:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.5.0.ebuild,v 1.4 2007/03/12 18:16:25 genone Exp $ inherit eutils games @@ -105,10 +105,10 @@ pkg_postinst() { games_pkg_postinst if use remix ; then echo - einfo "To hear all the remixed music made by the The Ur-Quan Masters" - einfo "project's Precursors Team instead of the original ones," - einfo "start the game with:" - einfo " --addon uqmremix" + elog "To hear all the remixed music made by the The Ur-Quan Masters" + elog "project's Precursors Team instead of the original ones," + elog "start the game with:" + elog " --addon uqmremix" echo fi } diff --git a/games-strategy/uqm/uqm-0.6.2.ebuild b/games-strategy/uqm/uqm-0.6.2.ebuild index 3236c3b4cedd..1586ad0e1afe 100644 --- a/games-strategy/uqm/uqm-0.6.2.ebuild +++ b/games-strategy/uqm/uqm-0.6.2.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-strategy/uqm/uqm-0.6.2.ebuild,v 1.3 2007/02/08 17:01:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.4 2007/03/12 18:16:25 genone Exp $ inherit eutils multilib games @@ -119,10 +119,10 @@ pkg_postinst() { games_pkg_postinst if use remix ; then echo - einfo "To hear all the remixed music made by the The Ur-Quan Masters" - einfo "project's Precursors Team instead of the original ones," - einfo "start the game with:" - einfo " --addon uqmremix" + elog "To hear all the remixed music made by the The Ur-Quan Masters" + elog "project's Precursors Team instead of the original ones," + elog "start the game with:" + elog " --addon uqmremix" echo fi } diff --git a/games-strategy/xbattle/ChangeLog b/games-strategy/xbattle/ChangeLog index a5ee35c624be..4a1d70b2b511 100644 --- a/games-strategy/xbattle/ChangeLog +++ b/games-strategy/xbattle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xbattle # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.8 2007/02/22 00:06:34 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.9 2007/03/12 18:17:53 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> xbattle-5.4.1.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild index 413613831557..872e4ed81e1c 100644 --- a/games-strategy/xbattle/xbattle-5.4.1.ebuild +++ b/games-strategy/xbattle/xbattle-5.4.1.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-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.9 2006/12/06 21:10:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.10 2007/03/12 18:17:53 genone Exp $ inherit games @@ -49,7 +49,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo 'You may be interested by these tutorials:' - einfo ' xbattle-tutorial1' - einfo ' xbattle-tutorial2' + elog 'You may be interested by these tutorials:' + elog ' xbattle-tutorial1' + elog ' xbattle-tutorial2' } |