diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:21:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:21:44 +0000 |
commit | b0eb0d0e9e326d0c124d97bfcaea69f176908df0 (patch) | |
tree | e4cef3eaa8983212a75dd0e9069d934f1d2dc462 /games-action/battalion | |
parent | Stable on sparc wrt #170310 (diff) | |
download | historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.tar.gz historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.tar.bz2 historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'games-action/battalion')
-rw-r--r-- | games-action/battalion/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/battalion/battalion-1.4b.ebuild | 10 |
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" } |