summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-01-27 10:13:21 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-01-27 10:13:21 +0000
commit67d4f624e59b3d7736eae5dea88cd1db5d7ab998 (patch)
treeb7ccb5375564aed75ffc6b45ffb4d76ed839b0e6 /app-antivirus
parentTaking over maintainership (diff)
downloadhistorical-67d4f624e59b3d7736eae5dea88cd1db5d7ab998.tar.gz
historical-67d4f624e59b3d7736eae5dea88cd1db5d7ab998.tar.bz2
historical-67d4f624e59b3d7736eae5dea88cd1db5d7ab998.zip
Stable on x86. Shaped up DEPEND a bit.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog6
-rw-r--r--app-antivirus/clamav/Manifest10
-rw-r--r--app-antivirus/clamav/clamav-0.81.ebuild14
3 files changed, 20 insertions, 10 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index 69762477dedd..a1d590c7ee80 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.36 2005/01/27 08:54:52 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.37 2005/01/27 10:13:21 ticho Exp $
+
+ 27 Jan 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.81.ebuild:
+ Stable on x86, wrt #78656. Depend on fixed version of zlib (#61749) and
+ curl, according to configure.in.
*clamav-0.81 (27 Jan 2005)
diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest
index 7457749cba39..be6e66a8a6fe 100644
--- a/app-antivirus/clamav/Manifest
+++ b/app-antivirus/clamav/Manifest
@@ -2,10 +2,10 @@
Hash: SHA1
MD5 35c5f7f8db2f99a26304904d27db4b10 clamav-0.81_rc1.ebuild 1804
-MD5 dd75df78b6c61a1fe8bac465d06ffef7 ChangeLog 9429
+MD5 b78b3b3394b86d3c74b20a75205e9c65 ChangeLog 9607
MD5 ef2565a9114ed1c3403b55459133d8cd clamav-0.80.ebuild 1791
MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184
-MD5 fc04f0c7abf9b31dce0f77901fc6f95c clamav-0.81.ebuild 1762
+MD5 7e3adde11067bfdd3dbfa0e3a3065edc clamav-0.81.ebuild 1966
MD5 4f620361b61c91340a4858f468d068d8 clamav-0.75.1.ebuild 1582
MD5 1b3268d3723e003ad99bf706e6bf4312 files/clamd.rc 1444
MD5 e8dcbdecd955708ddc7c79399ffa6276 files/clamd.conf 166
@@ -17,7 +17,7 @@ MD5 ad7d45b1be51c06986cb42c53e733d19 files/clamav-milter.README.gentoo 1311
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFB+KxnQlM6RnzZP+IRAoZGAKCvcrjnNjy86v41RdnirtBlzcomgACgwcMz
-W6CoPoWoMW9oqDcqp8/hqVQ=
-=Ow+z
+iD4DBQFB+L7LQlM6RnzZP+IRAqWPAJY8i/W16D6Du4urZATDXMLC5vxTAJ9DMn+2
+Y+QKb5ZkTBV7+0uh+n7hXQ==
+=PEN2
-----END PGP SIGNATURE-----
diff --git a/app-antivirus/clamav/clamav-0.81.ebuild b/app-antivirus/clamav/clamav-0.81.ebuild
index 20b420c8e4d2..847771c4bf62 100644
--- a/app-antivirus/clamav/clamav-0.81.ebuild
+++ b/app-antivirus/clamav/clamav-0.81.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.81.ebuild,v 1.2 2005/01/27 08:54:52 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.81.ebuild,v 1.3 2005/01/27 10:13:21 ticho Exp $
inherit eutils flag-o-matic
@@ -10,11 +10,13 @@ SRC_URI="mirror://sourceforge/clamav/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~hppa ~alpha ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc ~amd64 ~hppa ~alpha ~ppc64"
IUSE="crypt milter selinux"
DEPEND="virtual/libc
- crypt? ( >=dev-libs/gmp-4.1.2 )"
+ crypt? ( >=dev-libs/gmp-4.1.2 )
+ >=sys-libs/zlib-1.2.1-r3
+ >=net-misc/curl-7.10.0"
RDEPEND="selinux? ( sec-policy/selinux-clamav )"
PROVIDE="virtual/antivirus"
@@ -31,7 +33,11 @@ src_compile() {
local myconf
- use milter && myconf="--enable-milter"
+ # we depend on fixed zlib, so we can disable this check to prevent redundant
+ # warning (bug #61749)
+ myconf="${myconf} --disable-zlib-vcheck"
+
+ use milter && myconf="${myconf} --enable-milter"
econf ${myconf} --with-dbdir=/var/lib/clamav || die
emake || die
}