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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EEA51582EF for ; Mon, 03 Mar 2025 22:24:06 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 27E7C3430DD for ; Mon, 03 Mar 2025 22:24:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 269451102D0; Mon, 03 Mar 2025 22:24:05 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1C7801102D0 for ; Mon, 03 Mar 2025 22:24: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 99F5E343078 for ; Mon, 03 Mar 2025 22:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 053B6280E for ; Mon, 03 Mar 2025 22:24:03 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1741040578.2ab258bb732818247ccab2774f456e8c207d92e4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iw/iw-5.19-r1.ebuild net-wireless/iw/iw-5.19.ebuild net-wireless/iw/iw-5.9.ebuild net-wireless/iw/iw-6.7.ebuild X-VCS-Directories: net-wireless/iw/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2ab258bb732818247ccab2774f456e8c207d92e4 X-VCS-Branch: master Date: Mon, 03 Mar 2025 22:24:03 +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: f4ac570b-78ed-4403-934d-e309201894cc X-Archives-Hash: 51068fd6e8941b9081fd7d4c6a9e7ffa commit: 2ab258bb732818247ccab2774f456e8c207d92e4 Author: Mike Gilbert gentoo org> AuthorDate: Mon Mar 3 22:22:58 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Mar 3 22:22:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab258bb net-wireless/iw: update HOMEPAGE Signed-off-by: Mike Gilbert gentoo.org> net-wireless/iw/iw-5.19-r1.ebuild | 4 ++-- net-wireless/iw/iw-5.19.ebuild | 4 ++-- net-wireless/iw/iw-5.9.ebuild | 4 ++-- net-wireless/iw/iw-6.7.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-wireless/iw/iw-5.19-r1.ebuild b/net-wireless/iw/iw-5.19-r1.ebuild index f1bbe2108630..973ed4b8434f 100644 --- a/net-wireless/iw/iw-5.19-r1.ebuild +++ b/net-wireless/iw/iw-5.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="nl80211 configuration utility for wireless devices using the mac80211 stack" -HOMEPAGE="https://wireless.wiki.kernel.org/en/users/Documentation/iw" +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" diff --git a/net-wireless/iw/iw-5.19.ebuild b/net-wireless/iw/iw-5.19.ebuild index 1cb378874c4f..393f4c7f7343 100644 --- a/net-wireless/iw/iw-5.19.ebuild +++ b/net-wireless/iw/iw-5.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="nl80211 configuration utility for wireless devices using the mac80211 stack" -HOMEPAGE="https://wireless.wiki.kernel.org/en/users/Documentation/iw" +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" diff --git a/net-wireless/iw/iw-5.9.ebuild b/net-wireless/iw/iw-5.9.ebuild index 35136ab95b36..6ca21830dad8 100644 --- a/net-wireless/iw/iw-5.9.ebuild +++ b/net-wireless/iw/iw-5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="nl80211 configuration utility for wireless devices using the mac80211 stack" -HOMEPAGE="https://wireless.wiki.kernel.org/en/users/Documentation/iw" +HOMEPAGE="https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html" SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz" LICENSE="ISC" diff --git a/net-wireless/iw/iw-6.7.ebuild b/net-wireless/iw/iw-6.7.ebuild index 2178ebee3c43..7aeb59d67d4c 100644 --- a/net-wireless/iw/iw-6.7.ebuild +++ b/net-wireless/iw/iw-6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="nl80211 configuration utility for wireless devices using the mac80211 stack" -HOMEPAGE="https://wireless.wiki.kernel.org/en/users/Documentation/iw" +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"