summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 02:52:41 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 02:52:41 +0000
commit182f9f6ea8bfd61f4956baf08ee855652da7d644 (patch)
treed654b26f5a4d3aac1a07ea6185583fcc4a4257de /mail-filter
parentCleanup. (diff)
downloadhistorical-182f9f6ea8bfd61f4956baf08ee855652da7d644.tar.gz
historical-182f9f6ea8bfd61f4956baf08ee855652da7d644.tar.bz2
historical-182f9f6ea8bfd61f4956baf08ee855652da7d644.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/amavisd-new/ChangeLog8
-rw-r--r--mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild26
-rw-r--r--mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild26
-rw-r--r--mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild26
-rw-r--r--mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild26
-rw-r--r--mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild26
-rw-r--r--mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild24
-rw-r--r--mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild24
-rw-r--r--mail-filter/anomy-sanitizer/ChangeLog7
-rw-r--r--mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild20
-rw-r--r--mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild20
-rw-r--r--mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild30
-rw-r--r--mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild20
-rw-r--r--mail-filter/ask/ChangeLog5
-rw-r--r--mail-filter/ask/ask-2.4.1.ebuild32
-rw-r--r--mail-filter/bmf/ChangeLog7
-rw-r--r--mail-filter/bmf/bmf-0.9.4.ebuild14
-rw-r--r--mail-filter/clamsmtp/ChangeLog6
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild8
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.5.ebuild8
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.6.ebuild8
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.8.ebuild6
22 files changed, 199 insertions, 178 deletions
diff --git a/mail-filter/amavisd-new/ChangeLog b/mail-filter/amavisd-new/ChangeLog
index 9e2878362e26..6882cffc13ad 100644
--- a/mail-filter/amavisd-new/ChangeLog
+++ b/mail-filter/amavisd-new/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-filter/amavisd-new
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.102 2007/01/31 15:47:27 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.103 2007/03/18 02:44:50 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> amavisd-new-2.3.3-r2.ebuild,
+ amavisd-new-2.4.1.ebuild, amavisd-new-2.4.2.ebuild,
+ amavisd-new-2.4.2-r1.ebuild, amavisd-new-2.4.3.ebuild,
+ amavisd-new-2.4.4.ebuild, amavisd-new-2.4.5.ebuild:
+ Replacing einfo with elog
*amavisd-new-2.4.5 (31 Jan 2007)
diff --git a/mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild b/mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild
index dd1a4f440f4b..dd93903386dd 100644
--- a/mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild
+++ b/mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/amavisd-new/amavisd-new-2.3.3-r2.ebuild,v 1.14 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild,v 1.15 2007/03/18 02:44:50 genone Exp $
inherit eutils
@@ -67,15 +67,15 @@ src_unpack() {
unpack ${A}
cd ${S}
if $(has_version mail-mta/courier) ; then
- einfo "Patching with courier support."
+ elog "Patching with courier support."
epatch "amavisd-new-courier.patch" || die "patch failed"
fi
if $(has_version virtual/qmail) ; then
- einfo "Patching with qmail qmqp support."
+ elog "Patching with qmail qmqp support."
epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${PN}-2.2.1-qmail-lf-workaround.patch" || die "patch failed"
fi
@@ -121,7 +121,7 @@ src_install() {
keepdir ${AMAVIS_ROOT}/tmp
if $(has_version net-nds/openldap ) ; then
- einfo "Adding ${P} schema to openldap schema dir."
+ elog "Adding ${P} schema to openldap schema dir."
dodir /etc/openldap/schema
insinto /etc/openldap/schema
insopts -o root -g root -m 644
@@ -146,13 +146,13 @@ src_install() {
if $(has_version mail-filter/razor) ; then
if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
- einfo "Setting up initial razor config files..."
+ elog "Setting up initial razor config files..."
razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
else
- einfo "Copying existing razor config files..."
+ elog "Copying existing razor config files..."
insinto ${AMAVIS_ROOT}/.razor
doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
fi
@@ -165,11 +165,11 @@ src_install() {
pkg_postinst() {
if ! $(has_version mail-filter/spamassassin) ; then
echo
- einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
- einfo "will be performed without it. Since you do not have SpamAssassin installed,"
- einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
- einfo "and comment out the line containing: "
- einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+ elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+ elog "will be performed without it. Since you do not have SpamAssassin installed,"
+ elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+ elog "and comment out the line containing: "
+ elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
fi
echo
ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
diff --git a/mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild b/mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild
index e97a31d31a6d..8b2b028d08fc 100644
--- a/mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild
+++ b/mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/amavisd-new/amavisd-new-2.4.1.ebuild,v 1.8 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild,v 1.9 2007/03/18 02:44:50 genone Exp $
inherit eutils
@@ -66,15 +66,15 @@ src_unpack() {
unpack ${A}
cd ${S}
if $(has_version mail-mta/courier) ; then
- einfo "Patching with courier support."
+ elog "Patching with courier support."
epatch "amavisd-new-courier.patch" || die "patch failed"
fi
if $(has_version virtual/qmail) ; then
- einfo "Patching with qmail qmqp support."
+ elog "Patching with qmail qmqp support."
epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
fi
@@ -119,7 +119,7 @@ src_install() {
keepdir ${AMAVIS_ROOT}/tmp
if $(has_version net-nds/openldap ) ; then
- einfo "Adding ${P} schema to openldap schema dir."
+ elog "Adding ${P} schema to openldap schema dir."
dodir /etc/openldap/schema
insinto /etc/openldap/schema
insopts -o root -g root -m 644
@@ -144,13 +144,13 @@ src_install() {
if $(has_version mail-filter/razor) ; then
if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
- einfo "Setting up initial razor config files..."
+ elog "Setting up initial razor config files..."
razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
else
- einfo "Copying existing razor config files..."
+ elog "Copying existing razor config files..."
insinto ${AMAVIS_ROOT}/.razor
doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
fi
@@ -163,11 +163,11 @@ src_install() {
pkg_postinst() {
if ! $(has_version mail-filter/spamassassin) ; then
echo
- einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
- einfo "will be performed without it. Since you do not have SpamAssassin installed,"
- einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
- einfo "and comment out the line containing: "
- einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+ elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+ elog "will be performed without it. Since you do not have SpamAssassin installed,"
+ elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+ elog "and comment out the line containing: "
+ elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
fi
echo
ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
diff --git a/mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild b/mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild
index e6c7882ac973..fbfa8c8f4c97 100644
--- a/mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild
+++ b/mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/amavisd-new/amavisd-new-2.4.2-r1.ebuild,v 1.2 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild,v 1.3 2007/03/18 02:44:50 genone Exp $
inherit eutils
@@ -66,15 +66,15 @@ src_unpack() {
unpack ${A}
cd ${S}
if $(has_version mail-mta/courier) ; then
- einfo "Patching with courier support."
+ elog "Patching with courier support."
epatch "amavisd-new-courier.patch" || die "patch failed"
fi
if $(has_version virtual/qmail) ; then
- einfo "Patching with qmail qmqp support."
+ elog "Patching with qmail qmqp support."
epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
fi
@@ -121,7 +121,7 @@ src_install() {
keepdir ${AMAVIS_ROOT}/tmp
if $(has_version net-nds/openldap ) ; then
- einfo "Adding ${P} schema to openldap schema dir."
+ elog "Adding ${P} schema to openldap schema dir."
dodir /etc/openldap/schema
insinto /etc/openldap/schema
insopts -o root -g root -m 644
@@ -146,13 +146,13 @@ src_install() {
if $(has_version mail-filter/razor) ; then
if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
- einfo "Setting up initial razor config files..."
+ elog "Setting up initial razor config files..."
razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
else
- einfo "Copying existing razor config files..."
+ elog "Copying existing razor config files..."
insinto ${AMAVIS_ROOT}/.razor
doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
fi
@@ -165,11 +165,11 @@ src_install() {
pkg_postinst() {
if ! $(has_version mail-filter/spamassassin) ; then
echo
- einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
- einfo "will be performed without it. Since you do not have SpamAssassin installed,"
- einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
- einfo "and comment out the line containing: "
- einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+ elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+ elog "will be performed without it. Since you do not have SpamAssassin installed,"
+ elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+ elog "and comment out the line containing: "
+ elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
fi
echo
ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
diff --git a/mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild b/mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild
index 0718fefefc48..a9d65c5f808c 100644
--- a/mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild
+++ b/mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/amavisd-new/amavisd-new-2.4.2.ebuild,v 1.2 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild,v 1.3 2007/03/18 02:44:50 genone Exp $
inherit eutils
@@ -66,15 +66,15 @@ src_unpack() {
unpack ${A}
cd ${S}
if $(has_version mail-mta/courier) ; then
- einfo "Patching with courier support."
+ elog "Patching with courier support."
epatch "amavisd-new-courier.patch" || die "patch failed"
fi
if $(has_version virtual/qmail) ; then
- einfo "Patching with qmail qmqp support."
+ elog "Patching with qmail qmqp support."
epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
fi
@@ -119,7 +119,7 @@ src_install() {
keepdir ${AMAVIS_ROOT}/tmp
if $(has_version net-nds/openldap ) ; then
- einfo "Adding ${P} schema to openldap schema dir."
+ elog "Adding ${P} schema to openldap schema dir."
dodir /etc/openldap/schema
insinto /etc/openldap/schema
insopts -o root -g root -m 644
@@ -144,13 +144,13 @@ src_install() {
if $(has_version mail-filter/razor) ; then
if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
- einfo "Setting up initial razor config files..."
+ elog "Setting up initial razor config files..."
razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
else
- einfo "Copying existing razor config files..."
+ elog "Copying existing razor config files..."
insinto ${AMAVIS_ROOT}/.razor
doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
fi
@@ -163,11 +163,11 @@ src_install() {
pkg_postinst() {
if ! $(has_version mail-filter/spamassassin) ; then
echo
- einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
- einfo "will be performed without it. Since you do not have SpamAssassin installed,"
- einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
- einfo "and comment out the line containing: "
- einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+ elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+ elog "will be performed without it. Since you do not have SpamAssassin installed,"
+ elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+ elog "and comment out the line containing: "
+ elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
fi
echo
ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
diff --git a/mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild b/mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild
index ca0043143faf..346f85acae64 100644
--- a/mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild
+++ b/mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/amavisd-new/amavisd-new-2.4.3.ebuild,v 1.2 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild,v 1.3 2007/03/18 02:44:50 genone Exp $
inherit eutils
@@ -66,15 +66,15 @@ src_unpack() {
unpack ${A}
cd ${S}
if $(has_version mail-mta/courier) ; then
- einfo "Patching with courier support."
+ elog "Patching with courier support."
epatch "amavisd-new-courier.patch" || die "patch failed"
fi
if $(has_version virtual/qmail) ; then
- einfo "Patching with qmail qmqp support."
+ elog "Patching with qmail qmqp support."
epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
fi
@@ -121,7 +121,7 @@ src_install() {
keepdir ${AMAVIS_ROOT}/tmp
if $(has_version net-nds/openldap ) ; then
- einfo "Adding ${P} schema to openldap schema dir."
+ elog "Adding ${P} schema to openldap schema dir."
dodir /etc/openldap/schema
insinto /etc/openldap/schema
insopts -o root -g root -m 644
@@ -146,13 +146,13 @@ src_install() {
if $(has_version mail-filter/razor) ; then
if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
- einfo "Setting up initial razor config files..."
+ elog "Setting up initial razor config files..."
razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
else
- einfo "Copying existing razor config files..."
+ elog "Copying existing razor config files..."
insinto ${AMAVIS_ROOT}/.razor
doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
fi
@@ -165,11 +165,11 @@ src_install() {
pkg_postinst() {
if ! $(has_version mail-filter/spamassassin) ; then
echo
- einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
- einfo "will be performed without it. Since you do not have SpamAssassin installed,"
- einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
- einfo "and comment out the line containing: "
- einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+ elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+ elog "will be performed without it. Since you do not have SpamAssassin installed,"
+ elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+ elog "and comment out the line containing: "
+ elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
fi
echo
ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
diff --git a/mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild b/mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild
index abceb57cd6ee..608abe22d40e 100644
--- a/mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild
+++ b/mail-filter/amavisd-new/amavisd-new-2.4.4.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/amavisd-new/amavisd-new-2.4.4.ebuild,v 1.4 2007/01/30 00:18:32 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild,v 1.5 2007/03/18 02:44:50 genone Exp $
inherit eutils
@@ -66,18 +66,18 @@ src_unpack() {
unpack ${A}
cd ${S}
if $(has_version mail-mta/courier) ; then
- einfo "Patching with courier support."
+ elog "Patching with courier support."
epatch "amavisd-new-courier.patch" || die "patch failed"
fi
if $(has_version virtual/qmail) ; then
- einfo "Patching with qmail qmqp support."
+ elog "Patching with qmail qmqp support."
epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${P}-qmail-lf-workaround.patch" || die "patch failed"
fi
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${P}-qmail-lf-workaround.patch" || die "patch failed"
epatch "${FILESDIR}/${P}-amavisd.conf-gentoo.patch" || die "patch failed"
@@ -123,7 +123,7 @@ src_install() {
keepdir ${AMAVIS_ROOT}/tmp
if $(has_version net-nds/openldap ) ; then
- einfo "Adding ${P} schema to openldap schema dir."
+ elog "Adding ${P} schema to openldap schema dir."
dodir /etc/openldap/schema
insinto /etc/openldap/schema
insopts -o root -g root -m 644
@@ -148,7 +148,7 @@ src_install() {
if $(has_version mail-filter/razor) ; then
if [ ! -d ${AMAVIS_ROOT}/.razor ] ; then
- einfo "Setting up initial razor config files..."
+ elog "Setting up initial razor config files..."
razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
@@ -163,11 +163,11 @@ src_install() {
pkg_postinst() {
if ! $(has_version mail-filter/spamassassin) ; then
echo
- einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
- einfo "will be performed without it. Since you do not have SpamAssassin installed,"
- einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
- einfo "and comment out the line containing: "
- einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+ elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+ elog "will be performed without it. Since you do not have SpamAssassin installed,"
+ elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+ elog "and comment out the line containing: "
+ elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
fi
echo
ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
diff --git a/mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild b/mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild
index 816a2bcf34e4..3b349ddaff54 100644
--- a/mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild
+++ b/mail-filter/amavisd-new/amavisd-new-2.4.5.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/amavisd-new/amavisd-new-2.4.5.ebuild,v 1.1 2007/01/31 15:47:27 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild,v 1.2 2007/03/18 02:44:50 genone Exp $
inherit eutils
@@ -66,18 +66,18 @@ src_unpack() {
unpack ${A}
cd ${S}
if $(has_version mail-mta/courier) ; then
- einfo "Patching with courier support."
+ elog "Patching with courier support."
epatch "amavisd-new-courier.patch" || die "patch failed"
fi
if $(has_version virtual/qmail) ; then
- einfo "Patching with qmail qmqp support."
+ elog "Patching with qmail qmqp support."
epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${PN}-2.4.4-qmail-lf-workaround.patch" || die "patch failed"
fi
- einfo "Patching with qmail lf bug workaround."
+ elog "Patching with qmail lf bug workaround."
epatch "${FILESDIR}/${PN}-2.4.4-qmail-lf-workaround.patch" || die "patch failed"
epatch "${FILESDIR}/${PN}-2.4.4-amavisd.conf-gentoo.patch" || die "patch failed"
@@ -123,7 +123,7 @@ src_install() {
keepdir ${AMAVIS_ROOT}/tmp
if $(has_version net-nds/openldap ) ; then
- einfo "Adding ${P} schema to openldap schema dir."
+ elog "Adding ${P} schema to openldap schema dir."
dodir /etc/openldap/schema
insinto /etc/openldap/schema
insopts -o root -g root -m 644
@@ -148,7 +148,7 @@ src_install() {
if $(has_version mail-filter/razor) ; then
if [ ! -d ${AMAVIS_ROOT}/.razor ] ; then
- einfo "Setting up initial razor config files..."
+ elog "Setting up initial razor config files..."
razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
@@ -163,11 +163,11 @@ src_install() {
pkg_postinst() {
if ! $(has_version mail-filter/spamassassin) ; then
echo
- einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
- einfo "will be performed without it. Since you do not have SpamAssassin installed,"
- einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
- einfo "and comment out the line containing: "
- einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+ elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+ elog "will be performed without it. Since you do not have SpamAssassin installed,"
+ elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+ elog "and comment out the line containing: "
+ elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
fi
echo
ewarn "As of amavisd-new-2.4.5 p0f-analyzer.pl only binds to the loopback interface"
diff --git a/mail-filter/anomy-sanitizer/ChangeLog b/mail-filter/anomy-sanitizer/ChangeLog
index c8e358bfcc0a..3a89e6cb6215 100644
--- a/mail-filter/anomy-sanitizer/ChangeLog
+++ b/mail-filter/anomy-sanitizer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-filter/anomy-sanitizer
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.13 2007/02/09 03:22:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.14 2007/03/18 02:46:49 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> anomy-sanitizer-1.67.ebuild,
+ anomy-sanitizer-1.70.ebuild, anomy-sanitizer-1.76.ebuild,
+ anomy-sanitizer-1.76-r1.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild
index 5d6f52017c0a..735b47798c00 100644
--- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild
+++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.9 2006/02/13 14:33:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.10 2007/03/18 02:46:49 genone Exp $
DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments"
HOMEPAGE="http://mailtools.anomy.net/"
@@ -81,14 +81,14 @@ pkg_postinst() {
echo ""
echo ""
- einfo "There is a howto for the integration of sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "\thttp://advosys.ca/papers/postfix-filtering.html"
- einfo "Please find example scripts to be used to integrate sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "\t${ROOT}/${DEST}"
- einfo "There is also a png and kivio document about a possible"
- einfo "e-mail architecture"
+ elog "There is a howto for the integration of sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "\thttp://advosys.ca/papers/postfix-filtering.html"
+ elog "Please find example scripts to be used to integrate sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "\t${ROOT}/${DEST}"
+ elog "There is also a png and kivio document about a possible"
+ elog "e-mail architecture"
echo ""
echo ""
}
diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild
index 52b61ae9b192..d969e8d5b9d5 100644
--- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild
+++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/anomy-sanitizer/anomy-sanitizer-1.70.ebuild,v 1.3 2006/02/13 14:33:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild,v 1.4 2007/03/18 02:46:49 genone Exp $
DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments"
HOMEPAGE="http://mailtools.anomy.net/"
@@ -81,14 +81,14 @@ pkg_postinst() {
echo ""
echo ""
- einfo "There is a howto for the integration of sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "\thttp://advosys.ca/papers/postfix-filtering.html"
- einfo "Please find example scripts to be used to integrate sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "\t${ROOT}/${DEST}"
- einfo "There is also a png and kivio document about a possible"
- einfo "e-mail architecture"
+ elog "There is a howto for the integration of sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "\thttp://advosys.ca/papers/postfix-filtering.html"
+ elog "Please find example scripts to be used to integrate sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "\t${ROOT}/${DEST}"
+ elog "There is also a png and kivio document about a possible"
+ elog "e-mail architecture"
echo ""
echo ""
}
diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild
index 73fa1d0f8d5b..d67d6da3a4f2 100644
--- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild
+++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.1 2006/02/20 21:19:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.2 2007/03/18 02:46:49 genone Exp $
inherit eutils
@@ -83,21 +83,21 @@ pkg_postinst() {
chmod u+w ${ROOT}/${DEST}/testcases
chmod u+w ${ROOT}/${DEST}/testcases/results.def
- einfo ""
- einfo "There is a howto for the integration of sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "http://advosys.ca/papers/postfix-filtering.html"
- einfo "Please find example scripts to be used to integrate sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "/usr/share/doc/${PF}/examples"
- einfo "There is also a png and kivio document about a possible"
- einfo "e-mail architecture"
- einfo ""
+ elog ""
+ elog "There is a howto for the integration of sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "http://advosys.ca/papers/postfix-filtering.html"
+ elog "Please find example scripts to be used to integrate sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "/usr/share/doc/${PF}/examples"
+ elog "There is also a png and kivio document about a possible"
+ elog "e-mail architecture"
+ elog ""
}
pkg_postrm() {
- einfo "After unmerging this ebuild, you will have to remove"
- einfo "created user and group manually. To do so, run:"
- einfo "userdel -r sanitizer; groupdel sanitizer"
+ elog "After unmerging this ebuild, you will have to remove"
+ elog "created user and group manually. To do so, run:"
+ elog "userdel -r sanitizer; groupdel sanitizer"
}
diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild
index de3c9c3d4492..9d334494177f 100644
--- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild
+++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/anomy-sanitizer/anomy-sanitizer-1.76.ebuild,v 1.2 2006/02/13 14:33:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild,v 1.3 2007/03/18 02:46:49 genone Exp $
DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments"
HOMEPAGE="http://mailtools.anomy.net/"
@@ -84,14 +84,14 @@ pkg_postinst() {
echo ""
echo ""
- einfo "There is a howto for the integration of sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "\thttp://advosys.ca/papers/postfix-filtering.html"
- einfo "Please find example scripts to be used to integrate sanitizer"
- einfo "into your (postfix) mail system at"
- einfo "\t${ROOT}/${DEST}"
- einfo "There is also a png and kivio document about a possible"
- einfo "e-mail architecture"
+ elog "There is a howto for the integration of sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "\thttp://advosys.ca/papers/postfix-filtering.html"
+ elog "Please find example scripts to be used to integrate sanitizer"
+ elog "into your (postfix) mail system at"
+ elog "\t${ROOT}/${DEST}"
+ elog "There is also a png and kivio document about a possible"
+ elog "e-mail architecture"
echo ""
echo ""
}
diff --git a/mail-filter/ask/ChangeLog b/mail-filter/ask/ChangeLog
index 7fd59052818f..b5bddbdbb239 100644
--- a/mail-filter/ask/ChangeLog
+++ b/mail-filter/ask/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/ask
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/ask/ChangeLog,v 1.6 2007/02/08 13:10:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/ask/ChangeLog,v 1.7 2007/03/18 02:48:19 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> ask-2.4.1.ebuild:
+ Replacing einfo with elog
08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/mail-filter/ask/ask-2.4.1.ebuild b/mail-filter/ask/ask-2.4.1.ebuild
index 9f5077b0fcc1..f8e88114e802 100644
--- a/mail-filter/ask/ask-2.4.1.ebuild
+++ b/mail-filter/ask/ask-2.4.1.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/mail-filter/ask/ask-2.4.1.ebuild,v 1.5 2005/06/05 11:53:47 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/ask/ask-2.4.1.ebuild,v 1.6 2007/03/18 02:48:19 genone Exp $
DESCRIPTION="Active Spam Killer: A program to filter spam"
HOMEPAGE="http://www.paganini.net/ask/index.html"
@@ -38,20 +38,20 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "You MUST run the asksetup.py file to configure ASK!"
- einfo
+ elog
+ elog "You MUST run the asksetup.py file to configure ASK!"
+ elog
if use procmail; then
- einfo "To use ASK's procmail support these should be your first two procmail rules:"
- einfo
- einfo ":0 fW"
- einfo "|/path_to_ask/ask.py --procmail --loglevel=5 --logfile=/your_home/ask.log"
- einfo
- einfo ":0 e"
- einfo "/dev/null"
- einfo
- einfo "The second rule above instructs procmail to deliver the message to /dev/null"
- einfo "if ASK returns a fail code. If you're truly paranoid, you can save those"
- einfo "messages to a file instead for later inspection."
+ elog "To use ASK's procmail support these should be your first two procmail rules:"
+ elog
+ elog ":0 fW"
+ elog "|/path_to_ask/ask.py --procmail --loglevel=5 --logfile=/your_home/ask.log"
+ elog
+ elog ":0 e"
+ elog "/dev/null"
+ elog
+ elog "The second rule above instructs procmail to deliver the message to /dev/null"
+ elog "if ASK returns a fail code. If you're truly paranoid, you can save those"
+ elog "messages to a file instead for later inspection."
fi
}
diff --git a/mail-filter/bmf/ChangeLog b/mail-filter/bmf/ChangeLog
index 9185dd8955bb..4dba9fe16ed4 100644
--- a/mail-filter/bmf/ChangeLog
+++ b/mail-filter/bmf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/bmf
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bmf/ChangeLog,v 1.7 2006/11/23 15:51:12 vivo Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bmf/ChangeLog,v 1.8 2007/03/18 02:49:34 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> bmf-0.9.4.ebuild:
+ Replacing einfo with elog
23 Nov 2006; Francesco Riosa <vivo@gentoo.org> bmf-0.9.4.ebuild:
dev-db/mysql => virtual/mysql
diff --git a/mail-filter/bmf/bmf-0.9.4.ebuild b/mail-filter/bmf/bmf-0.9.4.ebuild
index 8d37b1b3043c..0f7b84fe0ffb 100644
--- a/mail-filter/bmf/bmf-0.9.4.ebuild
+++ b/mail-filter/bmf/bmf-0.9.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/bmf/bmf-0.9.4.ebuild,v 1.7 2006/11/23 15:51:12 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bmf/bmf-0.9.4.ebuild,v 1.8 2007/03/18 02:49:34 genone Exp $
IUSE="mysql berkdb"
@@ -31,9 +31,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Important: Remember to train bmf before you start using it."
- einfo "Instructions for training and using bmf with procmail: "
- einfo "less /usr/share/doc/${P}/README.gz"
- einfo
+ elog
+ elog "Important: Remember to train bmf before you start using it."
+ elog "Instructions for training and using bmf with procmail: "
+ elog "less /usr/share/doc/${P}/README.gz"
+ elog
}
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog
index 931484daece6..1af6e497c2ea 100644
--- a/mail-filter/clamsmtp/ChangeLog
+++ b/mail-filter/clamsmtp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/clamsmtp
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.12 2007/02/22 00:58:53 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.13 2007/03/18 02:52:41 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> clamsmtp-1.4.1.ebuild,
+ clamsmtp-1.5.ebuild, clamsmtp-1.6.ebuild, clamsmtp-1.8.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild b/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
index ffafd9254da7..6b41735092ca 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.4.1.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/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild,v 1.5 2005/10/03 12:14:59 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild,v 1.6 2007/03/18 02:52:41 genone Exp $
DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -33,8 +33,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "For help configuring Postfix to use clamsmtpd, see:"
- einfo " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+ elog "For help configuring Postfix to use clamsmtpd, see:"
+ elog " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
echo
ewarn "You'll need to have ScanMail support turned on in clamav.conf"
ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"
diff --git a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild b/mail-filter/clamsmtp/clamsmtp-1.5.ebuild
index b7284377c216..0ee3f4c8935f 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.5.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.5.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/mail-filter/clamsmtp/clamsmtp-1.5.ebuild,v 1.4 2005/12/04 19:19:17 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.5.ebuild,v 1.5 2007/03/18 02:52:41 genone Exp $
DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -30,8 +30,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "For help configuring Postfix to use clamsmtpd, see:"
- einfo " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+ elog "For help configuring Postfix to use clamsmtpd, see:"
+ elog " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
echo
ewarn "You'll need to have ScanMail support turned on in clamav.conf"
ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"
diff --git a/mail-filter/clamsmtp/clamsmtp-1.6.ebuild b/mail-filter/clamsmtp/clamsmtp-1.6.ebuild
index 2f7ccea6546d..f5c46449cf88 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.6.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.6.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/mail-filter/clamsmtp/clamsmtp-1.6.ebuild,v 1.3 2005/12/05 06:58:13 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.6.ebuild,v 1.4 2007/03/18 02:52:41 genone Exp $
DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -30,8 +30,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "For help configuring Postfix to use clamsmtpd, see:"
- einfo " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+ elog "For help configuring Postfix to use clamsmtpd, see:"
+ elog " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
echo
ewarn "You'll need to have ScanMail support turned on in clamav.conf"
ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"
diff --git a/mail-filter/clamsmtp/clamsmtp-1.8.ebuild b/mail-filter/clamsmtp/clamsmtp-1.8.ebuild
index 8b6be871d512..d4af5b9f9f73 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.8.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.8.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/clamsmtp/clamsmtp-1.8.ebuild,v 1.2 2007/01/05 20:09:55 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.8.ebuild,v 1.3 2007/03/18 02:52:41 genone Exp $
DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -30,8 +30,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "For help configuring Postfix to use clamsmtpd, see:"
- einfo " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+ elog "For help configuring Postfix to use clamsmtpd, see:"
+ elog " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
echo
ewarn "You'll need to have ScanMail support turned on in clamav.conf"
ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"