jer 14/11/24 12:10:30 Modified: fail2ban-99999999.ebuild ChangeLog Log: Update live ebuild to 0.9.1 standard. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 net-analyzer/fail2ban/fail2ban-99999999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild?r1=1.2&r2=1.3 Index: fail2ban-99999999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-99999999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fail2ban-99999999.ebuild 2 Nov 2014 08:44:31 -0000 1.2 +++ fail2ban-99999999.ebuild 24 Nov 2014 12:10:30 -0000 1.3 @@ -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 @@ 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 @@ 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" 1.148 net-analyzer/fail2ban/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.148&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.148&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.147&r2=1.148 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -u -r1.147 -r1.148 --- ChangeLog 2 Nov 2014 08:44:31 -0000 1.147 +++ ChangeLog 24 Nov 2014 12:10:30 -0000 1.148 @@ -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 <[email protected]> fail2ban-99999999.ebuild: + Update live ebuild to 0.9.1 standard. 02 Nov 2014; Sven Vermeulen <[email protected]> fail2ban-0.8.13.ebuild, fail2ban-0.8.14.ebuild, fail2ban-0.9.0-r2.ebuild, fail2ban-0.9.1.ebuild,
