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

games-arcade/pydance/ChangeLog
games-arcade/pydance/pydance-1.0.3.ebuild
games-arcade/spout/ChangeLog
games-arcade/spout/spout-1.3.ebuild

index 2d2122d5356cc5b487ce6edd3a0170fb987d46d9..472d78cacffe5413ff2fe9dd50ca921a98ae2a29 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/pydance
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.16 2006/11/10 23:04:21 mr_bones_ Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.17 2007/03/12 13:42:27 genone Exp $
+
+  12 Mar 2007; Marius Mauch <genone@gentoo.org> pydance-1.0.3.ebuild:
+  Replacing einfo with elog
 
   10 Nov 2006; Michael Sterrett <mr_bones_@gentoo.org>
   +files/pydance-1.0.3-debian.patch, pydance-1.0.3.ebuild:
index e07e2d779f6f12afc197fa2c5acd63499691e77d..198fae4d85a6a50e036b0e394722bebcf5dab9b6 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-arcade/pydance/pydance-1.0.3.ebuild,v 1.4 2006/11/19 15:44:30 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.0.3.ebuild,v 1.5 2007/03/12 13:42:27 genone Exp $
 
 inherit eutils games
 
@@ -52,7 +52,7 @@ src_install() {
 pkg_postinst() {
        games_pkg_postinst
        echo
-       einfo "If you want to use a DDR pad with pyDance,"
-       einfo "all you need to do is emerge the games-arcade/ddrmat kernel module."
+       elog "If you want to use a DDR pad with pyDance,"
+       elog "all you need to do is emerge the games-arcade/ddrmat kernel module."
        echo
 }
index 602162c605ddc9f95f67983d48195d3324685e5a..8574f2855a22cc9815505cbad1e52167cc5d492a 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/spout
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.6 2006/01/29 00:00:27 joshuabaergen Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.7 2007/03/12 13:43:23 genone Exp $
+
+  12 Mar 2007; Marius Mauch <genone@gentoo.org> spout-1.3.ebuild:
+  Replacing einfo with elog
 
   28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> spout-1.3.ebuild:
   Remove x11 dependencies as this package does not directly depend on X.
index 98af610ee09fa5edbac3bafdc1ece83098da11b6..d4f1bf988ab3b0874742137efd07e6b8c15eb369 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-arcade/spout/spout-1.3.ebuild,v 1.5 2007/02/21 17:00:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.6 2007/03/12 13:43:23 genone Exp $
 
 inherit eutils games
 
@@ -29,14 +29,14 @@ src_install() {
 pkg_postinst() {
        games_pkg_postinst
        echo
-       einfo "To play in fullscreen mode, do 'spout f'."
-       einfo "To play in a greater resolution, do 'spout x', where"
-       einfo "x is an integer; the larger x is, the higher the resolution."
+       elog "To play in fullscreen mode, do 'spout f'."
+       elog "To play in a greater resolution, do 'spout x', where"
+       elog "x is an integer; the larger x is, the higher the resolution."
        echo
-       einfo "To play:"
-       einfo "Accelerate - spacebar, enter, z, x"
-       einfo "Pause - escape"
-       einfo "Exit - shift+escape"
-       einfo "Rotate - left or right"
+       elog "To play:"
+       elog "Accelerate - spacebar, enter, z, x"
+       elog "Pause - escape"
+       elog "Exit - shift+escape"
+       elog "Rotate - left or right"
        echo
 }