diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:44:51 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 14:44:51 +0000 |
commit | fa46068820806e16e968c3f2b81f7b4c0fe70de6 (patch) | |
tree | 51c960842727793a09214470ed35e40d5f999ed7 /games-fps/nprquake-sdl | |
parent | stable on x86. (diff) | |
download | gentoo-2-fa46068820806e16e968c3f2b81f7b4c0fe70de6.tar.gz gentoo-2-fa46068820806e16e968c3f2b81f7b4c0fe70de6.tar.bz2 gentoo-2-fa46068820806e16e968c3f2b81f7b4c0fe70de6.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps/nprquake-sdl')
-rw-r--r-- | games-fps/nprquake-sdl/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild | 30 |
2 files changed, 20 insertions, 17 deletions
diff --git a/games-fps/nprquake-sdl/ChangeLog b/games-fps/nprquake-sdl/ChangeLog index 45d1185435bf..850dc8e695f0 100644 --- a/games-fps/nprquake-sdl/ChangeLog +++ b/games-fps/nprquake-sdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/nprquake-sdl -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/ChangeLog,v 1.5 2005/09/26 18:11:08 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/ChangeLog,v 1.6 2007/03/12 14:44:51 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> nprquake-sdl-1-r1.ebuild: + Replacing einfo with elog 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> nprquake-sdl-1-r1.ebuild: diff --git a/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild b/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild index 897befeb436d..331502ddc9b5 100644 --- a/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild +++ b/games-fps/nprquake-sdl/nprquake-sdl-1-r1.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-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild,v 1.10 2006/05/26 02:48:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nprquake-sdl/nprquake-sdl-1-r1.ebuild,v 1.11 2007/03/12 14:44:51 genone Exp $ inherit eutils games @@ -50,17 +50,17 @@ pkg_postinst() { # same warning used in quake1 / quakeforge / nprquake-sdl games_pkg_postinst echo - einfo "Before you can play, you must make sure" - einfo "${PN} can find your Quake .pak files" - echo - einfo "You have 2 choices to do this" - einfo "1 Copy pak*.pak files to ${GAMES_DATADIR}/quake1/id1" - einfo "2 Symlink pak*.pak files in ${GAMES_DATADIR}/quake1/id1" - echo - einfo "Example:" - einfo "my pak*.pak files are in /mnt/secondary/Games/Quake/Id1/" - einfo "ln -s /mnt/secondary/Games/Quake/Id1/pak0.pak ${GAMES_DATADIR}/quake1/id1/pak0.pak" - echo - einfo "You only need pak0.pak to play the demo version," - einfo "the others are needed for registered version" + elog "Before you can play, you must make sure" + elog "${PN} can find your Quake .pak files" + elog + elog "You have 2 choices to do this" + elog "1 Copy pak*.pak files to ${GAMES_DATADIR}/quake1/id1" + elog "2 Symlink pak*.pak files in ${GAMES_DATADIR}/quake1/id1" + elog + elog "Example:" + elog "my pak*.pak files are in /mnt/secondary/Games/Quake/Id1/" + elog "ln -s /mnt/secondary/Games/Quake/Id1/pak0.pak ${GAMES_DATADIR}/quake1/id1/pak0.pak" + elog + elog "You only need pak0.pak to play the demo version," + elog "the others are needed for registered version" } |