Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/klamav: klamav-0.46.ebuild ChangeLog
Date: Sun, 19 Apr 2009 16:23:24
Message-Id: E1LvZne-00081o-GL@stork.gentoo.org
1 jmbsvicetto 09/04/19 16:23:22
2
3 Modified: ChangeLog
4 Added: klamav-0.46.ebuild
5 Log:
6 Bumped klamav to 0.46. Thanks to Richard Cox - fixes bug 264887.
7 (Portage version: 2.2_rc30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 app-antivirus/klamav/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 25 Feb 2009 12:50:01 -0000 1.54
23 +++ ChangeLog 19 Apr 2009 16:23:22 -0000 1.55
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-antivirus/klamav
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.54 2009/02/25 12:50:01 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.55 2009/04/19 16:23:22 jmbsvicetto Exp $
29 +
30 +*klamav-0.46 (19 Apr 2009)
31 +
32 + 19 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
33 + +klamav-0.46.ebuild:
34 + Bumped klamav to 0.46. Thanks to Richard Cox - fixes bug 264887.
35
36 25 Feb 2009; Joseph Jezak <josejx@g.o> klamav-0.44.ebuild:
37 Marked ppc stable for bug #245552.
38
39
40
41 1.1 app-antivirus/klamav/klamav-0.46.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild?rev=1.1&content-type=text/plain
45
46 Index: klamav-0.46.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.46.ebuild,v 1.1 2009/04/19 16:23:22 jmbsvicetto Exp $
51
52 ARTS_REQUIRED="never"
53
54 inherit kde
55
56 MY_P="${P}-source"
57 S="${WORKDIR}/${MY_P}/${P}"
58
59 DESCRIPTION="KlamAV is a KDE frontend for the ClamAV antivirus."
60 HOMEPAGE="http://klamav.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
62 LICENSE="GPL-2"
63
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
66 IUSE=""
67
68 DEPEND=">=app-antivirus/clamav-0.90"
69 RDEPEND="${DEPEND}"
70
71 need-kde 3.5
72
73 PATCHES=(
74 "${FILESDIR}/klamav-0.43-desktop-entry.diff"
75 )
76 src_unpack(){
77 kde_src_unpack
78
79 # Assure a future version won't try to build this.
80 rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files"
81
82 rm -f "${S}"/configure
83 }
84
85 src_compile(){
86 # Disable updates from the GUI. We have package managers for that. cf. bug 171414
87 myconf="--with-disableupdates"
88 kde_src_compile
89 }
90
91 pkg_postinst(){
92 kde_pkg_postinst
93
94 elog "The on-access scanning functionality is provided by"
95 elog "the Dazuko kernel module. To use it, install sys-fs/dazuko."
96 }