diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:48:12 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:48:12 +0000 |
commit | ebeb6a2f594989526932772571d53c1493f1ad76 (patch) | |
tree | e3c1e9d682ebaab475fd4e2d0cbe7092ef4fcc56 /games-board/fruit | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-ebeb6a2f594989526932772571d53c1493f1ad76.tar.gz gentoo-2-ebeb6a2f594989526932772571d53c1493f1ad76.tar.bz2 gentoo-2-ebeb6a2f594989526932772571d53c1493f1ad76.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-board/fruit')
-rw-r--r-- | games-board/fruit/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/fruit/fruit-2.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-board/fruit/ChangeLog b/games-board/fruit/ChangeLog index 29e69c36baa6..e15755478d82 100644 --- a/games-board/fruit/ChangeLog +++ b/games-board/fruit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/fruit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/fruit/ChangeLog,v 1.2 2007/02/13 17:29:10 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/fruit/ChangeLog,v 1.3 2007/03/12 13:48:12 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> fruit-2.1.ebuild: + Replacing einfo with elog 13 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> fruit-2.1.ebuild: Add ~amd64 wrt bug #166019. diff --git a/games-board/fruit/fruit-2.1.ebuild b/games-board/fruit/fruit-2.1.ebuild index e8eda11ce54a..fb8609e7c3ae 100644 --- a/games-board/fruit/fruit-2.1.ebuild +++ b/games-board/fruit/fruit-2.1.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-board/fruit/fruit-2.1.ebuild,v 1.2 2007/02/13 17:29:10 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/fruit/fruit-2.1.ebuild,v 1.3 2007/03/12 13:48:12 genone Exp $ inherit eutils versionator games @@ -42,6 +42,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "To use this engine you need to install a chess GUI that talk UCI" - einfo "emerge games-board/glchess to have one" + elog "To use this engine you need to install a chess GUI that talk UCI" + elog "emerge games-board/glchess to have one" } |