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

games-engines/frotz/ChangeLog
games-engines/frotz/frotz-2.43.ebuild
games-engines/scummvm/ChangeLog
games-engines/scummvm/scummvm-0.9.1.ebuild

index 2195fe0ec9a6fcf362dc4e01ab4fb3e5db92b54a..a2f6b2189c9a8ffe0deee80b57a544c2bad220b6 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/frotz
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.11 2007/02/21 23:35:08 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.12 2007/03/12 14:12:54 genone Exp $
+
+  12 Mar 2007; Marius Mauch <genone@gentoo.org> frotz-2.43.ebuild:
+  Replacing einfo with elog
 
   21 Feb 2007; Piotr JaroszyƄski <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 6943e5651abef5e8d998f088e74ffbad4df77400..0b701934ef380f70d622714363465807c5893d3f 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-engines/frotz/frotz-2.43.ebuild,v 1.13 2006/11/27 14:20:12 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.14 2007/03/12 14:12:53 genone Exp $
 
 inherit toolchain-funcs games
 
@@ -33,7 +33,7 @@ src_install () {
 pkg_postinst() {
        games_pkg_postinst
        echo
-       einfo "Global config file can be installed in ${GAMES_SYSCONFDIR}/frotz.conf"
-       einfo "Sample config files are in /usr/share/doc/${PF}"
+       elog "Global config file can be installed in ${GAMES_SYSCONFDIR}/frotz.conf"
+       elog "Sample config files are in /usr/share/doc/${PF}"
        echo
 }
index f2330a304605043db3f2c5c14e925dc82b574e5b..ee54f0f222dba782ff8778f790d240e86eb1d11b 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/scummvm
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.43 2006/12/12 22:45:59 wolf31o2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.44 2007/03/12 14:14:34 genone Exp $
+
+  12 Mar 2007; Marius Mauch <genone@gentoo.org> scummvm-0.9.1.ebuild:
+  Replacing einfo with elog
 
   12 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> scummvm-0.9.1.ebuild:
   Remove dependency on the specific flac version.
index 3c23d2e513cb0a161fe5e9a4b9758f1fef789b94..bcc643c5f47282aee15b6c54d56e01094663b9a3 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-engines/scummvm/scummvm-0.9.1.ebuild,v 1.5 2006/12/12 22:45:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.1.ebuild,v 1.6 2007/03/12 14:14:34 genone Exp $
 
 inherit eutils games
 
@@ -81,8 +81,8 @@ src_install() {
 pkg_postinst() {
        games_pkg_postinst
        echo
-       einfo "If you want to use the new \"modern\" theme for ${PN},"
-       einfo "add the following line to the [scummvm] section of"
-       einfo "your ~/.scummvmrc file (after running scummvm once):"
-       einfo "themepath=${GAMES_DATADIR}/${PN}/engines/"
+       elog "If you want to use the new \"modern\" theme for ${PN},"
+       elog "add the following line to the [scummvm] section of"
+       elog "your ~/.scummvmrc file (after running scummvm once):"
+       elog "themepath=${GAMES_DATADIR}/${PN}/engines/"
 }