diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:48:16 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:48:16 +0000 |
commit | 924b82b8a5e83a80ae13d0682622e77eea5ef272 (patch) | |
tree | 699468608c9ab0c9c826f236e0c99817af446fcc /net-irc/ircmap/ircmap-0.99.ebuild | |
parent | Version bump. (diff) | |
download | historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.tar.gz historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.tar.bz2 historical-924b82b8a5e83a80ae13d0682622e77eea5ef272.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-irc/ircmap/ircmap-0.99.ebuild')
-rw-r--r-- | net-irc/ircmap/ircmap-0.99.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net-irc/ircmap/ircmap-0.99.ebuild b/net-irc/ircmap/ircmap-0.99.ebuild index ba5e091563bd..5a9192167396 100644 --- a/net-irc/ircmap/ircmap-0.99.ebuild +++ b/net-irc/ircmap/ircmap-0.99.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/net-irc/ircmap/ircmap-0.99.ebuild,v 1.11 2006/08/09 20:22:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ircmap-0.99.ebuild,v 1.12 2007/05/06 12:33:18 genone Exp $ DESCRIPTION="This script connects to the specified IRC server and creates a diagram of the network performing LINKS command." HOMEPAGE="http://pasky.ji.cz/~pasky/irc/" @@ -37,14 +37,14 @@ src_install () { } pkg_postinst() { - einfo 'Usage:' - einfo 'IRCSERVER="irc.generic.com ircmapS.pl [-options parameters] \' - einfo '| tee /tmp/sendmethisifitdoesntwork \' - einfo '| ircmapC.pl \' - einfo '| tee /tmp/coredump \' - einfo '| ircmapR-aa.pl > ${IRCSERVER}.txt' - einfo '' - einfo 'cat /tmp/coredump \' - einfo '| ircmapR-gvdot.pl \' - einfo '| dot -Tgif -o ${IRCSERVER}.gif' + elog 'Usage:' + elog 'IRCSERVER="irc.generic.com ircmapS.pl [-options parameters] \' + elog '| tee /tmp/sendmethisifitdoesntwork \' + elog '| ircmapC.pl \' + elog '| tee /tmp/coredump \' + elog '| ircmapR-aa.pl > ${IRCSERVER}.txt' + elog '' + elog 'cat /tmp/coredump \' + elog '| ircmapR-gvdot.pl \' + elog '| dot -Tgif -o ${IRCSERVER}.gif' } |