diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:30:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:30:37 +0000 |
commit | bd998eeaffb48de7e109a210a47c36900d1db4bf (patch) | |
tree | b488c39087c5063ab9c6744754d53925dd756533 /games-fps/ut2003 | |
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/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r4.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 7fd8cdc9619c..33e32e5dbf0b 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.43 2007/03/07 16:57:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.44 2007/03/12 15:28:47 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> ut2003-2225-r4.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r4.ebuild: Change all instances of [ to [[. diff --git a/games-fps/ut2003/ut2003-2225-r4.ebuild b/games-fps/ut2003/ut2003-2225-r4.ebuild index 457cd4b7a9b2..5ee893f9d90c 100644 --- a/games-fps/ut2003/ut2003-2225-r4.ebuild +++ b/games-fps/ut2003/ut2003-2225-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r4.ebuild,v 1.11 2007/03/07 16:57:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r4.ebuild,v 1.12 2007/03/12 15:28:47 genone Exp $ inherit eutils games @@ -49,16 +49,16 @@ pkg_postinst() { # here is where we check for the existence of a cdkey... # if we don't find one, we ask the user for it if [[ -f ${dir}/System/cdkey ]] ; then - einfo "A cdkey file is already present in ${dir}/System" + elog "A cdkey file is already present in ${dir}/System" else ewarn "You MUST run this before playing the game:" ewarn "emerge --config =${CATEGORY}/${PF}" ewarn "That way you can (re)enter your cdkey." fi - echo - einfo "To play the game run:" - einfo " ut2003" - echo + elog + elog "To play the game run:" + elog " ut2003" + ewarn ewarn "If you are not installing for the first time and you plan on running" ewarn "a server, you will probably need to edit your" ewarn "~/.ut2003/System/UT2003.ini file and add a line that says" |