summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:13:57 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:13:57 +0000
commit220d6a5b1310888d01e28be1416ded96da009959 (patch)
tree5424f47142ca516b8915d73e61b3cce8eb530daf /games-action/battalion
parentReplacing einfo with elog (diff)
downloadgentoo-2-220d6a5b1310888d01e28be1416ded96da009959.tar.gz
gentoo-2-220d6a5b1310888d01e28be1416ded96da009959.tar.bz2
gentoo-2-220d6a5b1310888d01e28be1416ded96da009959.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action/battalion')
-rw-r--r--games-action/battalion/ChangeLog7
-rw-r--r--games-action/battalion/battalion-1.4b.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-action/battalion/ChangeLog b/games-action/battalion/ChangeLog
index d87e58b2d6ea..81c254ed2fd6 100644
--- a/games-action/battalion/ChangeLog
+++ b/games-action/battalion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/battalion
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/ChangeLog,v 1.9 2006/12/01 19:58:01 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/ChangeLog,v 1.10 2007/03/12 13:13:57 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> battalion-1.4b.ebuild:
+ Replacing einfo with elog
01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> battalion-1.4b.ebuild:
Removing old virtual/x11 dependency.
diff --git a/games-action/battalion/battalion-1.4b.ebuild b/games-action/battalion/battalion-1.4b.ebuild
index 791762d58639..05585e957289 100644
--- a/games-action/battalion/battalion-1.4b.ebuild
+++ b/games-action/battalion/battalion-1.4b.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/battalion/battalion-1.4b.ebuild,v 1.11 2006/12/01 19:58:01 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v 1.12 2007/03/12 13:13:57 genone Exp $
inherit games
@@ -60,7 +60,7 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
echo
- einfo "Sound and music are not enabled by default."
- einfo "Use the S and M keys to enable them in-game, or start the game with"
- einfo "the -s and -m switches: battalion -s -m"
+ elog "Sound and music are not enabled by default."
+ elog "Use the S and M keys to enable them in-game, or start the game with"
+ elog "the -s and -m switches: battalion -s -m"
}