diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-02-18 18:26:12 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-02-18 18:26:12 +0000 |
commit | f9479f2332f00a6212154592415954cf78a67d91 (patch) | |
tree | 9291904e3099a1a98d9bdba980033a2defc8a27b /app-antivirus | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-f9479f2332f00a6212154592415954cf78a67d91.tar.gz gentoo-2-f9479f2332f00a6212154592415954cf78a67d91.tar.bz2 gentoo-2-f9479f2332f00a6212154592415954cf78a67d91.zip |
Removed onaccess support, because dazuko upstream rewrote the interface, and there's no stable release yet. Bug #167201.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.90.ebuild | 17 |
2 files changed, 7 insertions, 16 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 20bd26ad5949..e8687dd23a1e 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,10 @@ # 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.198 2007/02/14 14:49:33 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.199 2007/02/18 18:26:12 ticho Exp $ + + 18 Feb 2007; Andrej Kacian <ticho@gentoo.org> clamav-0.90.ebuild: + Removed onaccess support, because dazuko upstream rewrote the interface, and + there's no stable release yet. Bug #167201. *clamav-0.90 (14 Feb 2007) diff --git a/app-antivirus/clamav/clamav-0.90.ebuild b/app-antivirus/clamav/clamav-0.90.ebuild index b04e347579d2..52a2507ee274 100644 --- a/app-antivirus/clamav/clamav-0.90.ebuild +++ b/app-antivirus/clamav/clamav-0.90.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/app-antivirus/clamav/clamav-0.90.ebuild,v 1.1 2007/02/14 14:49:33 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90.ebuild,v 1.2 2007/02/18 18:26:12 ticho Exp $ inherit eutils flag-o-matic fixheadtails @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="bzip2 crypt curl gmp logrotate mailwrapper milter onaccess selinux" +IUSE="bzip2 crypt curl gmp logrotate mailwrapper milter selinux" DEPEND="virtual/libc bzip2? ( app-arch/bzip2 ) @@ -19,7 +19,6 @@ DEPEND="virtual/libc curl? ( >=net-misc/curl-7.10.0 ) gmp? ( dev-libs/gmp ) milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) - onaccess? ( sys-fs/dazuko ) >=sys-libs/zlib-1.2.1-r3 >=sys-apps/sed-4" RDEPEND="${DEPEND} @@ -37,11 +36,6 @@ pkg_setup() { die "need milter-enabled sendmail" fi fi - if use onaccess ; then - echo - ewarn "Warning: On access scan support is experimental, use at your own risk!" - echo - fi enewgroup clamav enewuser clamav -1 -1 /dev/null clamav } @@ -67,7 +61,6 @@ src_compile() { $(use_enable bzip2) \ $(use_with curl libcurl) \ $(use_enable gmp dsig) \ - $(use_enable onaccess clamuko) \ --disable-experimental \ --with-dbdir=/var/lib/clamav || die emake || die @@ -113,12 +106,6 @@ src_install() { >>${D}/etc/conf.d/clamd fi - if use onaccess ; then - dodir /etc/udev/rules.d - echo "KERNEL==\"dazuko\", NAME=\"%k\", GROUP=\"clamav\", MODE=\"0660\"" \ - >${D}/etc/udev/rules.d/60-dazuko.rules - fi - if use logrotate ; then diropts "" dodir /etc/logrotate.d |