commit: 0e4337891864ee8aec042d6741b5d9351534bf25 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 8 05:17:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 8 05:21:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e433789
net-wireless/iw: drop 5.9, 5.19, 5.19-r1, 6.7 Signed-off-by: Sam James <sam <AT> gentoo.org> net-wireless/iw/Manifest | 3 --- net-wireless/iw/iw-5.19-r1.ebuild | 40 --------------------------------------- net-wireless/iw/iw-5.19.ebuild | 36 ----------------------------------- net-wireless/iw/iw-5.9.ebuild | 37 ------------------------------------ net-wireless/iw/iw-6.7.ebuild | 40 --------------------------------------- 5 files changed, 156 deletions(-) diff --git a/net-wireless/iw/Manifest b/net-wireless/iw/Manifest index 15296d66b8ee..74f5eaf896df 100644 --- a/net-wireless/iw/Manifest +++ b/net-wireless/iw/Manifest @@ -1,4 +1 @@ -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-5.19-r1.ebuild b/net-wireless/iw/iw-5.19-r1.ebuild deleted file mode 100644 index 973ed4b8434f..000000000000 --- a/net-wireless/iw/iw-5.19-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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 -} diff --git a/net-wireless/iw/iw-5.19.ebuild b/net-wireless/iw/iw-5.19.ebuild deleted file mode 100644 index 393f4c7f7343..000000000000 --- a/net-wireless/iw/iw-5.19.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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" - -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 -} diff --git a/net-wireless/iw/iw-5.9.ebuild b/net-wireless/iw/iw-5.9.ebuild deleted file mode 100644 index 6ca21830dad8..000000000000 --- a/net-wireless/iw/iw-5.9.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 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 -} diff --git a/net-wireless/iw/iw-6.7.ebuild b/net-wireless/iw/iw-6.7.ebuild deleted file mode 100644 index 7aeb59d67d4c..000000000000 --- a/net-wireless/iw/iw-6.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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 -}
