diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:08:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:08:23 +0000 |
commit | c51e3eea4f58ef9776f8d15133c6d8c9e8df3721 (patch) | |
tree | c48b9075d52d542a7b36660dac29068fd47fcef9 /games-fps/doom-data/doom-data-1-r1.ebuild | |
parent | x86 stable (diff) | |
download | historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.tar.gz historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.tar.bz2 historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-fps/doom-data/doom-data-1-r1.ebuild')
-rw-r--r-- | games-fps/doom-data/doom-data-1-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/doom-data/doom-data-1-r1.ebuild b/games-fps/doom-data/doom-data-1-r1.ebuild index d32573fe683a..14a5d8ec3aac 100644 --- a/games-fps/doom-data/doom-data-1-r1.ebuild +++ b/games-fps/doom-data/doom-data-1-r1.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-fps/doom-data/doom-data-1-r1.ebuild,v 1.2 2006/09/28 21:11:25 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom-data/doom-data-1-r1.ebuild,v 1.3 2007/03/12 14:24:33 genone Exp $ inherit eutils games @@ -33,10 +33,10 @@ src_install() { pkg_postinst() { games_pkg_postinst if use doomsday; then - einfo "To use the doomsday engine, run doomsday-demo" + elog "To use the doomsday engine, run doomsday-demo" else - einfo "A Doom engine is required to play the wad" - einfo "Enable the doomsday use flag if you want to use" - einfo " the doomsday engine" + elog "A Doom engine is required to play the wad" + elog "Enable the doomsday use flag if you want to use" + elog " the doomsday engine" fi } |