public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/
Date: Sun, 24 Sep 2023 22:08:01 +0000 (UTC)	[thread overview]
Message-ID: <1695593250.56d1a297fe8932e6d2fb2cab47b2f0a0b1a37c27.sam@gentoo> (raw)

commit:     56d1a297fe8932e6d2fb2cab47b2f0a0b1a37c27
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Sat Sep  2 12:03:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 22:07:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d1a297

net-wireless/iw: add rdepend on wireless-regdb

iw can bring up a wireless device so it needs to depend on
net-wireless/wireless-regdb.

Fix the compile flags, so they are actually fully honored.

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32562
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/iw/iw-5.19-r1.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/net-wireless/iw/iw-5.19-r1.ebuild b/net-wireless/iw/iw-5.19-r1.ebuild
new file mode 100644
index 000000000000..f1bbe2108630
--- /dev/null
+++ b/net-wireless/iw/iw-5.19-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 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.wiki.kernel.org/en/users/Documentation/iw"
+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
+}


             reply	other threads:[~2023-09-24 22:08 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-24 22:08 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-08  5:22 [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/ Sam James
2025-09-08  5:22 Sam James
2025-04-26 19:11 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-19 23:50 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-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=1695593250.56d1a297fe8932e6d2fb2cab47b2f0a0b1a37c27.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