From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12BD6138334 for ; Wed, 27 Mar 2019 10:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E089E0869; Wed, 27 Mar 2019 10:22:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D980FE0869 for ; Wed, 27 Mar 2019 10:22:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1F9A335D03 for ; Wed, 27 Mar 2019 10:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53969266 for ; Wed, 27 Mar 2019 10:22:26 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1553682141.19d568a99cb999a26abb068949fccc771a0fea15.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild net-analyzer/fail2ban/fail2ban-99999999.ebuild X-VCS-Directories: net-analyzer/fail2ban/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 19d568a99cb999a26abb068949fccc771a0fea15 X-VCS-Branch: master Date: Wed, 27 Mar 2019 10:22:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86b0eca7-efcb-4768-bb55-5db1ff298778 X-Archives-Hash: a04f18580bee9d7f289fa5bbef694cc2 commit: 19d568a99cb999a26abb068949fccc771a0fea15 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 27 10:18:19 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Mar 27 10:22:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d568a9 net-analyzer/fail2ban: Drop various optional runtime dependencies Support for net-firewall/iptables, net-misc/whois and sys-freebsd/freebsd-pf is entirely optional and depends on your local configuration. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/627872 Signed-off-by: Jeroen Roovers gentoo.org> .../fail2ban/{fail2ban-0.10.4-r1.ebuild => fail2ban-0.10.4-r2.ebuild} | 4 ---- net-analyzer/fail2ban/fail2ban-99999999.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild similarity index 95% rename from net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild rename to net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild index 08162400a07..1f4495bb15b 100644 --- a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild @@ -16,11 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="selinux systemd" -# TODO support ipfw and ipfilter RDEPEND=" - kernel_linux? ( net-firewall/iptables ) - kernel_FreeBSD? ( sys-freebsd/freebsd-pf ) - net-misc/whois virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index 3eb5b64cab5..0adb597ee8c 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -16,11 +16,7 @@ SLOT="0" KEYWORDS="" IUSE="selinux systemd" -# TODO support ipfw and ipfilter RDEPEND=" - kernel_linux? ( net-firewall/iptables ) - kernel_FreeBSD? ( sys-freebsd/freebsd-pf ) - net-misc/whois virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban )