Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: ChangeLog klamav-0.42.ebuild
Date: Tue, 05 Feb 2008 22:10:00
Message-Id: E1JMVzG-0000nl-9R@stork.gentoo.org
1 tgurr 08/02/05 22:09:54
2
3 Modified: ChangeLog klamav-0.42.ebuild
4 Log:
5 Correct fix for bug #171414.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.37 app-antivirus/klamav/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 27 Jan 2008 21:51:33 -0000 1.36
22 +++ ChangeLog 5 Feb 2008 22:09:53 -0000 1.37
23 @@ -1,6 +1,9 @@
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.36 2008/01/27 21:51:33 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.37 2008/02/05 22:09:53 tgurr Exp $
28 +
29 + 05 Feb 2008; Timo Gurr <tgurr@g.o> klamav-0.42.ebuild:
30 + Correct fix for bug #171414.
31
32 *klamav-0.42 (27 Jan 2008)
33
34
35
36
37 1.2 app-antivirus/klamav/klamav-0.42.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild?r1=1.1&r2=1.2
42
43 Index: klamav-0.42.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- klamav-0.42.ebuild 27 Jan 2008 21:51:33 -0000 1.1
50 +++ klamav-0.42.ebuild 5 Feb 2008 22:09:53 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v 1.1 2008/01/27 21:51:33 philantrop Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.42.ebuild,v 1.2 2008/02/05 22:09:53 tgurr Exp $
56
57 inherit kde
58
59 @@ -26,15 +26,18 @@
60 src_unpack(){
61 kde_src_unpack
62
63 - # Disable updates from the GUI. We have package managers for that. cf. bug 171414
64 - econf --with-disableupdates
65 -
66 # Assure a future version won't try to build this.
67 rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files"
68
69 rm -f "${S}"/configure
70 }
71
72 +src_compile(){
73 + # Disable updates from the GUI. We have package managers for that. cf. bug 171414
74 + myconf="--with-disableupdates"
75 + kde_src_compile
76 +}
77 +
78 pkg_postinst(){
79 elog "The on-access scanning functionality is provided by"
80 elog "the Dazuko kernel module: emerge sys-fs/dazuko"
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list