Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 04:58:04 +0000 (04:58 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 04:58:04 +0000 (04:58 +0000)
Package-Manager: portage-2.1.2.2

mail-filter/spamassassin-fuzzyocr/ChangeLog
mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-2.3b.ebuild
mail-filter/spamassassin-fuzzyocr/spamassassin-fuzzyocr-3.5.1.ebuild
mail-filter/spamassassin-ruledujour/ChangeLog
mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20040701.ebuild
mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20050106.ebuild
mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20050822.ebuild
mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20051123.ebuild
mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20070224.ebuild

index ef677f4dac23fdcb5d6a7290a4d20848e436444a..30964fc42ff4178bd005943636d3f787e553c3f7 100644 (file)
@@ -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:
index 8b415a3a5e1855429e063097e585c7295b782bac..276602e1667b9f00cd4fb7a35ca5eae9c65574d2 100644 (file)
@@ -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"
index 713ee1eb5d6b4a14a16ec3d16834f2603e96596d..fdb13541a60ed062bcb5cba36097a633591e0ee7 100644 (file)
@@ -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
index 5641e268525589c88a98ec4bec5a4e57a64448fd..f04ba8bb418a4686ce110bb0c8c8ec8888ccdd7a 100644 (file)
@@ -1,6 +1,14 @@
 # ChangeLog for mail-filter/spamassassin-ruledujour
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-ruledujour/ChangeLog,v 1.16 2007/02/24 11:47:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-ruledujour/ChangeLog,v 1.17 2007/03/18 04:58:04 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org>
+  spamassassin-ruledujour-20040701.ebuild,
+  spamassassin-ruledujour-20050106.ebuild,
+  spamassassin-ruledujour-20050822.ebuild,
+  spamassassin-ruledujour-20051123.ebuild,
+  spamassassin-ruledujour-20070224.ebuild:
+  Replacing einfo with elog
 
 *spamassassin-ruledujour-20070224 (24 Feb 2007)
 
index 3d5f177cfea214ec6b7a1e1a08009295ab09b50d..dd2721cd2312d6e17abe69e67580ab4f13c2cf10 100644 (file)
@@ -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/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20040701.ebuild,v 1.6 2005/01/08 17:49:26 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20040701.ebuild,v 1.7 2007/03/18 04:58:04 genone Exp $
 
 DESCRIPTION="SpamAssassin - Rules Du Jour & My Rules Du Jour"
 HOMEPAGE="http://www.exit0.us/index.php/RulesDuJour http://www.rulesemporium.com/rules.htm"
@@ -39,6 +39,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "If you want RulesDuJour to run automatically, be sure to"
-       einfo "chmod +x /etc/cron.daily/myrulesdujour"
+       elog "If you want RulesDuJour to run automatically, be sure to"
+       elog "chmod +x /etc/cron.daily/myrulesdujour"
 }
index f00b2d492c9240261d0f649bf97364d717e031e0..ce030b253860dee2875dbbf7c44fe864ec839ae0 100644 (file)
@@ -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/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20050106.ebuild,v 1.4 2005/04/29 22:48:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20050106.ebuild,v 1.5 2007/03/18 04:58:04 genone Exp $
 
 DESCRIPTION="SpamAssassin - Rules Du Jour & My Rules Du Jour"
 HOMEPAGE="http://www.exit0.us/index.php/RulesDuJour http://www.rulesemporium.com/rules.htm"
@@ -51,11 +51,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "If you want RulesDuJour to run automatically, be sure to:"
-       einfo "chmod +x /etc/cron.daily/rulesdujour"
-       [ -f "${ROOT}/etc/cron.daily/myrulesdujour" ] && einfo "my_rules_du_jour is deprecated by upstream now, please remove the old cronjob if applicable"
+       elog "If you want RulesDuJour to run automatically, be sure to:"
+       elog "chmod +x /etc/cron.daily/rulesdujour"
+       [ -f "${ROOT}/etc/cron.daily/myrulesdujour" ] && elog "my_rules_du_jour is deprecated by upstream now, please remove the old cronjob if applicable"
 
-       einfo "It is also recommended that you clean out your rulesets in"
-       einfo "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
-       einfo "are not being used."
+       elog "It is also recommended that you clean out your rulesets in"
+       elog "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
+       elog "are not being used."
 }
index 442f698d685ffc7634360e36926523bae91a2874..ecefe730777e040ca8c20ec5c3d2f65eb040077e 100644 (file)
@@ -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/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20050822.ebuild,v 1.1 2005/08/23 04:01:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20050822.ebuild,v 1.2 2007/03/18 04:58:04 genone Exp $
 
 DESCRIPTION="SpamAssassin - Rules Du Jour & My Rules Du Jour"
 HOMEPAGE="http://www.exit0.us/index.php?pagename=RulesDuJour http://www.rulesemporium.com/rules.htm"
@@ -52,11 +52,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "If you want RulesDuJour to run automatically, be sure to:"
-       einfo "chmod +x /etc/cron.daily/rulesdujour"
-       [ -f "${ROOT}/etc/cron.daily/myrulesdujour" ] && einfo "my_rules_du_jour is deprecated by upstream now, please remove the old cronjob if applicable"
+       elog "If you want RulesDuJour to run automatically, be sure to:"
+       elog "chmod +x /etc/cron.daily/rulesdujour"
+       [ -f "${ROOT}/etc/cron.daily/myrulesdujour" ] && elog "my_rules_du_jour is deprecated by upstream now, please remove the old cronjob if applicable"
 
-       einfo "It is also recommended that you clean out your rulesets in"
-       einfo "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
-       einfo "are not being used."
+       elog "It is also recommended that you clean out your rulesets in"
+       elog "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
+       elog "are not being used."
 }
index 3944b9b8f3ee37b62c4e6d591e5c3f1a91818cd4..0e0f78fef79c0376577289c1cc848d1887900c06 100644 (file)
@@ -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-ruledujour/spamassassin-ruledujour-20051123.ebuild,v 1.7 2007/01/31 00:29:53 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20051123.ebuild,v 1.8 2007/03/18 04:58:04 genone Exp $
 
 DESCRIPTION="SpamAssassin - Rules Du Jour & My Rules Du Jour"
 HOMEPAGE="http://www.exit0.us/index.php?pagename=RulesDuJour http://www.rulesemporium.com/rules.htm"
@@ -52,11 +52,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "If you want RulesDuJour to run automatically, be sure to:"
-       einfo "chmod +x /etc/cron.daily/rulesdujour"
-       [ -f "${ROOT}/etc/cron.daily/myrulesdujour" ] && einfo "my_rules_du_jour is deprecated by upstream now, please remove the old cronjob if applicable"
+       elog "If you want RulesDuJour to run automatically, be sure to:"
+       elog "chmod +x /etc/cron.daily/rulesdujour"
+       [ -f "${ROOT}/etc/cron.daily/myrulesdujour" ] && elog "my_rules_du_jour is deprecated by upstream now, please remove the old cronjob if applicable"
 
-       einfo "It is also recommended that you clean out your rulesets in"
-       einfo "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
-       einfo "are not being used."
+       elog "It is also recommended that you clean out your rulesets in"
+       elog "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
+       elog "are not being used."
 }
index a765e4a304eadf7e34ef3d52aad04d7652b641ff..3dbd97f623ac9355cd0a1d98f4eebbb7e79e8544 100644 (file)
@@ -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-ruledujour/spamassassin-ruledujour-20070224.ebuild,v 1.1 2007/02/24 11:47:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin-ruledujour/spamassassin-ruledujour-20070224.ebuild,v 1.2 2007/03/18 04:58:04 genone Exp $
 
 DESCRIPTION="SpamAssassin - Rules Du Jour & My Rules Du Jour"
 HOMEPAGE="http://www.exit0.us/index.php?pagename=RulesDuJour http://www.rulesemporium.com/rules.htm"
@@ -52,10 +52,10 @@ pkg_setup() {
 }
 
 pkg_postinst() {
-       einfo "If you want RulesDuJour to run automatically, be sure to:"
-       einfo "chmod +x /etc/cron.daily/rulesdujour"
+       elog "If you want RulesDuJour to run automatically, be sure to:"
+       elog "chmod +x /etc/cron.daily/rulesdujour"
 
-       einfo "It is also recommended that you clean out your rulesets in"
-       einfo "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
-       einfo "are not being used."
+       elog "It is also recommended that you clean out your rulesets in"
+       elog "$SPAMASSASSIN_CONFDIR ocassionally, to ensure that old rules"
+       elog "are not being used."
 }