diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:13:55 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:13:55 +0000 |
commit | c6af9f427336eb1a79dc0393f1325a5c83bf52a9 (patch) | |
tree | 7a552920b7947557fe9c37d229f71dfc8b3ad2d8 /games-puzzle/londonlaw | |
parent | Add XSESSION instructions to pkg_postinst using elog. One of most asked quest... (diff) | |
download | historical-c6af9f427336eb1a79dc0393f1325a5c83bf52a9.tar.gz historical-c6af9f427336eb1a79dc0393f1325a5c83bf52a9.tar.bz2 historical-c6af9f427336eb1a79dc0393f1325a5c83bf52a9.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-puzzle/londonlaw')
-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 } |