summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 18:05:57 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 18:05:57 +0000
commitaf005353a615a04d577130b369308a8ceeba448f (patch)
tree9001d1039c10bc04fe8ef69aaf68fc53a8750cdd /games-strategy/freecnc
parentAdd ~alpha keyword, bug 170491. (diff)
downloadgentoo-2-af005353a615a04d577130b369308a8ceeba448f.tar.gz
gentoo-2-af005353a615a04d577130b369308a8ceeba448f.tar.bz2
gentoo-2-af005353a615a04d577130b369308a8ceeba448f.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy/freecnc')
-rw-r--r--games-strategy/freecnc/ChangeLog6
-rw-r--r--games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/freecnc/ChangeLog b/games-strategy/freecnc/ChangeLog
index d56d4b3eb58b..2f0d81477ff2 100644
--- a/games-strategy/freecnc/ChangeLog
+++ b/games-strategy/freecnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/freecnc
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecnc/ChangeLog,v 1.9 2007/02/10 20:17:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecnc/ChangeLog,v 1.10 2007/03/12 18:05:57 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org>
+ freecnc-0.2.1.31072003.ebuild:
+ Replacing einfo with elog
10 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org>
freecnc-0.2.1.31072003.ebuild:
diff --git a/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild b/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild
index 8fc61751663f..953d1fe38894 100644
--- a/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild
+++ b/games-strategy/freecnc/freecnc-0.2.1.31072003.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-strategy/freecnc/freecnc-0.2.1.31072003.ebuild,v 1.10 2007/02/10 20:17:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecnc/freecnc-0.2.1.31072003.ebuild,v 1.11 2007/03/12 18:05:57 genone Exp $
inherit flag-o-matic eutils games
@@ -71,7 +71,7 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- einfo "If you have the C&C games, then just copy the .mix"
- einfo "to ${GAMES_DATADIR}/${PN}"
- einfo "Otherwise, re-emerge freecnc with 'nocd' in your USE."
+ elog "If you have the C&C games, then just copy the .mix"
+ elog "to ${GAMES_DATADIR}/${PN}"
+ elog "Otherwise, re-emerge freecnc with 'nocd' in your USE."
}