diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:37:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:37:23 +0000 |
commit | 5189006c52773affd2a71a4cdaadea557a14d0f1 (patch) | |
tree | 7db75e5f2877bf97d8040e8b850242c6fb2f232b /games-arcade/kobodeluxe | |
parent | Stable on sparc (diff) | |
download | gentoo-2-5189006c52773affd2a71a4cdaadea557a14d0f1.tar.gz gentoo-2-5189006c52773affd2a71a4cdaadea557a14d0f1.tar.bz2 gentoo-2-5189006c52773affd2a71a4cdaadea557a14d0f1.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-arcade/kobodeluxe')
-rw-r--r-- | games-arcade/kobodeluxe/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-arcade/kobodeluxe/ChangeLog b/games-arcade/kobodeluxe/ChangeLog index 1acac5302c21..8a0e2bc1a825 100644 --- a/games-arcade/kobodeluxe/ChangeLog +++ b/games-arcade/kobodeluxe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/kobodeluxe # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/kobodeluxe/ChangeLog,v 1.18 2007/02/17 19:10:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/kobodeluxe/ChangeLog,v 1.19 2007/03/12 13:37:23 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> kobodeluxe-0.4_pre10.ebuild: + Replacing einfo with elog 17 Feb 2007; Markus Rothe <corsair@gentoo.org> kobodeluxe-0.4_pre10.ebuild: diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild index 1e07cb1e5ee4..2f7b58a90674 100644 --- a/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild +++ b/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.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-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild,v 1.14 2007/02/17 19:10:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild,v 1.15 2007/03/12 13:37:23 genone Exp $ inherit flag-o-matic eutils games @@ -52,9 +52,9 @@ src_install () { pkg_postinst() { games_pkg_postinst - einfo "The location of the highscore files has changed. If this isn't the" - einfo "first time you've installed ${PN} and you'd like to keep the high" - einfo "scores from a previous version of ${PN}, please move all the files" - einfo "in /var/lib/games/kobodeluxe/ to ${GAMES_STATEDIR}/${PN}. If you" - einfo "have a /var/lib/games/kobodeluxe/ directory it may be removed." + elog "The location of the highscore files has changed. If this isn't the" + elog "first time you've installed ${PN} and you'd like to keep the high" + elog "scores from a previous version of ${PN}, please move all the files" + elog "in /var/lib/games/kobodeluxe/ to ${GAMES_STATEDIR}/${PN}. If you" + elog "have a /var/lib/games/kobodeluxe/ directory it may be removed." } |