Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@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, 13 Sep 2008 22:48:38
Message-Id: E1KeduO-0007e6-Nu@stork.gentoo.org
1 dertobi123 08/09/13 22:48:04
2
3 Modified: clamav-0.94.ebuild ChangeLog
4 Log:
5 Add missing buildtime dep on dev-util/pkgconfig, #237552
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.10 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.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild?r1=1.9&r2=1.10
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.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- clamav-0.94.ebuild 8 Sep 2008 16:57:36 -0000 1.9
22 +++ clamav-0.94.ebuild 13 Sep 2008 22:48:04 -0000 1.10
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.9 2008/09/08 16:57:36 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.10 2008/09/13 22:48:04 dertobi123 Exp $
28
29 inherit autotools eutils flag-o-matic fixheadtails multilib
30
31 @@ -13,7 +13,7 @@
32 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
33 IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test"
34
35 -DEPEND="bzip2? ( app-arch/bzip2 )
36 +COMMON_DEPEND="bzip2? ( app-arch/bzip2 )
37 crypt? ( >=dev-libs/gmp-4.1.2 )
38 milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
39 iconv? ( virtual/libiconv )
40 @@ -22,9 +22,14 @@
41 dev-libs/gmp
42 >=sys-libs/zlib-1.2.1-r3
43 >=sys-apps/sed-4"
44 -RDEPEND="${DEPEND}
45 +
46 +DEPEND="${COMMON_DEPEND}
47 + dev-util/pkgconfig"
48 +
49 +RDEPEND="${COMMON_DEPEND}
50 selinux? ( sec-policy/selinux-clamav )
51 sys-apps/grep"
52 +
53 PROVIDE="virtual/antivirus"
54
55 pkg_setup() {
56
57
58
59 1.308 app-antivirus/clamav/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.308&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.308&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.307&r2=1.308
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
68 retrieving revision 1.307
69 retrieving revision 1.308
70 diff -u -r1.307 -r1.308
71 --- ChangeLog 8 Sep 2008 16:57:36 -0000 1.307
72 +++ ChangeLog 13 Sep 2008 22:48:04 -0000 1.308
73 @@ -1,6 +1,9 @@
74 # ChangeLog for app-antivirus/clamav
75 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.307 2008/09/08 16:57:36 ranger Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.308 2008/09/13 22:48:04 dertobi123 Exp $
78 +
79 + 13 Sep 2008; Tobias Scherbaum <dertobi123@g.o> clamav-0.94.ebuild:
80 + Add missing buildtime dep on dev-util/pkgconfig, #237552
81
82 08 Sep 2008; Brent Baude <ranger@g.o> clamav-0.94.ebuild:
83 Marking clamav-0.94 ppc64 and ppc for bug 236665