summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 14:12:54 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 14:12:54 +0000
commitc3db2185ecb62258f745f8301c2cdab6f8cfcb1b (patch)
tree9e60c8ffb93d6ed4b665ceaa99f3a70ec6c92915 /games-engines/frotz/frotz-2.43.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-c3db2185ecb62258f745f8301c2cdab6f8cfcb1b.tar.gz
gentoo-2-c3db2185ecb62258f745f8301c2cdab6f8cfcb1b.tar.bz2
gentoo-2-c3db2185ecb62258f745f8301c2cdab6f8cfcb1b.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-engines/frotz/frotz-2.43.ebuild')
-rw-r--r--games-engines/frotz/frotz-2.43.ebuild8
1 files changed, 4 insertions, 4 deletions
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
}