* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.8.1.ebuild ChangeLog
@ 2007-09-25 13:17 Raphael Marichez (falco)
0 siblings, 0 replies; 3+ messages in thread
From: Raphael Marichez (falco) @ 2007-09-25 13:17 UTC (permalink / raw
To: gentoo-commits
falco 07/09/25 13:17:16
Modified: fail2ban-0.8.1.ebuild ChangeLog
Log:
Add logrotate script file as from upstream documentation (bug 193745)
(Portage version: 2.1.2.12)
Revision Changes Path
1.2 net-analyzer/fail2ban/fail2ban-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?r1=1.1&r2=1.2
Index: fail2ban-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fail2ban-0.8.1.ebuild 31 Aug 2007 15:06:17 -0000 1.1
+++ fail2ban-0.8.1.ebuild 25 Sep 2007 13:17:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.1 2007/08/31 15:06:17 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.2 2007/09/25 13:17:16 falco Exp $
inherit distutils
@@ -24,6 +24,11 @@
newinitd files/gentoo-initd fail2ban
dodoc CHANGELOG README TODO || die "dodoc failed"
doman man/*.1 || die "doman failed"
+
+ # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d.
+ # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
+ insinto /etc/logrotate.d
+ newins ${FILESDIR}/${PN}-logrotate ${PN} || die
}
pkg_postinst() {
1.37 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 6 Sep 2007 16:34:20 -0000 1.36
+++ ChangeLog 25 Sep 2007 13:17:16 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.36 2007/09/06 16:34:20 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.37 2007/09/25 13:17:16 falco Exp $
+
+ 25 Sep 2007; Raphael Marichez <falco@gentoo.org>
+ +files/fail2ban-logrotate, fail2ban-0.8.1.ebuild:
+ Add logrotate script file as from upstream documentation (bug 193745)
06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -fail2ban-0.7.9.ebuild,
-fail2ban-0.8.0.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.8.1.ebuild ChangeLog
@ 2007-10-24 12:08 Roy Marples (uberlord)
0 siblings, 0 replies; 3+ messages in thread
From: Roy Marples (uberlord) @ 2007-10-24 12:08 UTC (permalink / raw
To: gentoo-commits
uberlord 07/10/24 12:08:44
Modified: fail2ban-0.8.1.ebuild ChangeLog
Log:
Keyworded ~x86-fbsd, #191510.
(Portage version: 2.1.3.16)
Revision Changes Path
1.3 net-analyzer/fail2ban/fail2ban-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?r1=1.2&r2=1.3
Index: fail2ban-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fail2ban-0.8.1.ebuild 25 Sep 2007 13:17:16 -0000 1.2
+++ fail2ban-0.8.1.ebuild 24 Oct 2007 12:08:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.2 2007/09/25 13:17:16 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.3 2007/10/24 12:08:44 uberlord Exp $
inherit distutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/python-2.4"
1.38 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 25 Sep 2007 13:17:16 -0000 1.37
+++ ChangeLog 24 Oct 2007 12:08:44 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.37 2007/09/25 13:17:16 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.38 2007/10/24 12:08:44 uberlord Exp $
+
+ 24 Oct 2007; Roy Marples <uberlord@gentoo.org> fail2ban-0.8.1.ebuild:
+ Keyworded ~x86-fbsd, #191510.
25 Sep 2007; Raphael Marichez <falco@gentoo.org>
+files/fail2ban-logrotate, fail2ban-0.8.1.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.8.1.ebuild ChangeLog
@ 2008-02-27 20:34 Cedric Krier (cedk)
0 siblings, 0 replies; 3+ messages in thread
From: Cedric Krier (cedk) @ 2008-02-27 20:34 UTC (permalink / raw
To: gentoo-commits
cedk 08/02/27 20:34:37
Modified: fail2ban-0.8.1.ebuild ChangeLog
Log:
Fix logrotate for bug #207527
(Portage version: 2.1.4.4)
Revision Changes Path
1.4 net-analyzer/fail2ban/fail2ban-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild?r1=1.3&r2=1.4
Index: fail2ban-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fail2ban-0.8.1.ebuild 24 Oct 2007 12:08:44 -0000 1.3
+++ fail2ban-0.8.1.ebuild 27 Feb 2008 20:34:37 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.3 2007/10/24 12:08:44 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.1.ebuild,v 1.4 2008/02/27 20:34:37 cedk Exp $
inherit distutils
@@ -28,7 +28,7 @@
# Use INSTALL_MASK if you do not want to touch /etc/logrotate.d.
# See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
insinto /etc/logrotate.d
- newins ${FILESDIR}/${PN}-logrotate ${PN} || die
+ newins "${FILESDIR}"/${PN}-logrotate ${PN} || die
}
pkg_postinst() {
1.39 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 24 Oct 2007 12:08:44 -0000 1.38
+++ ChangeLog 27 Feb 2008 20:34:37 -0000 1.39
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/fail2ban
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.38 2007/10/24 12:08:44 uberlord Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.39 2008/02/27 20:34:37 cedk Exp $
+
+ 27 Feb 2008; Cédric Krier <cedk@gentoo.org> files/fail2ban-logrotate,
+ fail2ban-0.8.1.ebuild:
+ Fix logrotate for bug #207527
24 Oct 2007; Roy Marples <uberlord@gentoo.org> fail2ban-0.8.1.ebuild:
Keyworded ~x86-fbsd, #191510.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-27 20:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-25 13:17 [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.8.1.ebuild ChangeLog Raphael Marichez (falco)
-- strict thread matches above, loose matches on Subject: below --
2007-10-24 12:08 Roy Marples (uberlord)
2008-02-27 20:34 Cedric Krier (cedk)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox