From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 13ACA1581FD for ; Mon, 08 Sep 2025 05:22:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BC7ED341BD4 for ; Mon, 08 Sep 2025 05:22:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 014C41103BA; Mon, 08 Sep 2025 05:22:44 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EB1DE1103BA for ; Mon, 08 Sep 2025 05:22:44 +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 97C85340CA7 for ; Mon, 08 Sep 2025 05:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DCA838AE for ; Mon, 08 Sep 2025 05:22:43 +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: <1757308899.7e7492b08deb9594a1104b52e2643011ee59c9c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iw/Manifest net-wireless/iw/iw-6.17.ebuild X-VCS-Directories: net-wireless/iw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7e7492b08deb9594a1104b52e2643011ee59c9c3 X-VCS-Branch: master Date: Mon, 08 Sep 2025 05:22:43 +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: c420a2ff-7aa7-4677-aab4-a0f53fdf971d X-Archives-Hash: de3fab9584f02868bcdeaa56f023d683 commit: 7e7492b08deb9594a1104b52e2643011ee59c9c3 Author: Sam James gentoo org> AuthorDate: Mon Sep 8 05:19:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 8 05:21:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7492b0 net-wireless/iw: add 6.17 Signed-off-by: Sam James gentoo.org> net-wireless/iw/Manifest | 1 + net-wireless/iw/iw-6.17.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/net-wireless/iw/Manifest b/net-wireless/iw/Manifest index 74f5eaf896df..2113e4f820b1 100644 --- a/net-wireless/iw/Manifest +++ b/net-wireless/iw/Manifest @@ -1 +1,2 @@ +DIST iw-6.17.tar.xz 163756 BLAKE2B b19a584de98701b0da12df0d6000f995b19616d2afc031d200d7a3204029026b5e623bd63f4761c24c55d9144bde2c3684c96d5a71fb8e477f61897857f20594 SHA512 4c0d80d54e69dddc4c70469fad6a647199f98223835dd36dc174b82e425492779330a0fa3d7287190ccf02c597cb78c4bfa97b7c1f1e0a27335edb56c9f831d1 DIST iw-6.9.tar.xz 159480 BLAKE2B 90fca854795fb7e32675d14158250c0b0b06b0d757f375636bcf538fc5f9a658eab8ee39331465b93545e0b0b49ad29f92f5119a6f4e187fb84eca9c9e5151c2 SHA512 cbafa54cffa6098a727edd8fb90382ab9f08d2db999811e543bcdaf8de41386c87a34504cf8965340839445929879a608faf51314b7335783beab403cf3f9cbc diff --git a/net-wireless/iw/iw-6.17.ebuild b/net-wireless/iw/iw-6.17.ebuild new file mode 100644 index 000000000000..973ed4b8434f --- /dev/null +++ b/net-wireless/iw/iw-6.17.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="nl80211 configuration utility for wireless devices using the mac80211 stack" +HOMEPAGE="https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html" +SRC_URI="https://mirrors.edge.kernel.org/pub/software/network/${PN}/${P}.tar.xz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +DEPEND="dev-libs/libnl:=" +RDEPEND=" + ${DEPEND} + net-wireless/wireless-regdb +" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + tc-export CC LD PKG_CONFIG + + # do not compress man pages by default. + sed 's@\(iw\.8\)\.gz@\1@' -i Makefile || die +} + +src_compile() { + # Set flags prior so they are honored + CFLAGS="${CFLAGS:+${CFLAGS} }${CPPFLAGS}" + LDFLAGS="${CFLAGS:+${CFLAGS} }${LDFLAGS}" + emake V=1 +} + +src_install() { + emake V=1 DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install +}