diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:44:57 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:44:57 +0000 |
commit | 041dc8cb1101c619ce2098a34afb8d9c55748043 (patch) | |
tree | f7130f6479346a96eeb3c3abe8ff2a28d62a08a4 /games-board | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-041dc8cb1101c619ce2098a34afb8d9c55748043.tar.gz gentoo-2-041dc8cb1101c619ce2098a34afb8d9c55748043.tar.bz2 gentoo-2-041dc8cb1101c619ce2098a34afb8d9c55748043.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/crafty/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.13.ebuild | 16 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.14.ebuild | 16 |
3 files changed, 21 insertions, 17 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog index 590ddd3c7412..8229f6d9217c 100644 --- a/games-board/crafty/ChangeLog +++ b/games-board/crafty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/crafty # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.20 2007/03/07 16:02:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.21 2007/03/12 13:44:57 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> crafty-20.13.ebuild, + crafty-20.14.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> crafty-20.13.ebuild, crafty-20.14.ebuild: diff --git a/games-board/crafty/crafty-20.13.ebuild b/games-board/crafty/crafty-20.13.ebuild index 44e207a33426..d21da7f0cdef 100644 --- a/games-board/crafty/crafty-20.13.ebuild +++ b/games-board/crafty/crafty-20.13.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/crafty/crafty-20.13.ebuild,v 1.2 2007/03/07 16:02:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.13.ebuild,v 1.3 2007/03/12 13:44:57 genone Exp $ inherit flag-o-matic games @@ -68,11 +68,11 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo - einfo "Note: No books or tablebases have been installed. If you want them, just" - einfo " download them from ${HOMEPAGE}." - einfo " You will find documentation there too. In most cases you take now " - einfo " your xboard compatible application, (xboard, eboard, knights) and " - einfo " just play chess against computer opponent. Have fun." - einfo + elog + elog "Note: No books or tablebases have been installed. If you want them, just" + elog " download them from ${HOMEPAGE}." + elog " You will find documentation there too. In most cases you take now " + elog " your xboard compatible application, (xboard, eboard, knights) and " + elog " just play chess against computer opponent. Have fun." + elog } diff --git a/games-board/crafty/crafty-20.14.ebuild b/games-board/crafty/crafty-20.14.ebuild index 141b2c6f3619..515344d4461a 100644 --- a/games-board/crafty/crafty-20.14.ebuild +++ b/games-board/crafty/crafty-20.14.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/crafty/crafty-20.14.ebuild,v 1.2 2007/03/07 16:02:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.14.ebuild,v 1.3 2007/03/12 13:44:57 genone Exp $ inherit flag-o-matic games @@ -69,11 +69,11 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo - einfo "Note: No books or tablebases have been installed. If you want them, just" - einfo " download them from ${HOMEPAGE}." - einfo " You will find documentation there too. In most cases you take now " - einfo " your xboard compatible application, (xboard, eboard, knights) and " - einfo " just play chess against computer opponent. Have fun." - einfo + elog + elog "Note: No books or tablebases have been installed. If you want them, just" + elog " download them from ${HOMEPAGE}." + elog " You will find documentation there too. In most cases you take now " + elog " your xboard compatible application, (xboard, eboard, knights) and " + elog " just play chess against computer opponent. Have fun." + elog } |