diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:25:48 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:25:48 +0000 |
commit | 72be85c547dad59ee642192b22398efc429cb01d (patch) | |
tree | 329aafae12670ab7a5a51719ab472c23c451f637 /games-rpg/nwmouse | |
parent | x86 stable (diff) | |
download | gentoo-2-72be85c547dad59ee642192b22398efc429cb01d.tar.gz gentoo-2-72be85c547dad59ee642192b22398efc429cb01d.tar.bz2 gentoo-2-72be85c547dad59ee642192b22398efc429cb01d.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-rpg/nwmouse')
-rw-r--r-- | games-rpg/nwmouse/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/nwmouse/nwmouse-0.1.ebuild | 18 |
2 files changed, 14 insertions, 11 deletions
diff --git a/games-rpg/nwmouse/ChangeLog b/games-rpg/nwmouse/ChangeLog index 9f0596609394..51bd86baa715 100644 --- a/games-rpg/nwmouse/ChangeLog +++ b/games-rpg/nwmouse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/nwmouse -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.4 2006/12/06 20:09:38 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.5 2007/03/12 17:25:48 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> nwmouse-0.1.ebuild: + Replacing einfo with elog 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> nwmouse-0.1.ebuild: Remove old virtual/x11 dependency. diff --git a/games-rpg/nwmouse/nwmouse-0.1.ebuild b/games-rpg/nwmouse/nwmouse-0.1.ebuild index 8c12ad59a0c0..7ea97f97607f 100644 --- a/games-rpg/nwmouse/nwmouse-0.1.ebuild +++ b/games-rpg/nwmouse/nwmouse-0.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-rpg/nwmouse/nwmouse-0.1.ebuild,v 1.4 2006/12/06 20:09:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-0.1.ebuild,v 1.5 2007/03/12 17:25:48 genone Exp $ inherit games @@ -37,7 +37,7 @@ dir="${GAMES_PREFIX_OPT}/nwn" pkg_setup() { games_pkg_setup - einfo "This package is pre-compiled so it will work on both x86 and amd64." + elog "This package is pre-compiled so it will work on both x86 and amd64." } src_unpack() { @@ -61,10 +61,10 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "When starting nwn the next time, nwmouse will scan the nwmain" - einfo "binary for its hooks, store this information in:" - einfo " ${dir}/nwmouse.ini" - einfo "and exit. This is normal." - einfo - einfo "You will have to remove this file whenever you update nwn." + elog "When starting nwn the next time, nwmouse will scan the nwmain" + elog "binary for its hooks, store this information in:" + elog " ${dir}/nwmouse.ini" + elog "and exit. This is normal." + elog + elog "You will have to remove this file whenever you update nwn." } |