diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 08:44:31 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 08:44:31 +0000 |
commit | c8e1e6dde41f14476f333677faffa9d07689367a (patch) | |
tree | 02c571c350c769a2770da46313d3d7933cdd3db7 /net-analyzer/fail2ban | |
parent | bump to texlive 2014 version (diff) | |
download | gentoo-2-c8e1e6dde41f14476f333677faffa9d07689367a.tar.gz gentoo-2-c8e1e6dde41f14476f333677faffa9d07689367a.tar.bz2 gentoo-2-c8e1e6dde41f14476f333677faffa9d07689367a.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.8.13.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.8.14.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.9.0-r2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-99999999.ebuild | 4 |
6 files changed, 17 insertions, 11 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog index 9213e11b455b..a4130ca3dc8f 100644 --- a/net-analyzer/fail2ban/ChangeLog +++ b/net-analyzer/fail2ban/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/fail2ban # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.146 2014/10/28 10:10:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.147 2014/11/02 08:44:31 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> fail2ban-0.8.13.ebuild, + fail2ban-0.8.14.ebuild, fail2ban-0.9.0-r2.ebuild, fail2ban-0.9.1.ebuild, + fail2ban-99999999.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 28 Oct 2014; Jeroen Roovers <jer@gentoo.org> fail2ban-0.9.1.ebuild: Add conditional sys-apps/systemd[python] dependency (bug #520516). diff --git a/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild index 260f06b624d0..b6b9e206f44b 100644 --- a/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild,v 1.6 2014/05/11 08:12:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.13.ebuild,v 1.7 2014/11/02 08:44:31 swift Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="selinux" -DEPEND="selinux? ( sec-policy/selinux-fail2ban )" +DEPEND="" RDEPEND="net-misc/whois virtual/mta virtual/logger diff --git a/net-analyzer/fail2ban/fail2ban-0.8.14.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.14.ebuild index 0c9bb2dbc14d..31262e9a4fa1 100644 --- a/net-analyzer/fail2ban/fail2ban-0.8.14.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.8.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.14.ebuild,v 1.1 2014/08/22 15:15:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.14.ebuild,v 1.2 2014/11/02 08:44:31 swift Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="selinux" -DEPEND="selinux? ( sec-policy/selinux-fail2ban )" +DEPEND="" RDEPEND="net-misc/whois virtual/mta virtual/logger diff --git a/net-analyzer/fail2ban/fail2ban-0.9.0-r2.ebuild b/net-analyzer/fail2ban/fail2ban-0.9.0-r2.ebuild index 67610e34aa7d..9889a3191df5 100644 --- a/net-analyzer/fail2ban/fail2ban-0.9.0-r2.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.9.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.0-r2.ebuild,v 1.1 2014/08/22 15:15:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.0-r2.ebuild,v 1.2 2014/11/02 08:44:31 swift Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="selinux" -DEPEND="selinux? ( sec-policy/selinux-fail2ban )" +DEPEND="" RDEPEND="net-misc/whois virtual/mta virtual/logger diff --git a/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild b/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild index fdf5da4fea56..846c0f0da8f9 100644 --- a/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.3 2014/10/28 10:10:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.9.1.ebuild,v 1.4 2014/11/02 08:44:31 swift Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="selinux systemd" -DEPEND="selinux? ( sec-policy/selinux-fail2ban )" +DEPEND="" RDEPEND=" net-misc/whois virtual/mta diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index 1d1b337231c4..73dba6516229 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.1 2014/08/22 15:25:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v 1.2 2014/11/02 08:44:31 swift Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="selinux" -DEPEND="selinux? ( sec-policy/selinux-fail2ban )" +DEPEND="" RDEPEND="net-misc/whois virtual/mta virtual/logger |