# 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)
-# 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
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
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
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
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)"
-# 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
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
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
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
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)"
-# 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
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
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
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
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)"
-# 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
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
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
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
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)"
-# 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
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
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
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
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)"
# 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
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"
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
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" \
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)"
# 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
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"
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
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" \
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"
# 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.
-# 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/"
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 ""
}
-# 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/"
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 ""
}
-# 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
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"
}
-# 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/"
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 ""
}
# 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.
-# 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"
}
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
}
# 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
-# 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"
}
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
}
# 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.
-# 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/"
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)"
-# 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/"
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)"
-# 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/"
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)"
# 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/"
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)"