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 C0EF1138334 for ; Wed, 27 Mar 2019 09:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7FF9E084E; Wed, 27 Mar 2019 09:45:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6A78AE084E for ; Wed, 27 Mar 2019 09:45:13 +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 D2F07335D1C for ; Wed, 27 Mar 2019 09:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AFCC57B for ; Wed, 27 Mar 2019 09:45:10 +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: <1553679902.2c83d223b009069602d896da6eb321aa4ac254db.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.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: 2c83d223b009069602d896da6eb321aa4ac254db X-VCS-Branch: master Date: Wed, 27 Mar 2019 09:45:10 +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: 5b52748d-8cca-4956-b0bf-879513813359 X-Archives-Hash: 1a3153924a63bacbbce4db2f7f0c73d7 commit: 2c83d223b009069602d896da6eb321aa4ac254db Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 27 09:43:19 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Mar 27 09:45:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c83d223 net-analyzer/fail2ban: RESTRICT=test Fixes: https://bugs.gentoo.org/659010 Fixes: https://bugs.gentoo.org/681838 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> .../{fail2ban-0.10.4.ebuild => fail2ban-0.10.4-r1.ebuild} | 11 +++-------- net-analyzer/fail2ban/fail2ban-0.10.4.ebuild | 9 ++------- net-analyzer/fail2ban/fail2ban-99999999.ebuild | 7 +------ 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild similarity index 94% copy from net-analyzer/fail2ban/fail2ban-0.10.4.ebuild copy to net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild index 4ba2745237d..51b196ff788 100644 --- a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="selinux systemd" # TODO support ipfw and ipfilter @@ -29,9 +29,8 @@ RDEPEND=" sys-apps/systemd[python(-),${PYTHON_USEDEP}] )' 'python*' ) ) " - REQUIRED_USE="systemd? ( !python_single_target_pypy )" - +RESTRICT="test" DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) python_prepare_all() { @@ -53,10 +52,6 @@ python_compile() { distutils-r1_python_compile } -python_test() { - "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}" -} - python_install_all() { distutils-r1_python_install_all diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild index 4ba2745237d..55ab05ed1d4 100644 --- a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,9 +29,8 @@ RDEPEND=" sys-apps/systemd[python(-),${PYTHON_USEDEP}] )' 'python*' ) ) " - REQUIRED_USE="systemd? ( !python_single_target_pypy )" - +RESTRICT="test" DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) python_prepare_all() { @@ -53,10 +52,6 @@ python_compile() { distutils-r1_python_compile } -python_test() { - "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}" -} - python_install_all() { distutils-r1_python_install_all diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index c43c91b4673..3eb5b64cab5 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -29,9 +29,8 @@ RDEPEND=" sys-apps/systemd[python(-),${PYTHON_USEDEP}] )' 'python*' ) ) " - REQUIRED_USE="systemd? ( !python_single_target_pypy )" - +RESTRICT="test" DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) python_prepare_all() { @@ -46,10 +45,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_test() { - "${PYTHON}" "bin/${PN}-testcases" || die "tests failed with ${EPYTHON}" -} - python_install_all() { distutils-r1_python_install_all