From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/
Date: Wed, 19 Mar 2025 23:50:09 +0000 (UTC) [thread overview]
Message-ID: <1742428185.9d0da91be6acdcced435c878543f065fbd61fd25.sam@gentoo> (raw)
commit: 9d0da91be6acdcced435c878543f065fbd61fd25
Author: David Ruth <druth <AT> google <DOT> com>
AuthorDate: Wed Mar 19 19:57:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 23:49:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0da91b
net-wireless/iw: add 6.9
Signed-off-by: David Ruth <druth <AT> google.com>
Closes: https://github.com/gentoo/gentoo/pull/41180
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-wireless/iw/Manifest | 1 +
net-wireless/iw/iw-6.9.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/net-wireless/iw/Manifest b/net-wireless/iw/Manifest
index 89fc63d9bc7f..15296d66b8ee 100644
--- a/net-wireless/iw/Manifest
+++ b/net-wireless/iw/Manifest
@@ -1,3 +1,4 @@
DIST iw-5.19.tar.xz 152044 BLAKE2B 57c14b3be0b171b80abcbc71a45f392115f62cc0c3f8440185cb05b42f7a7c901653969a4d5200878b7ceb7aea356d9cf02e07a9fbb282b34372c23561f4fe0a SHA512 ff5c23543806c91eda27c91da923737c74cbccd6acc55f1f45114338f518cd959ca292c9255fd75b91dc127ed016eb235dd97af319e30631578eba6cb0823c6c
DIST iw-5.9.tar.xz 145296 BLAKE2B d7abe6c65d408a7570227dbe69fe11e1d72a1f502de21d1fcb7dcff6bfe229804020d5c1ebdda42a3694e31cf87c631faf089746f8df4733b0b1a459c185e2af SHA512 08b0c8d92c7e695bb2a107b89c3cc406e8386393b65ecbf96ded6fd757043ccd12bedaa90c14138e03e53f107365d04e229633c1cfa024ecab5fe993578491be
DIST iw-6.7.tar.xz 158928 BLAKE2B f0ed86c35edb9a70549f1fcc1bccc33ca18e20051f8c4db94d7199b6ac51ecae601afd6d6389c94c63337cdda1247a9ca7fbb19c7e27fd7e36b54ee319bace8c SHA512 7370d3b55ce43691ba84913be334c04dcdf9aa44e9556e4214d8016ddf9733b2c555ebdfbdfc814d2eba7da68501503d267ad6353b14f87b81f064f629afbef5
+DIST iw-6.9.tar.xz 159480 BLAKE2B 90fca854795fb7e32675d14158250c0b0b06b0d757f375636bcf538fc5f9a658eab8ee39331465b93545e0b0b49ad29f92f5119a6f4e187fb84eca9c9e5151c2 SHA512 cbafa54cffa6098a727edd8fb90382ab9f08d2db999811e543bcdaf8de41386c87a34504cf8965340839445929879a608faf51314b7335783beab403cf3f9cbc
diff --git a/net-wireless/iw/iw-6.9.ebuild b/net-wireless/iw/iw-6.9.ebuild
new file mode 100644
index 000000000000..973ed4b8434f
--- /dev/null
+++ b/net-wireless/iw/iw-6.9.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
+}
next reply other threads:[~2025-03-19 23:50 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-19 23:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 19:11 [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/ Arthur Zamarin
2025-04-26 5:28 Sam James
2025-04-26 2:56 Sam James
2025-04-26 2:14 Sam James
2025-03-03 22:24 Mike Gilbert
2024-09-19 18:57 Arthur Zamarin
2024-09-19 5:11 Sam James
2024-09-19 5:11 Sam James
2024-09-19 5:11 Sam James
2024-09-19 5:11 Sam James
2024-09-19 5:11 Sam James
2023-12-23 18:10 Sam James
2023-09-24 22:08 Sam James
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 17:24 Rick Farina
2023-08-19 17:29 Rick Farina
2023-06-19 20:46 Rick Farina
2022-05-19 7:28 WANG Xuerui
2022-04-10 0:15 Marek Szuba
2021-11-08 16:15 Rick Farina
2021-07-10 11:00 Georgy Yakovlev
2021-03-04 18:55 Rick Farina
2021-02-27 10:08 Sam James
2021-02-26 19:03 Sam James
2021-02-26 19:02 Sam James
2021-02-26 17:11 Rick Farina
2020-10-03 11:11 Lars Wendler
2020-09-21 19:35 Rick Farina
2020-06-21 16:58 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-06-19 22:53 Conrad Kostecki
2020-06-19 22:28 Conrad Kostecki
2020-06-18 21:58 Mart Raudsepp
2019-12-06 12:48 Lars Wendler
2019-08-06 9:40 Lars Wendler
2019-08-06 9:40 Lars Wendler
2019-02-07 0:44 Lars Wendler
2019-02-06 23:31 Lars Wendler
2019-02-04 19:12 Lars Wendler
2019-02-04 12:28 Lars Wendler
2018-03-28 20:53 Mart Raudsepp
2018-03-15 20:17 Markus Meier
2018-03-13 11:59 Pacho Ramos
2018-03-03 13:08 Sergei Trofimovich
2018-02-11 11:12 Michał Górny
2018-01-28 14:04 Mikle Kolyada
2018-01-26 23:24 Thomas Deutschmann
2018-01-23 9:34 Lars Wendler
2017-02-15 16:39 Mart Raudsepp
2016-10-26 22:16 Tim Harder
2016-09-01 6:27 Tim Harder
2015-10-23 22:51 Mike Frysinger
2015-10-23 22:51 Mike Frysinger
2015-10-23 22:51 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742428185.9d0da91be6acdcced435c878543f065fbd61fd25.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox