summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 15:22:40 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 15:22:40 +0000
commit123b407f0e84cbfd279917a65f9a95f2f010afb8 (patch)
treeaf4e194ace8aa0f1e453a21191ba5e2ef7057229 /app-antivirus
parentamd64 stable, bug 150859 (diff)
downloadgentoo-2-123b407f0e84cbfd279917a65f9a95f2f010afb8.tar.gz
gentoo-2-123b407f0e84cbfd279917a65f9a95f2f010afb8.tar.bz2
gentoo-2-123b407f0e84cbfd279917a65f9a95f2f010afb8.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog7
-rw-r--r--app-antivirus/clamav/clamav-0.88.5.ebuild8
-rw-r--r--app-antivirus/clamav/clamav-0.88.6.ebuild8
-rw-r--r--app-antivirus/clamav/clamav-0.88.7-r1.ebuild8
-rw-r--r--app-antivirus/clamav/clamav-0.88.7-r2.ebuild8
-rw-r--r--app-antivirus/clamav/clamav-0.88.7.ebuild8
-rw-r--r--app-antivirus/clamav/clamav-0.90_rc1.ebuild8
-rw-r--r--app-antivirus/clamav/clamav-0.90_rc2.ebuild8
8 files changed, 34 insertions, 29 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index 0ad7f496c26d..761dea57d935 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.194 2007/01/10 11:25:34 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.195 2007/01/23 15:22:40 genone Exp $
+
+ 23 Jan 2007; Marius Mauch <genone@gentoo.org> clamav-0.88.5.ebuild,
+ clamav-0.88.6.ebuild, clamav-0.88.7.ebuild, clamav-0.88.7-r1.ebuild,
+ clamav-0.88.7-r2.ebuild, clamav-0.90_rc1.ebuild, clamav-0.90_rc2.ebuild:
+ Replacing einfo with elog
10 Jan 2007; Andrej Kacian <ticho@gentoo.org> files/clamav.logrotate:
Fixed the logrotate script. Bug #161294, reported by Jochen Schalanda
diff --git a/app-antivirus/clamav/clamav-0.88.5.ebuild b/app-antivirus/clamav/clamav-0.88.5.ebuild
index f92851bfe1ed..6353bd841eb5 100644
--- a/app-antivirus/clamav/clamav-0.88.5.ebuild
+++ b/app-antivirus/clamav/clamav-0.88.5.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/app-antivirus/clamav/clamav-0.88.5.ebuild,v 1.8 2006/10/24 14:35:43 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.5.ebuild,v 1.9 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -105,8 +105,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
}
diff --git a/app-antivirus/clamav/clamav-0.88.6.ebuild b/app-antivirus/clamav/clamav-0.88.6.ebuild
index 3873f3e22e21..f46a7f71406c 100644
--- a/app-antivirus/clamav/clamav-0.88.6.ebuild
+++ b/app-antivirus/clamav/clamav-0.88.6.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/app-antivirus/clamav/clamav-0.88.6.ebuild,v 1.6 2006/12/11 13:04:22 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.6.ebuild,v 1.7 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -105,8 +105,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
}
diff --git a/app-antivirus/clamav/clamav-0.88.7-r1.ebuild b/app-antivirus/clamav/clamav-0.88.7-r1.ebuild
index 269839aa7ab3..464bbce56ee9 100644
--- a/app-antivirus/clamav/clamav-0.88.7-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.88.7-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/app-antivirus/clamav/clamav-0.88.7-r1.ebuild,v 1.4 2006/12/20 21:10:32 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.7-r1.ebuild,v 1.5 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -119,8 +119,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
}
diff --git a/app-antivirus/clamav/clamav-0.88.7-r2.ebuild b/app-antivirus/clamav/clamav-0.88.7-r2.ebuild
index 82f5ebaed03a..6a208b102713 100644
--- a/app-antivirus/clamav/clamav-0.88.7-r2.ebuild
+++ b/app-antivirus/clamav/clamav-0.88.7-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/app-antivirus/clamav/clamav-0.88.7-r2.ebuild,v 1.1 2006/12/24 21:07:22 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.7-r2.ebuild,v 1.2 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -128,8 +128,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
}
diff --git a/app-antivirus/clamav/clamav-0.88.7.ebuild b/app-antivirus/clamav/clamav-0.88.7.ebuild
index 686dc5316827..976fc2ff1a91 100644
--- a/app-antivirus/clamav/clamav-0.88.7.ebuild
+++ b/app-antivirus/clamav/clamav-0.88.7.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/app-antivirus/clamav/clamav-0.88.7.ebuild,v 1.5 2006/12/17 21:17:08 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.7.ebuild,v 1.6 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -105,8 +105,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
}
diff --git a/app-antivirus/clamav/clamav-0.90_rc1.ebuild b/app-antivirus/clamav/clamav-0.90_rc1.ebuild
index 4fbb98f33284..e74a73a20897 100644
--- a/app-antivirus/clamav/clamav-0.90_rc1.ebuild
+++ b/app-antivirus/clamav/clamav-0.90_rc1.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/app-antivirus/clamav/clamav-0.90_rc1.ebuild,v 1.4 2006/11/05 21:44:06 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc1.ebuild,v 1.5 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -109,8 +109,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
ewarn "This is a RELEASE CANDIDATE version, with EXPERIMENTAL code ENABLED."
diff --git a/app-antivirus/clamav/clamav-0.90_rc2.ebuild b/app-antivirus/clamav/clamav-0.90_rc2.ebuild
index 2bd122a09cec..b163a339d506 100644
--- a/app-antivirus/clamav/clamav-0.90_rc2.ebuild
+++ b/app-antivirus/clamav/clamav-0.90_rc2.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/app-antivirus/clamav/clamav-0.90_rc2.ebuild,v 1.3 2006/11/05 21:44:06 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc2.ebuild,v 1.4 2007/01/23 15:22:40 genone Exp $
inherit eutils flag-o-matic fixheadtails
@@ -109,8 +109,8 @@ pkg_postinst() {
ewarn "You should restart them with: /etc/init.d/clamd restart"
echo
if use milter ; then
- einfo "For simple instructions how to setup the clamav-milter type:"
- echo " zless /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "For simple instructions how to setup the clamav-milter"
+ elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
echo
fi
ewarn "This is a RELEASE CANDIDATE version, with EXPERIMENTAL code ENABLED."