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: Fri, 02 Nov 2018 16:42:15
Message-Id: 1541176927.71ea54aa376b7d371382602048dfcb36980232fa.jer@gentoo
1 commit: 71ea54aa376b7d371382602048dfcb36980232fa
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 16:40:50 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 16:42:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ea54aa
7
8 net-analyzer/fail2ban: Version 0.10.4
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/fail2ban/Manifest | 1 +
14 ...2ban-99999999.ebuild => fail2ban-0.10.4.ebuild} | 22 +++++++++++++++-------
15 net-analyzer/fail2ban/fail2ban-99999999.ebuild | 2 ++
16 3 files changed, 18 insertions(+), 7 deletions(-)
17
18 diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest
19 index 301224a7529..29d56938a6c 100644
20 --- a/net-analyzer/fail2ban/Manifest
21 +++ b/net-analyzer/fail2ban/Manifest
22 @@ -1 +1,2 @@
23 DIST fail2ban-0.10.3.1.tar.gz 485826 BLAKE2B 79ca86a601bd79ba3729d4c9b00f20a0717df8c7ceb20183099e11f84cceade274173be90d0b4b000d37a1b9d242e14106c9e7e40e372e450d69bca003fff6fb SHA512 ed3646ef2113fe10d9130c239818087b228ac9708411e26acc412beae022e3f9ff8cea32d824bd491117882fb8f184dcb88bda295bd31e865ac8310c7e27fc7a
24 +DIST fail2ban-0.10.4.tar.gz 493104 BLAKE2B 3a58ab114cf25172c77b229ce53bf6dd009d4fb8c700142480ba0212072d8820126bfabf5dd417835bdac5f5b65d599c6dde859d8c57267e90cfb569dc4a2073 SHA512 ee53f2e8dc3cda4f588c60da5227d3d71550496ddfdf5bdbffced25bafd442b8e2352a9ad9f27bf76489903b5b779cdb9614963342de907c1036ae9268b8f35f
25
26 diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
27 similarity index 87%
28 copy from net-analyzer/fail2ban/fail2ban-99999999.ebuild
29 copy to net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
30 index c55edd10429..d17adcb5886 100644
31 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild
32 +++ b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
33 @@ -1,19 +1,19 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 +# Copyright 1999-2018 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
40 DISTUTILS_SINGLE_IMPL=1
41
42 -inherit distutils-r1 eutils systemd git-r3
43 +inherit distutils-r1 eutils systemd vcs-snapshot
44
45 DESCRIPTION="scans log files and bans IPs that show malicious signs"
46 HOMEPAGE="http://www.fail2ban.org/"
47 -EGIT_REPO_URI="https://github.com/${PN}/${PN}"
48 +SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
49
50 LICENSE="GPL-2"
51 SLOT="0"
52 -KEYWORDS=""
53 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
54 IUSE="selinux systemd"
55
56 # TODO support ipfw and ipfilter
57 @@ -46,6 +46,13 @@ python_prepare_all() {
58 distutils-r1_python_prepare_all
59 }
60
61 +python_compile() {
62 + if python_is_python3; then
63 + ./fail2ban-2to3 || die
64 + fi
65 + distutils-r1_python_compile
66 +}
67 +
68 python_test() {
69 "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}"
70 }
71 @@ -58,9 +65,8 @@ python_install_all() {
72 # not FILESDIR
73 newconfd files/gentoo-confd ${PN}
74 newinitd files/gentoo-initd ${PN}
75 - systemd_dounit files/${PN}.service
76 - sed -e "s:@BINDIR@:${EPREFIX}/usr/bin:g" files/${PN}.service.in > "${T}"/${PN}.service || die
77 - systemd_dounit "${T}"/${PN}.service
78 + sed -e "s:@BINDIR@:${EPREFIX}/usr/bin:g" files/${PN}.service.in > "${T}/${PN}.service" || die
79 + systemd_dounit "${T}/${PN}.service"
80 systemd_dotmpfilesd files/${PN}-tmpfiles.conf
81 doman man/*.{1,5}
82
83 @@ -68,6 +74,8 @@ python_install_all() {
84 # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
85 insinto /etc/logrotate.d
86 newins files/${PN}-logrotate ${PN}
87 +
88 + keepdir /var/lib/${PN}
89 }
90
91 pkg_preinst() {
92
93 diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
94 index c55edd10429..a00563b4c26 100644
95 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild
96 +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
97 @@ -68,6 +68,8 @@ python_install_all() {
98 # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
99 insinto /etc/logrotate.d
100 newins files/${PN}-logrotate ${PN}
101 +
102 + keepdir /var/lib/${PN}
103 }
104
105 pkg_preinst() {