diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:24:09 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:24:09 +0000 |
commit | b8249715025fa564a95763ec9ff1091f17d6c950 (patch) | |
tree | 0e15dd2b99af1bebf60fe6f1ba01eafbc831f343 /games-util/atlas/atlas-0.3.1.ebuild | |
parent | Stable on Alpha, bug 170310. (diff) | |
download | historical-b8249715025fa564a95763ec9ff1091f17d6c950.tar.gz historical-b8249715025fa564a95763ec9ff1091f17d6c950.tar.bz2 historical-b8249715025fa564a95763ec9ff1091f17d6c950.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-util/atlas/atlas-0.3.1.ebuild')
-rw-r--r-- | games-util/atlas/atlas-0.3.1.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/games-util/atlas/atlas-0.3.1.ebuild b/games-util/atlas/atlas-0.3.1.ebuild index ce86bd694898..d2fd7bf7f78a 100644 --- a/games-util/atlas/atlas-0.3.1.ebuild +++ b/games-util/atlas/atlas-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v 1.1 2007/03/10 13:09:23 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v 1.2 2007/03/12 18:20:22 genone Exp $ inherit eutils games @@ -40,21 +40,21 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "You now can make the maps with the following commands:" - einfo "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas" - einfo "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas/lowres --size=64" - echo - einfo "To run Atlas concurrently with FlightGear use the following:" - einfo "Atlas --path=[path of map images] --udp=[port number]" - einfo "and start fgfs with the following switch (or in .fgfsrc):" - einfo "--nmea=socket,out,0.5,[host that you run Atlas on],[port number],udp" + elog "You now can make the maps with the following commands:" + elog "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas" + elog "${GAMES_BINDIR}/Map --atlas=${GAMES_DATADIR}/FlightGear/Atlas/lowres --size=64" + elog + elog "To run Atlas concurrently with FlightGear use the following:" + elog "Atlas --path=[path of map images] --udp=[port number]" + elog "and start fgfs with the following switch (or in .fgfsrc):" + elog "--nmea=socket,out,0.5,[host that you run Atlas on],[port number],udp" echo } pkg_postrm() { - einfo "You must manually remove the maps if you don't want them around." - einfo "They are found in the following directory:" + elog "You must manually remove the maps if you don't want them around." + elog "They are found in the following directory:" echo - einfo "${GAMES_DATADIR}/FlightGear/Atlas" + elog "${GAMES_DATADIR}/FlightGear/Atlas" echo } |