Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.98.ebuild ChangeLog
Date: Sat, 05 Oct 2013 16:08:48
Message-Id: 20131005160844.A85B62004C@flycatcher.gentoo.org
1 jer 13/10/05 16:08:44
2
3 Modified: clamav-0.98.ebuild ChangeLog
4 Log:
5 Disable fanotify support (until it is fixed, bug #487016).
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 app-antivirus/clamav/clamav-0.98.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild?r1=1.2&r2=1.3
15
16 Index: clamav-0.98.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- clamav-0.98.ebuild 3 Oct 2013 15:59:21 -0000 1.2
23 +++ clamav-0.98.ebuild 5 Oct 2013 16:08:44 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.2 2013/10/03 15:59:21 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.3 2013/10/05 16:08:44 jer Exp $
29
30 EAPI=5
31
32 @@ -42,6 +42,7 @@
33 src_configure() {
34 econf \
35 --disable-experimental \
36 + --disable-fanotify \
37 --enable-id-check \
38 --with-dbdir="${EPREFIX}"/var/lib/clamav \
39 --with-system-tommath \
40
41
42
43 1.465 app-antivirus/clamav/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.465&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.465&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.464&r2=1.465
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
52 retrieving revision 1.464
53 retrieving revision 1.465
54 diff -u -r1.464 -r1.465
55 --- ChangeLog 3 Oct 2013 15:59:21 -0000 1.464
56 +++ ChangeLog 5 Oct 2013 16:08:44 -0000 1.465
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-antivirus/clamav
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.464 2013/10/03 15:59:21 eras Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.465 2013/10/05 16:08:44 jer Exp $
62 +
63 + 05 Oct 2013; Jeroen Roovers <jer@g.o> clamav-0.98.ebuild:
64 + Disable fanotify support (until it is fixed, bug #487016).
65
66 03 Oct 2013; Eray Aslan <eras@g.o> clamav-0.98.ebuild:
67 Fix config file move - bug #486624