summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 18:04:43 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 18:04:43 +0000
commitb1e43e041a8d40d5c556ad503bbd036fc6c43fb5 (patch)
tree3c887e13be2f5c92e9f694f81f5bf9f54e5cf728 /games-strategy/freeciv
parentx86 stable (diff)
downloadgentoo-2-b1e43e041a8d40d5c556ad503bbd036fc6c43fb5.tar.gz
gentoo-2-b1e43e041a8d40d5c556ad503bbd036fc6c43fb5.tar.bz2
gentoo-2-b1e43e041a8d40d5c556ad503bbd036fc6c43fb5.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r--games-strategy/freeciv/ChangeLog5
-rw-r--r--games-strategy/freeciv/freeciv-2.0.9.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog
index 39f7efbc3b17..09d8f250053e 100644
--- a/games-strategy/freeciv/ChangeLog
+++ b/games-strategy/freeciv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/freeciv
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.59 2007/02/14 02:18:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.60 2007/03/12 18:04:43 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> freeciv-2.0.9.ebuild:
+ Replacing einfo with elog
14 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org>
-freeciv-2.0.8-r1.ebuild, -freeciv-2.0.8-r2.ebuild, freeciv-2.0.9.ebuild:
diff --git a/games-strategy/freeciv/freeciv-2.0.9.ebuild b/games-strategy/freeciv/freeciv-2.0.9.ebuild
index cc67ffc9dc30..509b8522bd44 100644
--- a/games-strategy/freeciv/freeciv-2.0.9.ebuild
+++ b/games-strategy/freeciv/freeciv-2.0.9.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/freeciv/freeciv-2.0.9.ebuild,v 1.2 2007/02/14 02:18:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.3 2007/03/12 18:04:43 genone Exp $
inherit eutils games
@@ -52,11 +52,11 @@ pkg_setup() {
games_pkg_setup
if ! use dedicated ; then
if use gtk ; then
- einfo "The Freeciv Client will be built with the GTK+-2 toolkit"
+ elog "The Freeciv Client will be built with the GTK+-2 toolkit"
elif use Xaw3d ; then
- einfo "The Freeciv Client will be built with the Xaw3d toolkit"
+ elog "The Freeciv Client will be built with the Xaw3d toolkit"
else
- einfo "The Freeciv Client will be built with the Xaw toolkit"
+ elog "The Freeciv Client will be built with the Xaw toolkit"
fi
if ! use esd && ! use alsa && ! use sdl ; then
ewarn