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 B7A17158041 for ; Tue, 20 Feb 2024 05:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C838DE2ABE; Tue, 20 Feb 2024 05:25:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3A21E2ABF for ; Tue, 20 Feb 2024 05:25:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5F30343178 for ; Tue, 20 Feb 2024 05:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1285314D0 for ; Tue, 20 Feb 2024 05:24:58 +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: <1708406354.e0d76503ba1f48d45abe952932054b3cec85b018.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnftnl/libnftnl-1.2.6-r1.ebuild net-libs/libnftnl/libnftnl-9999.ebuild X-VCS-Directories: net-libs/libnftnl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0d76503ba1f48d45abe952932054b3cec85b018 X-VCS-Branch: master Date: Tue, 20 Feb 2024 05:24:58 +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: 3c054c47-8733-49a6-b438-2c782341a4d9 X-Archives-Hash: 47df785d6c65bef267e43d205ed97e6e commit: e0d76503ba1f48d45abe952932054b3cec85b018 Author: Sam James gentoo org> AuthorDate: Tue Feb 20 05:19:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 20 05:19:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d76503 net-libs/libnftnl: drop usr-ldscript Per news item. Signed-off-by: Sam James gentoo.org> .../libnftnl/{libnftnl-9999.ebuild => libnftnl-1.2.6-r1.ebuild} | 6 ++---- net-libs/libnftnl/libnftnl-9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/net-libs/libnftnl/libnftnl-9999.ebuild b/net-libs/libnftnl/libnftnl-1.2.6-r1.ebuild similarity index 93% copy from net-libs/libnftnl/libnftnl-9999.ebuild copy to net-libs/libnftnl/libnftnl-1.2.6-r1.ebuild index d6549d72523b..3559fe7f2439 100644 --- a/net-libs/libnftnl/libnftnl-9999.ebuild +++ b/net-libs/libnftnl/libnftnl-1.2.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc -inherit linux-info usr-ldscript verify-sig +inherit linux-info verify-sig DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem" HOMEPAGE="https://netfilter.org/projects/nftables/" @@ -61,8 +61,6 @@ src_configure() { src_install() { default - gen_usr_ldscript -a nftnl - find "${ED}" -type f -name '*.la' -delete || die if use examples; then diff --git a/net-libs/libnftnl/libnftnl-9999.ebuild b/net-libs/libnftnl/libnftnl-9999.ebuild index d6549d72523b..3559fe7f2439 100644 --- a/net-libs/libnftnl/libnftnl-9999.ebuild +++ b/net-libs/libnftnl/libnftnl-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc -inherit linux-info usr-ldscript verify-sig +inherit linux-info verify-sig DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem" HOMEPAGE="https://netfilter.org/projects/nftables/" @@ -61,8 +61,6 @@ src_configure() { src_install() { default - gen_usr_ldscript -a nftnl - find "${ED}" -type f -name '*.la' -delete || die if use examples; then