diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 04:56:12 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 04:56:12 +0000 |
commit | 053f9189380b41ace245aa66830bb77f66ffbbc5 (patch) | |
tree | 02b9c20064dce5a22d3c16b15c9b908ff0cc6892 /mail-filter/spamassassin-fuzzyocr | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-053f9189380b41ace245aa66830bb77f66ffbbc5.tar.gz gentoo-2-053f9189380b41ace245aa66830bb77f66ffbbc5.tar.bz2 gentoo-2-053f9189380b41ace245aa66830bb77f66ffbbc5.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-filter/spamassassin-fuzzyocr')
3 files changed, 14 insertions, 10 deletions
diff --git a/mail-filter/spamassassin-fuzzyocr/ChangeLog b/mail-filter/spamassassin-fuzzyocr/ChangeLog index ef677f4dac23..30964fc42ff4 100644 --- a/mail-filter/spamassassin-fuzzyocr/ChangeLog +++ b/mail-filter/spamassassin-fuzzyocr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/spamassassin-fuzzyocr # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.7 2007/03/15 17:41:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/ChangeLog,v 1.8 2007/03/18 04:56:12 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> + spamassassin-fuzzyocr-2.3b.ebuild, spamassassin-fuzzyocr-3.5.1.ebuild: + Replacing einfo with elog 15 Mar 2007; Markus Rothe <corsair@gentoo.org> spamassassin-fuzzyocr-3.5.1.ebuild: diff --git a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild index 8b415a3a5e18..276602e1667b 100644 --- a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild +++ b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.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/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild,v 1.4 2007/03/12 19:01:12 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild,v 1.5 2007/03/18 04:56:12 genone Exp $ inherit perl-module @@ -57,8 +57,8 @@ src_install() { pkg_postinst() { - einfo "You need to restart spamassassin (as root) before this plugin will work:" - einfo "/etc/init.d/spamd restart" + elog "You need to restart spamassassin (as root) before this plugin will work:" + elog "/etc/init.d/spamd restart" echo ewarn "Certain images can cause giftext and gocr to segfault, patches are available" ewarn "for both packages in bugzilla and should eventually find their way either" diff --git a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild index 713ee1eb5d6b..fdb13541a60e 100644 --- a/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild +++ b/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.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/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild,v 1.2 2007/03/15 17:41:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild,v 1.3 2007/03/18 04:56:12 genone Exp $ inherit perl-module eutils @@ -152,8 +152,8 @@ src_install() { pkg_postinst() { - einfo "You need to restart spamassassin (as root) before this plugin will work:" - einfo "/etc/init.d/spamd restart" + elog "You need to restart spamassassin (as root) before this plugin will work:" + elog "/etc/init.d/spamd restart" echo if use dbm || use logrotate ; then local files="" @@ -171,10 +171,10 @@ pkg_postinst() { fi if use amavis ; then - einfo "All permissions are set for the user amavis!" + elog "All permissions are set for the user amavis!" else - einfo "Permissions have been set for the fuzzyocr group, to enable" - einfo "logging or hashing add any required users to this group" + elog "Permissions have been set for the fuzzyocr group, to enable" + elog "logging or hashing add any required users to this group" fi echo |