diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:33:18 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:33:18 +0000 |
commit | f4a1436281f838c12e54c8ab764672261454edf6 (patch) | |
tree | 49088f0edeea1ec22fbff1d384b7bb5504bd5b7f /net-irc/ircmap | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f4a1436281f838c12e54c8ab764672261454edf6.tar.gz gentoo-2-f4a1436281f838c12e54c8ab764672261454edf6.tar.bz2 gentoo-2-f4a1436281f838c12e54c8ab764672261454edf6.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-irc/ircmap')
-rw-r--r-- | net-irc/ircmap/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/ircmap/ircmap-0.99.ebuild | 24 |
2 files changed, 17 insertions, 14 deletions
diff --git a/net-irc/ircmap/ChangeLog b/net-irc/ircmap/ChangeLog index 2b4aec03ece5..45d8727d1bac 100644 --- a/net-irc/ircmap/ChangeLog +++ b/net-irc/ircmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ircmap -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.9 2006/08/09 20:22:12 swegener Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.10 2007/05/06 12:33:18 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> ircmap-0.99.ebuild: + Replacing einfo with elog 09 Aug 2006; Sven Wegener <swegener@gentoo.org> ircmap-0.99.ebuild: Move graphviz only to RDEPEND, bug #142730. 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' } |