diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:13:42 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:13:42 +0000 |
commit | d2bca83664b5ad70b2363619996b088b3086c1c4 (patch) | |
tree | 1408a1f72141d8a93e4a0f748798523c0c19d8ae /app-forensics/air/air-1.2.7.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-d2bca83664b5ad70b2363619996b088b3086c1c4.tar.gz gentoo-2-d2bca83664b5ad70b2363619996b088b3086c1c4.tar.bz2 gentoo-2-d2bca83664b5ad70b2363619996b088b3086c1c4.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-forensics/air/air-1.2.7.ebuild')
-rw-r--r-- | app-forensics/air/air-1.2.7.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-forensics/air/air-1.2.7.ebuild b/app-forensics/air/air-1.2.7.ebuild index fd5f9e46e2ee..598bf439e833 100644 --- a/app-forensics/air/air-1.2.7.ebuild +++ b/app-forensics/air/air-1.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.5 2005/08/24 14:05:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.6 2007/01/24 03:13:42 genone Exp $ DESCRIPTION="A GUI front-end to dd/dcfldd" HOMEPAGE="http://air-imager.sourceforge.net/" @@ -51,10 +51,10 @@ src_install() { } pkg_postinst() { - einfo "This will use programs from the following packages if installed:" - einfo "sys-apps/dcfldd" - einfo "net-analyzer/netcat" - einfo "net-analyzer/cryptcat" + elog "This will use programs from the following packages if installed:" + elog "sys-apps/dcfldd" + elog "net-analyzer/netcat" + elog "net-analyzer/cryptcat" - einfo "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log" + elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log" } |