floppym     15/07/31 13:53:49

  Modified:             fail2ban-99999999.ebuild fail2ban-0.9.2.ebuild
                        ChangeLog
  Log:
  sys-apps/systemd[python] needs a default value.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.7                  net-analyzer/fail2ban/fail2ban-99999999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?r1=1.6&r2=1.7

Index: fail2ban-99999999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fail2ban-99999999.ebuild    10 Jul 2015 01:01:59 -0000      1.6
+++ fail2ban-99999999.ebuild    31 Jul 2015 13:53:49 -0000      1.7
@@ -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.6 
2015/07/10 01:01:59 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v 1.7 
2015/07/31 13:53:49 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -26,7 +26,7 @@
        selinux? ( sec-policy/selinux-fail2ban )
        systemd? ( $(python_gen_cond_dep '|| (
                dev-python/python-systemd[${PYTHON_USEDEP}]
-               sys-apps/systemd[python,${PYTHON_USEDEP}]
+               sys-apps/systemd[python(-),${PYTHON_USEDEP}]
        )' 'python*' ) )
 "
 



1.10                 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.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild?r1=1.9&r2=1.10

Index: fail2ban-0.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fail2ban-0.9.2.ebuild       30 Jul 2015 12:26:04 -0000      1.9
+++ fail2ban-0.9.2.ebuild       31 Jul 2015 13:53:49 -0000      1.10
@@ -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.9 
2015/07/30 12:26:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.2.ebuild,v 1.10 
2015/07/31 13:53:49 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -26,7 +26,7 @@
        selinux? ( sec-policy/selinux-fail2ban )
        systemd? ( $(python_gen_cond_dep '|| (
                dev-python/python-systemd[${PYTHON_USEDEP}]
-               sys-apps/systemd[python,${PYTHON_USEDEP}]
+               sys-apps/systemd[python(-),${PYTHON_USEDEP}]
        )' 'python*' ) )
 "
 



1.166                net-analyzer/fail2ban/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.166&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.166&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.165&r2=1.166

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   30 Jul 2015 12:26:04 -0000      1.165
+++ ChangeLog   31 Jul 2015 13:53:49 -0000      1.166
@@ -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.165 
2015/07/30 12:26:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.166 
2015/07/31 13:53:49 floppym Exp $
+
+  31 Jul 2015; Mike Gilbert <flop...@gentoo.org> fail2ban-0.9.2.ebuild,
+  fail2ban-99999999.ebuild:
+  sys-apps/systemd[python] needs a default value.
 
   30 Jul 2015; Agostino Sarubbo <a...@gentoo.org> fail2ban-0.9.2.ebuild:
   Stable for sparc, wrt bug #548642




Reply via email to