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
commit124273e7584b4cb9b3ab8e2f13dcd80ab98aa1f9 (patch)
tree2441bd4338847733002b222072225df2aa355a80 /mail-filter
parentFix DEPs. (diff)
downloadgentoo-2-124273e7584b4cb9b3ab8e2f13dcd80ab98aa1f9.tar.gz
gentoo-2-124273e7584b4cb9b3ab8e2f13dcd80ab98aa1f9.tar.bz2
gentoo-2-124273e7584b4cb9b3ab8e2f13dcd80ab98aa1f9.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-filter')
-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
5 files changed, 20 insertions, 16 deletions
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)"