diff options
author | 2007-05-06 12:48:16 +0000 | |
---|---|---|
committer | 2007-05-06 12:48:16 +0000 | |
commit | 924b82b8a5e83a80ae13d0682622e77eea5ef272 (patch) | |
tree | 699468608c9ab0c9c826f236e0c99817af446fcc /net-irc/ircmap | |
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')
-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' } |