diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:35:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:35:30 +0000 |
commit | c8179cdc30c1bd6accc6f5be6996084fd79ed77b (patch) | |
tree | 8da53af51164a0b829204fb9b41b1a4cbcf7dac9 /net-analyzer/aimsniff | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-c8179cdc30c1bd6accc6f5be6996084fd79ed77b.tar.gz gentoo-2-c8179cdc30c1bd6accc6f5be6996084fd79ed77b.tar.bz2 gentoo-2-c8179cdc30c1bd6accc6f5be6996084fd79ed77b.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/aimsniff')
-rw-r--r-- | net-analyzer/aimsniff/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild | 10 | ||||
-rw-r--r-- | net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net-analyzer/aimsniff/ChangeLog b/net-analyzer/aimsniff/ChangeLog index 03f41a4b9f18..8fecf4183079 100644 --- a/net-analyzer/aimsniff/ChangeLog +++ b/net-analyzer/aimsniff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/aimsniff # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/ChangeLog,v 1.22 2007/02/03 07:27:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/ChangeLog,v 1.23 2007/05/01 17:35:30 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> aimsniff-0.9-r1.ebuild, + aimsniff-0.9-r2.ebuild: + Replacing einfo with elog 03 Feb 2007; nixnut <nixnut@gentoo.org> aimsniff-0.9-r1.ebuild: Stable on ppc wrt bug 164919 diff --git a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild b/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild index 5d2fe3b75cbe..d31d3906f6c2 100644 --- a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild +++ b/net-analyzer/aimsniff/aimsniff-0.9-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/aimsniff/aimsniff-0.9-r1.ebuild,v 1.12 2007/02/03 07:27:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild,v 1.13 2007/05/01 17:35:30 genone Exp $ inherit eutils webapp @@ -83,8 +83,8 @@ pkg_postinst() { if use mysql then echo - einfo "To create and enable the mysql database, please run: " - einfo "emerge --config =${PF}" + elog "To create and enable the mysql database, please run: " + elog "emerge --config =${PF}" if use http then @@ -96,8 +96,8 @@ pkg_postinst() { if use http then - echo - einfo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." + elog + elog "Go to http://${HOSTNAME}/was/admin.php to configure WAS." echo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." > was-postinst webapp_postinst_txt en was-postinst diff --git a/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild b/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild index 64d16f1c944a..f49e16485b9f 100644 --- a/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild +++ b/net-analyzer/aimsniff/aimsniff-0.9-r2.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/aimsniff/aimsniff-0.9-r2.ebuild,v 1.3 2007/02/01 21:03:55 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9-r2.ebuild,v 1.4 2007/05/01 17:35:30 genone Exp $ inherit eutils webapp eutils @@ -85,8 +85,8 @@ pkg_postinst() { if use mysql then echo - einfo "To create and enable the mysql database, please run: " - einfo "emerge --config =${PF}" + elog "To create and enable the mysql database, please run: " + elog "emerge --config =${PF}" if use http then @@ -98,8 +98,8 @@ pkg_postinst() { if use http then - echo - einfo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." + elog + elog "Go to http://${HOSTNAME}/was/admin.php to configure WAS." echo "Go to http://${HOSTNAME}/was/admin.php to configure WAS." > was-postinst webapp_postinst_txt en was-postinst |