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 ABA4E138334 for ; Wed, 27 Mar 2019 10:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB405E086F; Wed, 27 Mar 2019 10:03:33 +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 83C5CE086F for ; Wed, 27 Mar 2019 10:03:33 +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 563C5335CF4 for ; Wed, 27 Mar 2019 10:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 298B9266 for ; Wed, 27 Mar 2019 10:03:30 +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: <1553681007.78e16048c98968d0a8d27ff688cc1b705e017c79.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 X-VCS-Directories: net-analyzer/fail2ban/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 78e16048c98968d0a8d27ff688cc1b705e017c79 X-VCS-Branch: master Date: Wed, 27 Mar 2019 10:03:30 +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: fb0ec496-a629-4a7f-8234-ada25b4c265e X-Archives-Hash: 09096df987be2b9fd6334d2902268e4c commit: 78e16048c98968d0a8d27ff688cc1b705e017c79 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Mar 27 10:02:16 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Mar 27 10:03:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e16048 net-analyzer/fail2ban: Drop vcs-snapshot.eclass, set EAPI=7 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild index 51b196ff788..7c58a3532c1 100644 --- a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 eutils systemd vcs-snapshot +inherit distutils-r1 eutils systemd DESCRIPTION="scans log files and bans IPs that show malicious signs" HOMEPAGE="http://www.fail2ban.org/" @@ -33,6 +33,11 @@ REQUIRED_USE="systemd? ( !python_single_target_pypy )" RESTRICT="test" DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) +src_unpack() { + default + mv ${PN}-${PN}-* ${P} || die +} + python_prepare_all() { eapply_user