From 8cb3b157b30e2aeef101a54a7aa0b9c4209e6283 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Mon, 12 Mar 2007 17:10:00 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2.2) --- games-puzzle/londonlaw/ChangeLog | 5 ++++- games-puzzle/londonlaw/londonlaw-0.2.1.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'games-puzzle') diff --git a/games-puzzle/londonlaw/ChangeLog b/games-puzzle/londonlaw/ChangeLog index a82c52f24a01..d9dc6d900caa 100644 --- a/games-puzzle/londonlaw/ChangeLog +++ b/games-puzzle/londonlaw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/londonlaw # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.6 2007/02/22 01:12:23 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.7 2007/03/12 17:10:00 genone Exp $ + + 12 Mar 2007; Marius Mauch londonlaw-0.2.1.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr JaroszyƄski ChangeLog: Transition to Manifest2. diff --git a/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild b/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild index d13a0e5f618e..bfbb855704ab 100644 --- a/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild +++ b/games-puzzle/londonlaw/londonlaw-0.2.1.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-puzzle/londonlaw/londonlaw-0.2.1.ebuild,v 1.1 2006/02/25 03:29:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild,v 1.2 2007/03/12 17:10:00 genone Exp $ inherit eutils python games @@ -38,8 +38,8 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "To play, first start the server (london-server), then connect" - einfo "with the client (london-client). At least two players are" - einfo "needed to play." + elog "To play, first start the server (london-server), then connect" + elog "with the client (london-client). At least two players are" + elog "needed to play." echo } -- cgit v1.2.3-65-gdbad