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/tribes2 | |
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/tribes2')
-rw-r--r-- | games-fps/tribes2/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/tribes2/tribes2-25034.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/tribes2/ChangeLog b/games-fps/tribes2/ChangeLog index e0ab6fd92406..9ea3d613dfcb 100644 --- a/games-fps/tribes2/ChangeLog +++ b/games-fps/tribes2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/tribes2 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.15 2007/02/22 00:34:24 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.16 2007/03/12 15:21:56 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> tribes2-25034.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild index bd1ba414fbcc..e2b17bd61e3d 100644 --- a/games-fps/tribes2/tribes2-25034.ebuild +++ b/games-fps/tribes2/tribes2-25034.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/tribes2/tribes2-25034.ebuild,v 1.14 2006/10/24 22:56:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.15 2007/03/12 15:21:56 genone Exp $ inherit eutils games @@ -69,6 +69,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "To play the game run:" - einfo " t2launch" + elog "To play the game run:" + elog " t2launch" } |