summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:53:42 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:53:42 +0000
commit3a6f7d30beeb342c7f389123de1d8aafeb67ad64 (patch)
treeb525bf5bbddcb9866b5f671a0c24f915036fabe4 /games-board/crafty
parentStable on sparc wrt #170548 (diff)
downloadhistorical-3a6f7d30beeb342c7f389123de1d8aafeb67ad64.tar.gz
historical-3a6f7d30beeb342c7f389123de1d8aafeb67ad64.tar.bz2
historical-3a6f7d30beeb342c7f389123de1d8aafeb67ad64.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-board/crafty')
-rw-r--r--games-board/crafty/ChangeLog6
-rw-r--r--games-board/crafty/crafty-20.13.ebuild16
-rw-r--r--games-board/crafty/crafty-20.14.ebuild16
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
}