diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:02:39 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:02:39 +0000 |
commit | 13b8f0233006988aa08dd33a7c6853ab1e109577 (patch) | |
tree | 192c0bb30ad4328c475a59f11a63ecfaebf0b588 /games-fps/quake4-bin | |
parent | x86 stable (diff) | |
download | gentoo-2-13b8f0233006988aa08dd33a7c6853ab1e109577.tar.gz gentoo-2-13b8f0233006988aa08dd33a7c6853ab1e109577.tar.bz2 gentoo-2-13b8f0233006988aa08dd33a7c6853ab1e109577.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps/quake4-bin')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.3.2.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index 7a043f5f449c..2be381c8e9c6 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake4-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.30 2007/01/07 20:37:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.31 2007/03/12 15:02:39 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> quake4-bin-1.3.2.ebuild: + Replacing einfo with elog 07 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> quake4-bin-1.3.2.ebuild: diff --git a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild index b0e5dc6afd82..500e21ee3175 100644 --- a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.3.2.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/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.5 2007/01/31 08:01:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.6 2007/03/12 15:02:39 genone Exp $ inherit eutils versionator games @@ -104,15 +104,15 @@ pkg_postinst() { if ! use cdinstall then - einfo "You need to copy pak001.pk4 through pak012.pk4, along with" - einfo "zpak*.pk4 from either your installation media or your hard drive" - einfo "to ${dir}/q4base before running the game." + elog "You need to copy pak001.pk4 through pak012.pk4, along with" + elog "zpak*.pk4 from either your installation media or your hard drive" + elog "to ${dir}/q4base before running the game." echo fi if use opengl || ! use dedicated then - einfo "To play the game run:" - einfo " quake4" + elog "To play the game run:" + elog " quake4" echo fi } |