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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88D8D158094 for ; Fri, 15 Jul 2022 09:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A835CE0FB2; Fri, 15 Jul 2022 09:15:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85871E0FB2 for ; Fri, 15 Jul 2022 09:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FC0D34128B for ; Fri, 15 Jul 2022 09:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCB874FB for ; Fri, 15 Jul 2022 09:15:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657876485.b63f502a453a00460b5435e28f89d5db45347697.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nfacct/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nfacct/nfacct-1.0.2-r1.ebuild net-firewall/nfacct/nfacct-1.0.2-r2.ebuild X-VCS-Directories: net-firewall/nfacct/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b63f502a453a00460b5435e28f89d5db45347697 X-VCS-Branch: master Date: Fri, 15 Jul 2022 09:15:02 +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: 36079aae-e1af-471a-ad6b-f2032da7f894 X-Archives-Hash: 16c4554da6ee1f950f22360ed05c21c4 commit: b63f502a453a00460b5435e28f89d5db45347697 Author: Sam James gentoo org> AuthorDate: Fri Jul 15 09:14:45 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 15 09:14:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63f502a net-firewall/nfacct: EAPI 8 Signed-off-by: Sam James gentoo.org> .../{nfacct-1.0.2-r1.ebuild => nfacct-1.0.2-r2.ebuild} | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/net-firewall/nfacct/nfacct-1.0.2-r1.ebuild b/net-firewall/nfacct/nfacct-1.0.2-r2.ebuild similarity index 82% rename from net-firewall/nfacct/nfacct-1.0.2-r1.ebuild rename to net-firewall/nfacct/nfacct-1.0.2-r2.ebuild index 1feb53596a4b..a6dc39569c14 100644 --- a/net-firewall/nfacct/nfacct-1.0.2-r1.ebuild +++ b/net-firewall/nfacct/nfacct-1.0.2-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit linux-info DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in NetFilter" @@ -13,18 +14,16 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ppc64 x86" RDEPEND=" - net-libs/libmnl + net-libs/libmnl:= >=net-libs/libnetfilter_acct-1.0.3 " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" CONFIG_CHECK="~NETFILTER_NETLINK_ACCT" src_install() { - default_src_install + default keepdir /var/lib/nfacct newinitd "${FILESDIR}"/${PN}.initd nfacct