Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.97.3.ebuild clamav-0.97.4.ebuild ChangeLog
Date: Thu, 31 May 2012 03:02:05
Message-Id: 20120531030155.AD0212004B@flycatcher.gentoo.org
1 zmedico 12/05/31 03:01:55
2
3 Modified: clamav-0.97.3.ebuild clamav-0.97.4.ebuild ChangeLog
4 Log:
5 inherit user for enewgroup and enewuser
6
7 (Portage version: 2.2.0_alpha108_p8/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 app-antivirus/clamav/clamav-0.97.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild?r1=1.10&r2=1.11
15
16 Index: clamav-0.97.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- clamav-0.97.3.ebuild 2 May 2012 20:14:11 -0000 1.10
23 +++ clamav-0.97.3.ebuild 31 May 2012 03:01:52 -0000 1.11
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v 1.10 2012/05/02 20:14:11 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v 1.11 2012/05/31 03:01:52 zmedico Exp $
29
30 EAPI=4
31
32 -inherit eutils autotools-utils flag-o-matic
33 +inherit eutils autotools-utils flag-o-matic user
34
35 DESCRIPTION="Clam Anti-Virus Scanner"
36 HOMEPAGE="http://www.clamav.net/"
37
38
39
40 1.3 app-antivirus/clamav/clamav-0.97.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.97.4.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.97.4.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.97.4.ebuild?r1=1.2&r2=1.3
45
46 Index: clamav-0.97.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.4.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- clamav-0.97.4.ebuild 2 May 2012 20:14:11 -0000 1.2
53 +++ clamav-0.97.4.ebuild 31 May 2012 03:01:52 -0000 1.3
54 @@ -1,10 +1,10 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.4.ebuild,v 1.2 2012/05/02 20:14:11 jdhore Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.4.ebuild,v 1.3 2012/05/31 03:01:52 zmedico Exp $
59
60 EAPI=4
61
62 -inherit eutils autotools-utils flag-o-matic
63 +inherit eutils autotools-utils flag-o-matic user
64
65 DESCRIPTION="Clam Anti-Virus Scanner"
66 HOMEPAGE="http://www.clamav.net/"
67
68
69
70 1.415 app-antivirus/clamav/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.415&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.415&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.414&r2=1.415
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
79 retrieving revision 1.414
80 retrieving revision 1.415
81 diff -u -r1.414 -r1.415
82 --- ChangeLog 2 May 2012 20:14:11 -0000 1.414
83 +++ ChangeLog 31 May 2012 03:01:55 -0000 1.415
84 @@ -1,6 +1,10 @@
85 # ChangeLog for app-antivirus/clamav
86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.414 2012/05/02 20:14:11 jdhore Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.415 2012/05/31 03:01:55 zmedico Exp $
89 +
90 + 31 May 2012; Zac Medico <zmedico@g.o> clamav-0.97.3.ebuild,
91 + clamav-0.97.4.ebuild:
92 + inherit user for enewgroup and enewuser
93
94 02 May 2012; Jeff Horelick <jdhore@g.o> clamav-0.97.3.ebuild,
95 clamav-0.97.4.ebuild: