diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-11-24 12:10:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-11-24 12:10:30 +0000 |
commit | 1da35e55f73d003027733fed68631a6577014348 (patch) | |
tree | 4633c94acd5210fafe625729ffd701b6607c25e9 /net-analyzer/fail2ban | |
parent | Version bump (diff) | |
download | gentoo-2-1da35e55f73d003027733fed68631a6577014348.tar.gz gentoo-2-1da35e55f73d003027733fed68631a6577014348.tar.bz2 gentoo-2-1da35e55f73d003027733fed68631a6577014348.zip |
Update live ebuild to 0.9.1 standard.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-99999999.ebuild | 19 |
2 files changed, 15 insertions, 9 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog index a4130ca3dc8f..383693507d0a 100644 --- a/net-analyzer/fail2ban/ChangeLog +++ b/net-analyzer/fail2ban/ChangeLog @@ -1,6 +1,9 @@ # 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.147 2014/11/02 08:44:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.148 2014/11/24 12:10:30 jer Exp $ + + 24 Nov 2014; Jeroen Roovers <jer@gentoo.org> fail2ban-99999999.ebuild: + Update live ebuild to 0.9.1 standard. 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, diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index 73dba6516229..a06d1f02cdb9 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -1,10 +1,9 @@ # 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.2 2014/11/02 08:44:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v 1.3 2014/11/24 12:10:30 jer Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) -PYTHON_REQ_USE="sqlite" +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 git-r3 systemd vcs-snapshot @@ -15,14 +14,17 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}/" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="selinux" +IUSE="selinux systemd" DEPEND="" -RDEPEND="net-misc/whois - virtual/mta - virtual/logger +RDEPEND=" net-firewall/iptables - selinux? ( sec-policy/selinux-fail2ban )" + net-misc/whois + virtual/logger + virtual/mta + selinux? ( sec-policy/selinux-fail2ban ) + systemd? ( sys-apps/systemd[python] ) +" DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) @@ -87,6 +89,7 @@ pkg_postinst() { elog "If you want to use ${PN}'s persistent database, then reinstall" elog "dev-lang/python with USE=sqlite" fi + if has_version sys-apps/systemd[-python]; then elog "If you want to track logins through sys-apps/systemd's" elog "journal backend, then reinstall sys-apps/systemd with USE=python" |