diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:50:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:50:32 +0000 |
commit | cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d (patch) | |
tree | 417866f4a01ea98014686ec49755fd537e6c453b /net-analyzer/tcptrace | |
parent | Fix DEPEND. (diff) | |
download | historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.gz historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.bz2 historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r-- | net-analyzer/tcptrace/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild | 14 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.7.ebuild | 14 |
3 files changed, 19 insertions, 15 deletions
diff --git a/net-analyzer/tcptrace/ChangeLog b/net-analyzer/tcptrace/ChangeLog index 4077fccfa34d..f6f89da139db 100644 --- a/net-analyzer/tcptrace/ChangeLog +++ b/net-analyzer/tcptrace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/tcptrace # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.20 2007/04/16 07:47:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.21 2007/05/01 22:41:54 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> tcptrace-6.6.1-r1.ebuild, + tcptrace-6.6.7.ebuild: + Replacing einfo with elog 16 Apr 2007; Markus Rothe <corsair@gentoo.org> tcptrace-6.6.7.ebuild: Stable on ppc64 diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild index 26d878edda5a..7e1f24f038ad 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.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/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.10 2007/04/08 17:53:30 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.11 2007/05/01 22:41:54 genone Exp $ IUSE="" @@ -24,10 +24,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "Note: tcptrace outputs its graphs in the xpl (xplot)" - einfo "format. since xplot is unavailable, you will have to" - einfo "use the included xpl2gpl utility to convert it to" - einfo "the gnuplot format." - einfo + elog + elog "Note: tcptrace outputs its graphs in the xpl (xplot)" + elog "format. since xplot is unavailable, you will have to" + elog "use the included xpl2gpl utility to convert it to" + elog "the gnuplot format." + elog } diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild index dff51ac71cfb..8ca50e3ed06f 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.7.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/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild,v 1.7 2007/04/16 07:47:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild,v 1.8 2007/05/01 22:41:54 genone Exp $ IUSE="" @@ -23,10 +23,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "Note: tcptrace outputs its graphs in the xpl (xplot)" - einfo "format. Since xplot is unavailable, you will have to" - einfo "use the included xpl2gpl utility to convert it to" - einfo "the gnuplot format." - einfo + elog + elog "Note: tcptrace outputs its graphs in the xpl (xplot)" + elog "format. Since xplot is unavailable, you will have to" + elog "use the included xpl2gpl utility to convert it to" + elog "the gnuplot format." + elog } |