Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net-wireless/nanovna-saver: add 0.6.4 | Thomas Beierlein | 2024-06-30 | 2 | -0/+48 |
| | | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/bdaddr: stabilize 0_p20210511 for amd64 | Florian Schmaus | 2024-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Schmaus <flow@gentoo.org> | ||||
* | net-wireless/gr-osmosdr: add 0.2.6 | Thomas Beierlein | 2024-06-22 | 2 | -0/+85 |
| | | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/neard: Keyword 0.19 loong, #933500 | Matoro Mahri | 2024-06-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> | ||||
* | net-wireless/unifi: add 8.2.93 | Conrad Kostecki | 2024-06-18 | 2 | -0/+110 |
| | | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org> | ||||
* | net-wireless/unifi: drop 8.1.113 | Conrad Kostecki | 2024-06-18 | 2 | -110/+0 |
| | | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org> | ||||
* | net-wireless/unifi: amd64 stable | Conrad Kostecki | 2024-06-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org> | ||||
* | net-wireless/bluez: drop 5.72, 5.73-r1, 5.75 | Pacho Ramos | 2024-06-16 | 6 | -933/+0 |
| | | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org> | ||||
* | net-wireless/blueman: Remove old | Michał Górny | 2024-06-16 | 2 | -151/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-wireless/blueman: Stabilize 2.4.2 x86, #934356 | Sam James | 2024-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/blueman: Stabilize 2.4.2 ppc64, #934356 | Arthur Zamarin | 2024-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/blueman: Stabilize 2.4.2 ppc, #934356 | Arthur Zamarin | 2024-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/blueman: Stabilize 2.4.2 amd64, #934356 | Arthur Zamarin | 2024-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/blueman: Stabilize 2.4.2 arm64, #934356 | Arthur Zamarin | 2024-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/blueman: Stabilize 2.4.2 arm, #934356 | Arthur Zamarin | 2024-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/gobi_loader: EAPI=8, cleanup, fix bugs | Arthur Zamarin | 2024-06-14 | 1 | -11/+17 |
| | | | | | | Closes: https://bugs.gentoo.org/725158 Closes: https://bugs.gentoo.org/849491 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/iwd: add 2.18 | Ben Kohler | 2024-06-11 | 2 | -0/+168 |
| | | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org> | ||||
* | net-wireless/gr-ieee802154: enable py3.12 | Rick Farina | 2024-06-11 | 2 | -4/+4 |
| | | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org> | ||||
* | net-wireless/neard: Keyword 0.19 riscv, #933500 | Yixun Lan | 2024-06-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Yixun Lan <dlan@gentoo.org> | ||||
* | net-wireless/neard: Keyword 0.19 ppc64, #933500 | Sam James | 2024-06-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/soapysdr: fix live template kws | Sam James | 2024-06-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/gnuradio: adapt to net-wireless/soapysdr becoming single-target | Sam James | 2024-06-02 | 3 | -6/+6 |
| | | | | | | Also, simplify/fix the net-wireless/uhd dep while here. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/soapysdr: fix broken Python handling | Sam James | 2024-06-02 | 3 | -49/+116 |
| | | | | | | | | | | | | | | | | | * Add patch for Python 3.12 distutils * Switch to python-single-r1 as its only Python reverse dependency in ::gentoo is net-wireless/gnuradio. Before now, it was completely broken as it'd use whatever Python it felt like -- at no point was EPYTHON/PYTHON passed into the build system, and it accumulated args when re-running for each impl (just enabling Python, not for any specific impl) anyway. We also only installed once anyway. Fixes: 915993925dd6ae9f4303278ab00e4feb49c5d12b Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/soapysdr: disable py3.9 | Sam James | 2024-06-02 | 2 | -3/+3 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/blueman: Bump to 2.4.2 | Michał Górny | 2024-05-31 | 2 | -0/+151 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-wireless/bluez: Stabilize 5.76-r1 arm64, #933246 | Arthur Zamarin | 2024-05-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/bluez: Stabilize 5.76-r1 arm, #933246 | Arthur Zamarin | 2024-05-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/bluez: Stabilize 5.76-r1 ppc64, #933246 | Arthur Zamarin | 2024-05-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/bluez: Stabilize 5.76-r1 ppc, #933246 | Arthur Zamarin | 2024-05-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/gr-paint: Add Python 3.12 support | Thomas Beierlein | 2024-05-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/gr-rds: Add Python 3.12 support | Thomas Beierlein | 2024-05-31 | 2 | -4/+4 |
| | | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/bluez: Stabilize 5.76-r1 amd64, #933246 | Arthur Zamarin | 2024-05-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/bluez: Stabilize 5.76-r1 x86, #933246 | Arthur Zamarin | 2024-05-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/gr-osmosdr: Add Python 3.12 support | Thomas Beierlein | 2024-05-31 | 2 | -2/+2 |
| | | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/gr-iqbal: Add Python3.12 support | Thomas Beierlein | 2024-05-31 | 2 | -4/+4 |
| | | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/gnuradio: Fix test failures | Thomas Beierlein | 2024-05-30 | 1 | -1/+7 |
| | | | | | | | | - Drop an empty test case - Move away from deprecated statements for actual numpy versions Closes: https://bugs.gentoo.org/931651 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/gnuradio: Extend REQUIRED_USE for USE=test | Thomas Beierlein | 2024-05-30 | 1 | -0/+1 |
| | | | | | Closes: https://bugs.gentoo.org/932122 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/gnuradio: Support Python 3.12 | Thomas Beierlein | 2024-05-29 | 1 | -0/+247 |
| | | | | | | | Add missing test dependency Bug: https://bugs.gentoo.org/931651 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/nanovna-saver: drop 0.6.2 | Thomas Beierlein | 2024-05-29 | 2 | -46/+0 |
| | | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> | ||||
* | net-wireless/nanovna-saver: Stabilize 0.6.3-r1 amd64, #933033 | Sam James | 2024-05-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/uhd: fix build w/ boost-1.85 | Sam James | 2024-05-28 | 3 | -0/+116 |
| | | | | | | Closes: https://bugs.gentoo.org/932239 Thanks-to: Vladislav Mikhailikov <vmikhailikov@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/iwd: Stabilize 2.17 arm64, #932557 | Sam James | 2024-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/iwd: Stabilize 2.17 arm, #932557 | Sam James | 2024-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-wireless/iwd: Stabilize 2.17 ppc64, #932557 | Arthur Zamarin | 2024-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/iwd: Stabilize 2.17 x86, #932557 | Arthur Zamarin | 2024-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/iwd: Stabilize 2.17 ppc, #932557 | Arthur Zamarin | 2024-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/iwd: Stabilize 2.17 amd64, #932557 | Arthur Zamarin | 2024-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-wireless/sdrplay: EAPI 6->8 | Christian Ruppert | 2024-05-21 | 1 | -9/+9 |
| | | | | | Bug: https://bugs.gentoo.org/867280 Signed-off-by: Christian Ruppert <idl0r@gentoo.org> | ||||
* | net-wireless/urh: drop 2.9.5 | Rick Farina | 2024-05-20 | 3 | -93/+0 |
| | | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org> | ||||
* | net-wireless/urh: drop 2.9.4 | Rick Farina | 2024-05-20 | 2 | -82/+0 |
| | | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org> |