Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Mon, 12 Mar 2007 18:17:53 +0000 (18:17 +0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 12 Mar 2007 18:17:53 +0000 (18:17 +0000)
Package-Manager: portage-2.1.2.2

23 files changed:
games-strategy/crimson/ChangeLog
games-strategy/crimson/crimson-0.5.1.ebuild
games-strategy/dominions2/ChangeLog
games-strategy/dominions2/dominions2-2.16.ebuild
games-strategy/freeciv/ChangeLog
games-strategy/freeciv/freeciv-2.0.9.ebuild
games-strategy/freecnc/ChangeLog
games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild
games-strategy/gorky17-demo/ChangeLog
games-strategy/gorky17-demo/gorky17-demo-1.0.0.ebuild
games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1.ebuild
games-strategy/heroes3/ChangeLog
games-strategy/heroes3/heroes3-1.3.1a-r1.ebuild
games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild
games-strategy/smac/ChangeLog
games-strategy/smac/smac-6.0a.ebuild
games-strategy/ufo2000/ChangeLog
games-strategy/ufo2000/ufo2000-0.7.1062.ebuild
games-strategy/uqm/ChangeLog
games-strategy/uqm/uqm-0.5.0.ebuild
games-strategy/uqm/uqm-0.6.2.ebuild
games-strategy/xbattle/ChangeLog
games-strategy/xbattle/xbattle-5.4.1.ebuild

index 147b63fa6260ae71227d2eaeca6cc805fc3b957a..a576b684f913c1b4bf1a05f824fb97580a19ab22 100644 (file)
@@ -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)
 
index 1b05ae1171660477c72ab81dfce487e1984e3615..a9b8bc709e6f66ae1780a56b4238a37a05789e0b 100644 (file)
@@ -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."
 }
index 5386da43ad241ec0d77f075c3a1a963e4d29ed4f..7cf1c08a5011a48ebddb5b325991064fb7e76dee 100644 (file)
@@ -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
index b0312f866e5476b6426f60623da5b31a7e8af130..d43473d31fe2e259e467411199a96a604c0f7e8c 100644 (file)
@@ -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
 }
index 39f7efbc3b170c9857163cf35d0ae2a2f67c0cb9..09d8f250053e2a4c105ade3483bacb40e5e8e0de 100644 (file)
@@ -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:
index cc67ffc9dc30b2b8ef4c49ac05e24ae17d5f2a28..509b8522bd44364a52e52dc85c0d1216a48a19f6 100644 (file)
@@ -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
index d56d4b3eb58b8e2f2050d109b257ef09423eb1fd..2f0d81477ff20fadd82ffb294b33f47394fba7c7 100644 (file)
@@ -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:
index 8fc61751663fc59c936e2cc4145299d5c9f5f3ef..953d1fe38894bf5fb9d0603fa0dd30db6949d901 100644 (file)
@@ -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."
 }
index 7a4297168f938e9c54c191055dc2d4b3e70b9546..dbf0d7a3d063d0ffff6ea64f9aec5ef01e1bdb72 100644 (file)
@@ -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:
index 84c9cf48bce42326f0223e4d11d29010bfe2fc47..ccda897aaf4ebfdac7a6a2efa7698835f08a0fa7 100644 (file)
@@ -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
 }
index 52bc436377ac4c879213382eda9244715b2f3800..968cbfeac4159e04fb0490b476d4a05790662875 100644 (file)
@@ -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
 }
index fee617027a621874a5a02d3f84e4265fec02632f..c6845bcf03978a7cb0a58fbfd5bd5f7efa9e1c29 100644 (file)
@@ -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:
index 21b01db3c54ab40393bfdfc3886ff980aa81c07b..f18cb3a5e819886bedc17527693625ac08b5499f 100644 (file)
@@ -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"
 }
index 83382d993756c6d3949c7dffda8295a9222ee60c..32a78f56a0629892cde54fad4bac7db4edaa818c 100644 (file)
@@ -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"
 }
index c6a40ea1e401e6a717a0b497f5a614fde810c002..880c27678de589f4dfaf2253507edc67ae5c4dc3 100644 (file)
@@ -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.
index e31b0f67a4471b5b90eeb813f1d9f1a3c18f4307..57c0d2b4090e119ad85233d2c228f97abf41eed9 100644 (file)
@@ -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"
 }
index 5304ac7b95fb7acc231be7bcf16e47b768efb542..bcfcfc03ed81e960dac8e80dee639c5dc5087664 100644 (file)
@@ -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,
index 50396e9aaefbb9b5f92cc70e867f5abc7d0f0355..1457e1ab4f23da39ff8f2d37ae7a87e1be72e096 100644 (file)
@@ -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."
 }
index 70f45fb2d3bb79f659ced5343acee1b043969bb7..c9965e4ecd871d9c029f28258506bfe1fb82424b 100644 (file)
@@ -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
index 175e41bcbcad6ba4b9a7f86cca14cfdcedcd77c3..603f84008adabc8fbbae5091026628cd5043b132 100644 (file)
@@ -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
 }
index 3236c3b4cedd1ac3809326c0cb18288a7cd3d3f3..1586ad0e1afe178321be088d9554b8dd3375df9f 100644 (file)
@@ -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
 }
index a5ee35c624be0e7c64badf73c0f7991db55db739..4a1d70b2b51113b21b87c221272acc2a06d5d22a 100644 (file)
@@ -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.
index 413613831557ee46e45ccb9e57561291bf18c444..872e4ed81e1c43de7d1b38c4eaa42e75fb681c75 100644 (file)
@@ -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'
 }