diff options
author | 2007-03-12 15:47:00 +0000 | |
---|---|---|
committer | 2007-03-12 15:47:00 +0000 | |
commit | b272a75bb7a30586a2b80453d6a2daed9d1597ad (patch) | |
tree | 4ed29a54f4d99c41cc9af1f37300eef7d6d42891 /games-fps/wmquake/wmquake-1.1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b272a75bb7a30586a2b80453d6a2daed9d1597ad.tar.gz gentoo-2-b272a75bb7a30586a2b80453d6a2daed9d1597ad.tar.bz2 gentoo-2-b272a75bb7a30586a2b80453d6a2daed9d1597ad.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps/wmquake/wmquake-1.1.ebuild')
-rw-r--r-- | games-fps/wmquake/wmquake-1.1.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/games-fps/wmquake/wmquake-1.1.ebuild b/games-fps/wmquake/wmquake-1.1.ebuild index f2bfbbe58056..71e037091f88 100644 --- a/games-fps/wmquake/wmquake-1.1.ebuild +++ b/games-fps/wmquake/wmquake-1.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-fps/wmquake/wmquake-1.1.ebuild,v 1.6 2006/03/22 16:03:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/wmquake/wmquake-1.1.ebuild,v 1.7 2007/03/12 15:47:00 genone Exp $ inherit games @@ -35,17 +35,17 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "Before you can play, you must make sure" - einfo "wmquake 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 "wmquake 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" } |