public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/
Date: Fri,  6 Dec 2019 12:48:30 +0000 (UTC)	[thread overview]
Message-ID: <1575636506.6fb7201f98d0a9eb5fca17046553368175f5d3ed.polynomial-c@gentoo> (raw)

commit:     6fb7201f98d0a9eb5fca17046553368175f5d3ed
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 12:43:16 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 12:48:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb7201f

net-wireless/iw: Bump to version 5.4

Package-Manager: Portage-2.3.81, Repoman-2.3.19
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-wireless/iw/Manifest      |  1 +
 net-wireless/iw/iw-5.4.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/net-wireless/iw/Manifest b/net-wireless/iw/Manifest
index 1d737521ede..cd9fcf675c0 100644
--- a/net-wireless/iw/Manifest
+++ b/net-wireless/iw/Manifest
@@ -2,3 +2,4 @@ DIST iw-4.14.tar.xz 114096 BLAKE2B 2b2e4667e37864b9f9e490a47546f9a1f458da7b230e0
 DIST iw-4.9.tar.xz 105764 BLAKE2B ad8105df91c4717293d5595b5ed9b4d022e455c608d70d1aeefc3d5516dcf92e507f38f424eca60f9d819e998286a4094a83002a1b9aaf4e204ca7a02fded67e SHA512 3c99d8fc07d6d85b8304ff34b96573e22af65aea688a8cb08051ce4857d7ce9ac32a5acd3b30157c6c78e942f84a18f9229c17e353b7a6d01c80324729af18b3
 DIST iw-5.0.1.tar.xz 132664 BLAKE2B a3b48f379f927440e08cf9794c6fca3a888a753b391188900a0975eb997b0f904075b3f22f6882d1b44d0bcd7484fdd639484d5901b6d02cc4d5d8158d545f93 SHA512 98764c1be7c63f86cc10193319e18c216a3f9a323444723b2949db0738ff8fcff04e6d78c035b5448c083d825a4b4cde27ec607539ec79b1898af73a7969c544
 DIST iw-5.3.tar.xz 136912 BLAKE2B 94355d946987be62e7cf7a3515b7e78d19995bc9a2689fc107fef4b2ff81d304d330a6e779adb03385feb92320c29e8bc6f1ec06b2c2dae115fe728213e32c76 SHA512 986fb7cf37cc3cab7b4058b5b73fadf1dc101fa764a144c9e4fc400d2327429df53fefbd4ea9ee63821e793a4118d468012a857800521ecf9973a7b9428229c9
+DIST iw-5.4.tar.xz 136252 BLAKE2B 0e69d1520a1a41f135207affd610e84f693e744d3c7891c7efd75451df0d7aac84be71d02a72b5c08d0b8d850b29b8ed7afb4c3481ef0bd1bef98f14c3f3aaeb SHA512 84408194e5b3a2f119ae9711d856ecb4343734ebb91150e0441b2410af8f75f460ce9ab1ce7151b0dda3926270bcb80fa684058945b7549c98964a0379e39ba2

diff --git a/net-wireless/iw/iw-5.4.ebuild b/net-wireless/iw/iw-5.4.ebuild
new file mode 100644
index 00000000000..a57c13b08c4
--- /dev/null
+++ b/net-wireless/iw/iw-5.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
+HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
+SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-libs/libnl:="
+DEPEND="${RDEPEND}"
+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() {
+	CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+	LDFLAGS="${CFLAGS} ${LDFLAGS}" \
+	emake V=1
+}
+
+src_install() {
+	emake V=1 DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}


             reply	other threads:[~2019-12-06 12:48 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06 12:48 Lars Wendler [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-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-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-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=1575636506.6fb7201f98d0a9eb5fca17046553368175f5d3ed.polynomial-c@gentoo \
    --to=polynomial-c@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