diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:10:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:10:00 +0000 |
commit | 8cb3b157b30e2aeef101a54a7aa0b9c4209e6283 (patch) | |
tree | 4e0a066921e5bea3a03ccf20e8f591ac77c5196a /games-puzzle | |
parent | Add XSESSION instructions to pkg_postinst using elog. One of most asked quest... (diff) | |
download | gentoo-2-8cb3b157b30e2aeef101a54a7aa0b9c4209e6283.tar.gz gentoo-2-8cb3b157b30e2aeef101a54a7aa0b9c4209e6283.tar.bz2 gentoo-2-8cb3b157b30e2aeef101a54a7aa0b9c4209e6283.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/londonlaw/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/londonlaw/londonlaw-0.2.1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
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 <genone@gentoo.org> londonlaw-0.2.1.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> 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 } |