# 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 <genone@gentoo.org> frotz-2.43.ebuild:
+ Replacing einfo with elog
21 Feb 2007; Piotr JaroszyĆski <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
-# 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
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
}
# 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 <genone@gentoo.org> scummvm-0.9.1.ebuild:
+ Replacing einfo with elog
12 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> scummvm-0.9.1.ebuild:
Remove dependency on the specific flac version.
-# 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
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/"
}