diff options
author | 2007-03-12 15:30:37 +0000 | |
---|---|---|
committer | 2007-03-12 15:30:37 +0000 | |
commit | bd998eeaffb48de7e109a210a47c36900d1db4bf (patch) | |
tree | b488c39087c5063ab9c6744754d53925dd756533 /games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild | |
parent | x86 stable (diff) | |
download | historical-bd998eeaffb48de7e109a210a47c36900d1db4bf.tar.gz historical-bd998eeaffb48de7e109a210a47c36900d1db4bf.tar.bz2 historical-bd998eeaffb48de7e109a210a47c36900d1db4bf.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild')
-rw-r--r-- | games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild index 0c896556bf49..cdf917d92b56 100644 --- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild +++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.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/unreal-tournament-goty/unreal-tournament-goty-436.ebuild,v 1.12 2006/12/05 18:10:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild,v 1.13 2007/03/12 15:27:03 genone Exp $ inherit eutils games @@ -156,9 +156,9 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "You might want to install the bonus packs too." - einfo "Many servers on the internet use them, and the" - einfo "majority of players do too." - echo - einfo "Just run: emerge unreal-tournament-bonuspacks" + elog "You might want to install the bonus packs too." + elog "Many servers on the internet use them, and the" + elog "majority of players do too." + elog + elog "Just run: emerge unreal-tournament-bonuspacks" } |