diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:43:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:43:23 +0000 |
commit | d68c4214711dd23d4070eb43462f9c88a3c1cf1b (patch) | |
tree | 80a51e2a9b6cf4e798a3a1a63617b7914b44105a /games-arcade/spout/spout-1.3.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-d68c4214711dd23d4070eb43462f9c88a3c1cf1b.tar.gz gentoo-2-d68c4214711dd23d4070eb43462f9c88a3c1cf1b.tar.bz2 gentoo-2-d68c4214711dd23d4070eb43462f9c88a3c1cf1b.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/spout/spout-1.3.ebuild')
-rw-r--r-- | games-arcade/spout/spout-1.3.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games-arcade/spout/spout-1.3.ebuild b/games-arcade/spout/spout-1.3.ebuild index 98af610ee09f..d4f1bf988ab3 100644 --- a/games-arcade/spout/spout-1.3.ebuild +++ b/games-arcade/spout/spout-1.3.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-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 } |