diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
commit | 9de6719585680a6b289189c365ba2b2d2402c68e (patch) | |
tree | b0421b9efa2e0e4fd663cd7ff456694cbe1a9447 /games-strategy/freeciv | |
parent | Stable for HPPA (bug #169512). (diff) | |
download | historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.gz historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.bz2 historical-9de6719585680a6b289189c365ba2b2d2402c68e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.0.9.ebuild | 8 |
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 |