summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 14:14:34 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 14:14:34 +0000
commit6d8450ce9e4ae842b7548f8281999d95429a7d3f (patch)
tree2ee0ccc2c63bcf3bf19d81eeb09ef586e1fe993d /games-engines
parentReplacing einfo with elog (diff)
downloadgentoo-2-6d8450ce9e4ae842b7548f8281999d95429a7d3f.tar.gz
gentoo-2-6d8450ce9e4ae842b7548f8281999d95429a7d3f.tar.bz2
gentoo-2-6d8450ce9e4ae842b7548f8281999d95429a7d3f.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm/ChangeLog7
-rw-r--r--games-engines/scummvm/scummvm-0.9.1.ebuild12
2 files changed, 11 insertions, 8 deletions
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 <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.
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/"
}