Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: ChangeLog klamav-0.42.ebuild
Date: Fri, 25 Apr 2008 22:48:55
Message-Id: E1JpWip-0004pL-Ns@stork.gentoo.org
1 philantrop 08/04/25 22:48:51
2
3 Modified: ChangeLog klamav-0.42.ebuild
4 Log:
5 Added a patch to fix compilation with >=clamav-0.93. Fixes bug 219021.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.43 app-antivirus/klamav/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.43&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.43&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?r1=1.42&r2=1.43
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
18 retrieving revision 1.42
19 retrieving revision 1.43
20 diff -u -r1.42 -r1.43
21 --- ChangeLog 26 Feb 2008 20:08:12 -0000 1.42
22 +++ ChangeLog 25 Apr 2008 22:48:51 -0000 1.43
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-antivirus/klamav
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.42 2008/02/26 20:08:12 rich0 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.43 2008/04/25 22:48:51 philantrop Exp $
28 +
29 + 25 Apr 2008; Wulf C. Krueger <philantrop@g.o>
30 + +files/klamav-0.42-clamav093.patch, klamav-0.42.ebuild:
31 + Added a patch to fix compilation with >=clamav-0.93. Fixes bug 219021.
32
33 26 Feb 2008; Richard Freeman <rich0@g.o> klamav-0.42.ebuild:
34 amd64 stable - 202694
35
36
37
38 1.8 app-antivirus/klamav/klamav-0.42.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?r1=1.7&r2=1.8
43
44 Index: klamav-0.42.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- klamav-0.42.ebuild 26 Feb 2008 20:08:12 -0000 1.7
51 +++ klamav-0.42.ebuild 25 Apr 2008 22:48:51 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v 1.7 2008/02/26 20:08:12 rich0 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v 1.8 2008/04/25 22:48:51 philantrop Exp $
57
58 inherit kde
59
60 @@ -21,11 +21,16 @@
61
62 need-kde 3.5
63
64 -PATCHES="${FILESDIR}/${PN}-0.41-cl_loaddbdir.patch"
65 +PATCHES=( "${FILESDIR}/${PN}-0.41-cl_loaddbdir.patch" )
66
67 src_unpack(){
68 kde_src_unpack
69
70 + # Make things work with clamav versions >= 0.93. Fixes bug 219021.
71 + if has_version '>=app-antivirus/clamav-0.93' ; then
72 + epatch "${FILESDIR}/${P}-clamav093.patch"
73 + fi
74 +
75 # Assure a future version won't try to build this.
76 rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files"
77
78 @@ -40,5 +45,5 @@
79
80 pkg_postinst(){
81 elog "The on-access scanning functionality is provided by"
82 - elog "the Dazuko kernel module: emerge sys-fs/dazuko"
83 + elog "the Dazuko kernel module. To use it, install sys-fs/dazuko."
84 }
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list