Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
Date: Sat, 02 Feb 2019 14:34:24
Message-Id: 1549118057.15b7f07f59a52c15f474a9847b7cc44a9deda75c.jer@gentoo
1 commit: 15b7f07f59a52c15f474a9847b7cc44a9deda75c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 2 14:34:02 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 14:34:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b7f07f
7
8 net-analyzer/fail2ban: EAPI
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/fail2ban/fail2ban-99999999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
17 index c0387412503..c43c91b4673 100644
18 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild
19 +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
20 @@ -1,11 +1,11 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
27 DISTUTILS_SINGLE_IMPL=1
28
29 -inherit distutils-r1 eutils systemd git-r3
30 +inherit distutils-r1 git-r3 systemd
31
32 DESCRIPTION="scans log files and bans IPs that show malicious signs"
33 HOMEPAGE="http://www.fail2ban.org/"
34 @@ -35,7 +35,7 @@ REQUIRED_USE="systemd? ( !python_single_target_pypy )"
35 DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
36
37 python_prepare_all() {
38 - eapply_user
39 + default
40
41 # Replace /var/run with /run, but not in the top source directory
42 find . -mindepth 2 -type f -exec \