diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:42:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:42:55 +0000 |
commit | e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee (patch) | |
tree | 12f171d176da79587840e10bc2fa671d8181c73f /net-analyzer/tcptrace | |
parent | #95599: fixed stripping problem (diff) | |
download | historical-e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee.tar.gz historical-e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee.tar.bz2 historical-e17355c3d34b83ab9d1a6d0b2cdfb819d2347cee.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.7.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild index 10d516ebc4d0..b8327fc5d065 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-2005 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.6 2005/04/09 09:50:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.7 2005/07/09 18:39:54 swegener Exp $ inherit gnuconfig @@ -32,10 +32,10 @@ src_install() { } pkg_postinst() { - einfo "" + 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 "" + einfo } diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild index 10c9255b5430..0970409d0c08 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-2005 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.1 2005/03/23 00:48:25 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild,v 1.2 2005/07/09 18:39:54 swegener Exp $ inherit gnuconfig @@ -31,10 +31,10 @@ src_install() { } pkg_postinst() { - einfo "" + 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 "" + einfo } |