summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2009-04-16 14:39:05 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2009-04-16 14:39:05 +0000
commit72ad0ef474de2d584110cb8851504bd43a623815 (patch)
treea47c448cc979e77dd67375eb1f6dc1d047d9faa4 /app-antivirus
parentfix SITEFILE name, reported on bug 266382 by Martin von Gagern (diff)
downloadgentoo-2-72ad0ef474de2d584110cb8851504bd43a623815.tar.gz
gentoo-2-72ad0ef474de2d584110cb8851504bd43a623815.tar.bz2
gentoo-2-72ad0ef474de2d584110cb8851504bd43a623815.zip
fix bug #260786
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog5
-rw-r--r--app-antivirus/clamav/clamav-0.94.1.ebuild6
-rw-r--r--app-antivirus/clamav/clamav-0.94.2.ebuild6
-rw-r--r--app-antivirus/clamav/clamav-0.95.1.ebuild4
-rw-r--r--app-antivirus/clamav/clamav-0.95.ebuild4
5 files changed, 14 insertions, 11 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index ff27651e7b96..bc2b6b354498 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.326 2009/04/16 14:28:29 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.327 2009/04/16 14:39:05 lordvan Exp $
+
+ 16 Apr 2009; Thomas Raschbacher <lordvan@gentoo.org> ChangeLog:
+ Fix for bug #260786 Thanks to Victor Ostorga <vostorga@gmail.com>
10 Apr 2009; Tobias Scherbaum <dertobi123@gentoo.org> clamav-0.95.ebuild,
clamav-0.95.1.ebuild:
diff --git a/app-antivirus/clamav/clamav-0.94.1.ebuild b/app-antivirus/clamav/clamav-0.94.1.ebuild
index 3da1161fef8a..170a26cf1340 100644
--- a/app-antivirus/clamav/clamav-0.94.1.ebuild
+++ b/app-antivirus/clamav/clamav-0.94.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.1.ebuild,v 1.7 2008/11/15 17:54:00 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.1.ebuild,v 1.8 2009/04/16 14:39:05 lordvan Exp $
inherit autotools eutils flag-o-matic fixheadtails multilib versionator
@@ -155,7 +155,7 @@ pkg_postinst() {
echo
if use milter ; then
elog "For simple instructions how to setup the clamav-milter"
- elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "read the clamav-milter.README.gentoo in /usr/share/doc/${PF}"
echo
fi
ewarn "The soname for libclamav has changed in clamav-0.94."
diff --git a/app-antivirus/clamav/clamav-0.94.2.ebuild b/app-antivirus/clamav/clamav-0.94.2.ebuild
index 1fa5ac11cebe..074eb4222304 100644
--- a/app-antivirus/clamav/clamav-0.94.2.ebuild
+++ b/app-antivirus/clamav/clamav-0.94.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.2.ebuild,v 1.6 2008/12/08 19:38:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.2.ebuild,v 1.7 2009/04/16 14:39:05 lordvan Exp $
inherit autotools eutils flag-o-matic fixheadtails multilib versionator
@@ -155,7 +155,7 @@ pkg_postinst() {
echo
if use milter ; then
elog "For simple instructions how to setup the clamav-milter"
- elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "read the clamav-milter.README.gentoo in /usr/share/doc/${PF}"
echo
fi
ewarn "The soname for libclamav has changed in clamav-0.94."
diff --git a/app-antivirus/clamav/clamav-0.95.1.ebuild b/app-antivirus/clamav/clamav-0.95.1.ebuild
index 1ee1bec385d1..0c8b0cde77d1 100644
--- a/app-antivirus/clamav/clamav-0.95.1.ebuild
+++ b/app-antivirus/clamav/clamav-0.95.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.1.ebuild,v 1.3 2009/04/16 14:28:29 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.1.ebuild,v 1.4 2009/04/16 14:39:05 lordvan Exp $
inherit autotools eutils flag-o-matic fixheadtails multilib versionator
@@ -150,7 +150,7 @@ pkg_postinst() {
echo
if use milter ; then
elog "For simple instructions how to setup the clamav-milter"
- elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "read the clamav-milter.README.gentoo in /usr/share/doc/${PF}"
echo
fi
ewarn "The soname for libclamav has changed in clamav-0.95."
diff --git a/app-antivirus/clamav/clamav-0.95.ebuild b/app-antivirus/clamav/clamav-0.95.ebuild
index bd0ad474d74f..a09dd43ec1db 100644
--- a/app-antivirus/clamav/clamav-0.95.ebuild
+++ b/app-antivirus/clamav/clamav-0.95.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.ebuild,v 1.4 2009/04/16 14:28:29 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.95.ebuild,v 1.5 2009/04/16 14:39:05 lordvan Exp $
inherit autotools eutils flag-o-matic fixheadtails multilib versionator
@@ -136,7 +136,7 @@ pkg_postinst() {
echo
if use milter ; then
elog "For simple instructions how to setup the clamav-milter"
- elog "read /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ elog "read the clamav-milter.README.gentoo in /usr/share/doc/${PF}"
echo
fi
ewarn "The soname for libclamav has changed in clamav-0.95."