Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.94.ebuild ChangeLog
Date: Sat, 06 Sep 2008 10:16:45
Message-Id: E1KbuqQ-0004V5-Kk@stork.gentoo.org
1 armin76 08/09/06 10:16:42
2
3 Modified: clamav-0.94.ebuild ChangeLog
4 Log:
5 Add missing dep on dev-libs/check when running the tests
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 app-antivirus/clamav/clamav-0.94.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.1&r2=1.2
14
15 Index: clamav-0.94.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- clamav-0.94.ebuild 5 Sep 2008 19:44:47 -0000 1.1
22 +++ clamav-0.94.ebuild 6 Sep 2008 10:16:42 -0000 1.2
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/clamav/clamav-0.94.ebuild,v 1.1 2008/09/05 19:44:47 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.2 2008/09/06 10:16:42 armin76 Exp $
28
29 inherit autotools eutils flag-o-matic fixheadtails multilib
30
31 @@ -11,14 +11,14 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 -IUSE="bzip2 crypt iconv mailwrapper milter nls selinux"
36 +IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
37
38 -DEPEND="virtual/libc
39 - bzip2? ( app-arch/bzip2 )
40 +DEPEND="bzip2? ( app-arch/bzip2 )
41 crypt? ( >=dev-libs/gmp-4.1.2 )
42 milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
43 iconv? ( virtual/libiconv )
44 nls? ( sys-devel/gettext )
45 + test? ( dev-libs/check )
46 dev-libs/gmp
47 >=sys-libs/zlib-1.2.1-r3
48 >=sys-apps/sed-4"
49
50
51
52 1.300 app-antivirus/clamav/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.300&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.300&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.299&r2=1.300
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
61 retrieving revision 1.299
62 retrieving revision 1.300
63 diff -u -r1.299 -r1.300
64 --- ChangeLog 5 Sep 2008 19:51:07 -0000 1.299
65 +++ ChangeLog 6 Sep 2008 10:16:42 -0000 1.300
66 @@ -1,6 +1,9 @@
67 # ChangeLog for app-antivirus/clamav
68 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.299 2008/09/05 19:51:07 dertobi123 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.300 2008/09/06 10:16:42 armin76 Exp $
71 +
72 + 06 Sep 2008; Raúl Porcel <armin76@g.o> clamav-0.94.ebuild:
73 + Add missing dep on dev-libs/check when running the tests
74
75 05 Sep 2008; Tobias Scherbaum <dertobi123@g.o>
76 -files/clamav-0.90-compat.patch, -files/clamav-0.90-nls.patch,