summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:19:33 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:19:33 +0000
commit4987700a868f773cc129f0a38daa61d6b46a4e2e (patch)
tree4963461e4d5c8db88044d9faa65fc593bc4b7ed1 /games-action
parentAdded a patch from Darren West <deefster@cheerful.com> to do a couple minor c... (diff)
downloadgentoo-2-4987700a868f773cc129f0a38daa61d6b46a4e2e.tar.gz
gentoo-2-4987700a868f773cc129f0a38daa61d6b46a4e2e.tar.bz2
gentoo-2-4987700a868f773cc129f0a38daa61d6b46a4e2e.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/heavygear2/ChangeLog7
-rw-r--r--games-action/heavygear2/heavygear2-1.0b.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-action/heavygear2/ChangeLog b/games-action/heavygear2/ChangeLog
index e5f7b390311f..de871a6b5f35 100644
--- a/games-action/heavygear2/ChangeLog
+++ b/games-action/heavygear2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/heavygear2
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.16 2006/10/24 22:25:17 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/ChangeLog,v 1.17 2007/03/12 13:19:33 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> heavygear2-1.0b.ebuild:
+ Replacing einfo with elog
24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
heavygear2-1.0b.ebuild:
diff --git a/games-action/heavygear2/heavygear2-1.0b.ebuild b/games-action/heavygear2/heavygear2-1.0b.ebuild
index 8324899d799d..25f86401d97f 100644
--- a/games-action/heavygear2/heavygear2-1.0b.ebuild
+++ b/games-action/heavygear2/heavygear2-1.0b.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-action/heavygear2/heavygear2-1.0b.ebuild,v 1.15 2006/10/24 22:25:17 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.16 2007/03/12 13:19:33 genone Exp $
inherit eutils games
@@ -75,9 +75,9 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
if ! use videos ; then
- einfo "You will need to mount the Heavy Gear II CD to see the cut-scene videos."
+ elog "You will need to mount the Heavy Gear II CD to see the cut-scene videos."
echo
fi
- einfo "To play the game run:"
- einfo " hg2"
+ elog "To play the game run:"
+ elog " hg2"
}