summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:43:23 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:43:23 +0000
commitd68c4214711dd23d4070eb43462f9c88a3c1cf1b (patch)
tree80a51e2a9b6cf4e798a3a1a63617b7914b44105a /games-arcade/spout
parentReplacing einfo with elog (diff)
downloadgentoo-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')
-rw-r--r--games-arcade/spout/ChangeLog7
-rw-r--r--games-arcade/spout/spout-1.3.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/games-arcade/spout/ChangeLog b/games-arcade/spout/ChangeLog
index 602162c605dd..8574f2855a22 100644
--- a/games-arcade/spout/ChangeLog
+++ b/games-arcade/spout/ChangeLog
@@ -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.
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
}