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 1262C15800A for ; Sat, 15 Jul 2023 13:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A3CE087A; Sat, 15 Jul 2023 13:23:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2F29EE087A for ; Sat, 15 Jul 2023 13:23:07 +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 1533233FE74 for ; Sat, 15 Jul 2023 13:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78A0969 for ; Sat, 15 Jul 2023 13:23:04 +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: <1689427241.430383814e62b1e25efaf2f8e786db772a8b02f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-1.0.8-r1.ebuild net-firewall/nftables/nftables-1.0.8.ebuild net-firewall/nftables/nftables-9999.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 430383814e62b1e25efaf2f8e786db772a8b02f4 X-VCS-Branch: master Date: Sat, 15 Jul 2023 13:23:04 +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: 93b15259-0be2-4237-ba6b-2d57ecd21476 X-Archives-Hash: d984971469996a3b836e5670e6c79fa0 commit: 430383814e62b1e25efaf2f8e786db772a8b02f4 Author: Sam James gentoo org> AuthorDate: Sat Jul 15 13:20:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 15 13:20:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43038381 net-firewall/nftables: always install -mk variants Fixes: 6a42bdbee74a5273dc7177cb62a250dffe21dea8 Signed-off-by: Sam James gentoo.org> .../nftables/{nftables-1.0.8.ebuild => nftables-1.0.8-r1.ebuild} | 6 +++--- net-firewall/nftables/nftables-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-firewall/nftables/nftables-1.0.8.ebuild b/net-firewall/nftables/nftables-1.0.8-r1.ebuild similarity index 97% rename from net-firewall/nftables/nftables-1.0.8.ebuild rename to net-firewall/nftables/nftables-1.0.8-r1.ebuild index d1055f03bbea..6acc2d710064 100644 --- a/net-firewall/nftables/nftables-1.0.8.ebuild +++ b/net-firewall/nftables/nftables-1.0.8-r1.ebuild @@ -133,9 +133,9 @@ src_install() { rmdir "${ED}"/etc/nftables || die exeinto /usr/libexec/${PN} - newexe "${FILESDIR}"/libexec/${PN}.sh ${PN}.sh - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN} + newexe "${FILESDIR}"/libexec/${PN}-mk.sh ${PN}.sh + newconfd "${FILESDIR}"/${PN}-mk.confd ${PN} + newinitd "${FILESDIR}"/${PN}-mk.init-r1 ${PN} keepdir /var/lib/nftables systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index d1055f03bbea..6acc2d710064 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -133,9 +133,9 @@ src_install() { rmdir "${ED}"/etc/nftables || die exeinto /usr/libexec/${PN} - newexe "${FILESDIR}"/libexec/${PN}.sh ${PN}.sh - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN} + newexe "${FILESDIR}"/libexec/${PN}-mk.sh ${PN}.sh + newconfd "${FILESDIR}"/${PN}-mk.confd ${PN} + newinitd "${FILESDIR}"/${PN}-mk.init-r1 ${PN} keepdir /var/lib/nftables systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service