From: Marius Mauch Date: Mon, 12 Mar 2007 14:14:34 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e0dc4e93b110f7081be1d7e918e2dc62da5b638;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2.2 --- diff --git a/games-engines/frotz/ChangeLog b/games-engines/frotz/ChangeLog index 2195fe0ec9a6..a2f6b2189c9a 100644 --- a/games-engines/frotz/ChangeLog +++ b/games-engines/frotz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/frotz # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.11 2007/02/21 23:35:08 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.12 2007/03/12 14:12:54 genone Exp $ + + 12 Mar 2007; Marius Mauch frotz-2.43.ebuild: + Replacing einfo with elog 21 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild index 6943e5651abe..0b701934ef38 100644 --- a/games-engines/frotz/frotz-2.43.ebuild +++ b/games-engines/frotz/frotz-2.43.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-engines/frotz/frotz-2.43.ebuild,v 1.13 2006/11/27 14:20:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.14 2007/03/12 14:12:53 genone Exp $ inherit toolchain-funcs games @@ -33,7 +33,7 @@ src_install () { pkg_postinst() { games_pkg_postinst echo - einfo "Global config file can be installed in ${GAMES_SYSCONFDIR}/frotz.conf" - einfo "Sample config files are in /usr/share/doc/${PF}" + elog "Global config file can be installed in ${GAMES_SYSCONFDIR}/frotz.conf" + elog "Sample config files are in /usr/share/doc/${PF}" echo } diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index f2330a304605..ee54f0f222db 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.43 2006/12/12 22:45:59 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.44 2007/03/12 14:14:34 genone Exp $ + + 12 Mar 2007; Marius Mauch scummvm-0.9.1.ebuild: + Replacing einfo with elog 12 Dec 2006; Chris Gianelloni scummvm-0.9.1.ebuild: Remove dependency on the specific flac version. diff --git a/games-engines/scummvm/scummvm-0.9.1.ebuild b/games-engines/scummvm/scummvm-0.9.1.ebuild index 3c23d2e513cb..bcc643c5f472 100644 --- a/games-engines/scummvm/scummvm-0.9.1.ebuild +++ b/games-engines/scummvm/scummvm-0.9.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-engines/scummvm/scummvm-0.9.1.ebuild,v 1.5 2006/12/12 22:45:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.1.ebuild,v 1.6 2007/03/12 14:14:34 genone Exp $ inherit eutils games @@ -81,8 +81,8 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "If you want to use the new \"modern\" theme for ${PN}," - einfo "add the following line to the [scummvm] section of" - einfo "your ~/.scummvmrc file (after running scummvm once):" - einfo "themepath=${GAMES_DATADIR}/${PN}/engines/" + elog "If you want to use the new \"modern\" theme for ${PN}," + elog "add the following line to the [scummvm] section of" + elog "your ~/.scummvmrc file (after running scummvm once):" + elog "themepath=${GAMES_DATADIR}/${PN}/engines/" }