Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.42.ebuild klamav-0.44.ebuild ChangeLog
Date: Sat, 06 Sep 2008 15:19:44
Message-Id: E1KbzZe-00088M-3C@stork.gentoo.org
1 keytoaster 08/09/06 15:19:42
2
3 Modified: klamav-0.42.ebuild klamav-0.44.ebuild ChangeLog
4 Log:
5 Fix compilation error with >=clamav-0.94, bug #236838
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.9 app-antivirus/klamav/klamav-0.42.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?r1=1.8&r2=1.9
14
15 Index: klamav-0.42.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- klamav-0.42.ebuild 25 Apr 2008 22:48:51 -0000 1.8
22 +++ klamav-0.42.ebuild 6 Sep 2008 15:19:41 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v 1.8 2008/04/25 22:48:51 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v 1.9 2008/09/06 15:19:41 keytoaster Exp $
28
29 inherit kde
30
31 @@ -31,6 +31,11 @@
32 epatch "${FILESDIR}/${P}-clamav093.patch"
33 fi
34
35 + # Fix compiliaton error with >=clamav-0.94, bug #236838
36 + if has_version '>=app-antivirus/clamav-0.94' ; then
37 + epatch "${FILESDIR}/klamav-clamav094.patch"
38 + fi
39 +
40 # Assure a future version won't try to build this.
41 rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files"
42
43
44
45
46 1.2 app-antivirus/klamav/klamav-0.44.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.44.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.44.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.44.ebuild?r1=1.1&r2=1.2
51
52 Index: klamav-0.44.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.44.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- klamav-0.44.ebuild 22 Aug 2008 18:40:00 -0000 1.1
59 +++ klamav-0.44.ebuild 6 Sep 2008 15:19:41 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.44.ebuild,v 1.1 2008/08/22 18:40:00 tgurr Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.44.ebuild,v 1.2 2008/09/06 15:19:41 keytoaster Exp $
65
66 ARTS_REQUIRED="never"
67
68 @@ -29,6 +29,11 @@
69 # Fix .desktop entry.
70 epatch "${FILESDIR}/klamav-0.43-desktop-entry.diff"
71
72 + # Fix compiliaton error with >=clamav-0.94, bug #236838
73 + if has_version '>=app-antivirus/clamav-0.94' ; then
74 + epatch "${FILESDIR}/klamav-clamav094.patch"
75 + fi
76 +
77 # Assure a future version won't try to build this.
78 rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files"
79
80
81
82
83 1.48 app-antivirus/klamav/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.48&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.48&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?r1=1.47&r2=1.48
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
92 retrieving revision 1.47
93 retrieving revision 1.48
94 diff -u -r1.47 -r1.48
95 --- ChangeLog 22 Aug 2008 18:40:00 -0000 1.47
96 +++ ChangeLog 6 Sep 2008 15:19:41 -0000 1.48
97 @@ -1,6 +1,10 @@
98 # ChangeLog for app-antivirus/klamav
99 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.47 2008/08/22 18:40:00 tgurr Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.48 2008/09/06 15:19:41 keytoaster Exp $
102 +
103 + 06 Sep 2008; Tobias Heinlein <keytoaster@g.o>
104 + +files/klamav-clamav094.patch, klamav-0.42.ebuild, klamav-0.44.ebuild:
105 + Fix compilation error with >=clamav-0.94, bug #236838
106
107 *klamav-0.44 (22 Aug 2008)