Gentoo Archives: gentoo-commits

From: "Raphael Marichez (falco)" <falco@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.8.1.ebuild ChangeLog
Date: Tue, 25 Sep 2007 13:25:41
Message-Id: E1IaAHt-0008IY-09@stork.gentoo.org
1 falco 07/09/25 13:17:16
2
3 Modified: fail2ban-0.8.1.ebuild ChangeLog
4 Log:
5 Add logrotate script file as from upstream documentation (bug 193745)
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.2 net-analyzer/fail2ban/fail2ban-0.8.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?r1=1.1&r2=1.2
14
15 Index: fail2ban-0.8.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- fail2ban-0.8.1.ebuild 31 Aug 2007 15:06:17 -0000 1.1
22 +++ fail2ban-0.8.1.ebuild 25 Sep 2007 13:17:16 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.1 2007/08/31 15:06:17 falco Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.2 2007/09/25 13:17:16 falco Exp $
28
29 inherit distutils
30
31 @@ -24,6 +24,11 @@
32 newinitd files/gentoo-initd fail2ban
33 dodoc CHANGELOG README TODO || die "dodoc failed"
34 doman man/*.1 || die "doman failed"
35 +
36 + # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d.
37 + # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
38 + insinto /etc/logrotate.d
39 + newins ${FILESDIR}/${PN}-logrotate ${PN} || die
40 }
41
42 pkg_postinst() {
43
44
45
46 1.37 net-analyzer/fail2ban/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.37&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.37&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.36&r2=1.37
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
55 retrieving revision 1.36
56 retrieving revision 1.37
57 diff -u -r1.36 -r1.37
58 --- ChangeLog 6 Sep 2007 16:34:20 -0000 1.36
59 +++ ChangeLog 25 Sep 2007 13:17:16 -0000 1.37
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-analyzer/fail2ban
62 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.36 2007/09/06 16:34:20 jokey Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.37 2007/09/25 13:17:16 falco Exp $
65 +
66 + 25 Sep 2007; Raphael Marichez <falco@g.o>
67 + +files/fail2ban-logrotate, fail2ban-0.8.1.ebuild:
68 + Add logrotate script file as from upstream documentation (bug 193745)
69
70 06 Sep 2007; Markus Ullmann <jokey@g.o> -fail2ban-0.7.9.ebuild,
71 -fail2ban-0.8.0.ebuild:
72
73
74
75 --
76 gentoo-commits@g.o mailing list