Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
Date: Tue, 27 Sep 2022 17:58:02
Message-Id: 1664301469.4c48d24146b11b50197ef9c80989adc5da37c4f6.sam@gentoo
1 commit: 4c48d24146b11b50197ef9c80989adc5da37c4f6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 17:39:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 17:57:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c48d241
7
8 net-analyzer/fail2ban: add 1.0.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/fail2ban/Manifest | 1 +
13 .../fail2ban/{fail2ban-9999.ebuild => fail2ban-1.0.1.ebuild} | 12 ++++++++----
14 net-analyzer/fail2ban/fail2ban-9999.ebuild | 12 ++++++++----
15 3 files changed, 17 insertions(+), 8 deletions(-)
16
17 diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest
18 index 544366b395d0..44e3f95a0485 100644
19 --- a/net-analyzer/fail2ban/Manifest
20 +++ b/net-analyzer/fail2ban/Manifest
21 @@ -1 +1,2 @@
22 DIST fail2ban-0.11.2.tar.gz 559552 BLAKE2B 0c61c1d5f6eb23d585533fbb84e69343cb305df188537a97002489318292c6056447c4c221c9d4d4cde6cca52f0c2fb877b597957f703e4d6707801a646e52b0 SHA512 46b27abd947b00ea64106dbac563ef8afef38eec86684024d47d9a0e8c1969ff864ad6df7f4f8de2aa3eb1af6d769fb6796592d9f0e35521d5f95f17b8cade97
23 +DIST fail2ban-1.0.1.tar.gz 582122 BLAKE2B 1fe1e5b3d6a1790304c29066b7a8edcb5a6ea11bea6fd8a2bf5f42a4725db1d5bfdd9ed1215a51bfc0eeccafa8a0e93c45940e897ceba7335965126f9b913ab0 SHA512 a4d0ee5405225b1ec950f3209bc304c1168c644d06309a187d77119f6bea12c382db046130a86411aad4210b458a16ee092269dc7953400950969a34550c6da5
24
25 diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild b/net-analyzer/fail2ban/fail2ban-1.0.1.ebuild
26 similarity index 93%
27 copy from net-analyzer/fail2ban/fail2ban-9999.ebuild
28 copy to net-analyzer/fail2ban/fail2ban-1.0.1.ebuild
29 index e4e61c3a52a1..cf108a52442c 100644
30 --- a/net-analyzer/fail2ban/fail2ban-9999.ebuild
31 +++ b/net-analyzer/fail2ban/fail2ban-1.0.1.ebuild
32 @@ -1,20 +1,21 @@
33 # Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=7
37 +EAPI=8
38
39 -PYTHON_COMPAT=( python3_{8..10} )
40 DISTUTILS_SINGLE_IMPL=1
41 +PYTHON_COMPAT=( python3_{8..11} )
42
43 inherit bash-completion-r1 distutils-r1 systemd tmpfiles
44
45 DESCRIPTION="Scans log files and bans IPs that show malicious signs"
46 HOMEPAGE="https://www.fail2ban.org/"
47 +
48 if [[ ${PV} == *9999 ]] ; then
49 - EGIT_REPO_URI="https://github.com/${PN}/${PN}"
50 + EGIT_REPO_URI="https://github.com/fail2ban/fail2ban"
51 inherit git-r3
52 else
53 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 + SRC_URI="https://github.com/fail2ban/fail2ban/archive/${PV}.tar.gz -> ${P}.tar.gz"
55 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
56 fi
57
58 @@ -59,6 +60,9 @@ python_test() {
59 --no-network \
60 --no-gamin \
61 --verbosity=4 || die "Tests failed with ${EPYTHON}"
62 +
63 + # Workaround for bug #790251
64 + rm -r fail2ban.egg-info || die
65 }
66
67 python_install_all() {
68
69 diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild b/net-analyzer/fail2ban/fail2ban-9999.ebuild
70 index e4e61c3a52a1..cf108a52442c 100644
71 --- a/net-analyzer/fail2ban/fail2ban-9999.ebuild
72 +++ b/net-analyzer/fail2ban/fail2ban-9999.ebuild
73 @@ -1,20 +1,21 @@
74 # Copyright 1999-2022 Gentoo Authors
75 # Distributed under the terms of the GNU General Public License v2
76
77 -EAPI=7
78 +EAPI=8
79
80 -PYTHON_COMPAT=( python3_{8..10} )
81 DISTUTILS_SINGLE_IMPL=1
82 +PYTHON_COMPAT=( python3_{8..11} )
83
84 inherit bash-completion-r1 distutils-r1 systemd tmpfiles
85
86 DESCRIPTION="Scans log files and bans IPs that show malicious signs"
87 HOMEPAGE="https://www.fail2ban.org/"
88 +
89 if [[ ${PV} == *9999 ]] ; then
90 - EGIT_REPO_URI="https://github.com/${PN}/${PN}"
91 + EGIT_REPO_URI="https://github.com/fail2ban/fail2ban"
92 inherit git-r3
93 else
94 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
95 + SRC_URI="https://github.com/fail2ban/fail2ban/archive/${PV}.tar.gz -> ${P}.tar.gz"
96 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
97 fi
98
99 @@ -59,6 +60,9 @@ python_test() {
100 --no-network \
101 --no-gamin \
102 --verbosity=4 || die "Tests failed with ${EPYTHON}"
103 +
104 + # Workaround for bug #790251
105 + rm -r fail2ban.egg-info || die
106 }
107
108 python_install_all() {