floppym 15/07/10 01:01:59
Modified: fail2ban-99999999.ebuild fail2ban-0.9.2.ebuild
ChangeLog
Log:
Adjust systemd dep for dev-python/python-systemd.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0BBEEA1FEA4843A4)
Revision Changes Path
1.6 net-analyzer/fail2ban/fail2ban-99999999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?r1=1.5&r2=1.6
Index: fail2ban-99999999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fail2ban-99999999.ebuild 5 May 2015 19:08:19 -0000 1.5
+++ fail2ban-99999999.ebuild 10 Jul 2015 01:01:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v 1.5
2015/05/05 19:08:19 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v 1.6
2015/07/10 01:01:59 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -24,7 +24,10 @@
virtual/logger
virtual/mta
selinux? ( sec-policy/selinux-fail2ban )
- systemd? ( $(python_gen_cond_dep
'sys-apps/systemd[python,${PYTHON_USEDEP}]' 'python*' ) )
+ systemd? ( $(python_gen_cond_dep '|| (
+ dev-python/python-systemd[${PYTHON_USEDEP}]
+ sys-apps/systemd[python,${PYTHON_USEDEP}]
+ )' 'python*' ) )
"
DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
1.8 net-analyzer/fail2ban/fail2ban-0.9.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild?r1=1.7&r2=1.8
Index: fail2ban-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fail2ban-0.9.2.ebuild 7 Jul 2015 20:47:54 -0000 1.7
+++ fail2ban-0.9.2.ebuild 10 Jul 2015 01:01:59 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v 1.7
2015/07/07 20:47:54 maekke Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v 1.8
2015/07/10 01:01:59 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -24,7 +24,10 @@
virtual/logger
net-firewall/iptables
selinux? ( sec-policy/selinux-fail2ban )
- systemd? ( $(python_gen_cond_dep
'sys-apps/systemd[python,${PYTHON_USEDEP}]' 'python*' ) )
+ systemd? ( $(python_gen_cond_dep '|| (
+ dev-python/python-systemd[${PYTHON_USEDEP}]
+ sys-apps/systemd[python,${PYTHON_USEDEP}]
+ )' 'python*' ) )
"
REQUIRED_USE="systemd? ( !python_single_target_pypy )"
1.164 net-analyzer/fail2ban/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.164&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.164&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 7 Jul 2015 20:47:54 -0000 1.163
+++ ChangeLog 10 Jul 2015 01:01:59 -0000 1.164
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.163
2015/07/07 20:47:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.164
2015/07/10 01:01:59 floppym Exp $
+
+ 10 Jul 2015; Mike Gilbert <[email protected]> fail2ban-0.9.2.ebuild,
+ fail2ban-99999999.ebuild:
+ Adjust systemd dep for dev-python/python-systemd.
07 Jul 2015; Markus Meier <[email protected]> fail2ban-0.9.2.ebuild:
arm stable, bug #548642