Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: clamav-0.98.ebuild ChangeLog
Date: Thu, 03 Oct 2013 15:59:24
Message-Id: 20131003155921.A652220036@flycatcher.gentoo.org
1 eras 13/10/03 15:59:21
2
3 Modified: clamav-0.98.ebuild ChangeLog
4 Log:
5 Fix config file move - bug #486624
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.2 app-antivirus/clamav/clamav-0.98.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild?r1=1.1&r2=1.2
15
16 Index: clamav-0.98.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- clamav-0.98.ebuild 27 Sep 2013 16:04:14 -0000 1.1
23 +++ clamav-0.98.ebuild 3 Oct 2013 15:59:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.98.ebuild,v 1.1 2013/09/27 16:04:14 eras Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.2 2013/10/03 15:59:21 eras Exp $
29
30 EAPI=5
31
32 @@ -115,7 +115,7 @@
33
34 for i in clamd freshclam clamav-milter
35 do
36 - [[ -f "${D}"/etc/clamd.conf.sample ]] && mv "${D}"/etc/clamd.conf{.sample,}
37 + [[ -f "${D}"/etc/"${i}".conf.sample ]] && mv "${D}"/etc/"${i}".conf{.sample,}
38 done
39
40 prune_libtool_files --all
41
42
43
44 1.464 app-antivirus/clamav/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.464&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.464&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.463&r2=1.464
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
53 retrieving revision 1.463
54 retrieving revision 1.464
55 diff -u -r1.463 -r1.464
56 --- ChangeLog 28 Sep 2013 15:13:27 -0000 1.463
57 +++ ChangeLog 3 Oct 2013 15:59:21 -0000 1.464
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-antivirus/clamav
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.463 2013/09/28 15:13:27 nimiux Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.464 2013/10/03 15:59:21 eras Exp $
63 +
64 + 03 Oct 2013; Eray Aslan <eras@g.o> clamav-0.98.ebuild:
65 + Fix config file move - bug #486624
66
67 28 Sep 2013; Chema Alonso <nimiux@g.o> clamav-0.97.8-r2.ebuild:
68 Stable for amd64 wrt bug #480038