commit: da1b956663d2f020dcc391fe2f95272c944e2f2d
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 7 02:46:50 2026 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jan 7 02:46:50 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1b9566
net-libs/libhackrf: add 2026.01.1, minor fixes
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-libs/libhackrf/Manifest | 1 +
.../{libhackrf-9999.ebuild => libhackrf-2026.01.1.ebuild} | 11 +----------
net-libs/libhackrf/libhackrf-9999.ebuild | 11 +----------
3 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/net-libs/libhackrf/Manifest b/net-libs/libhackrf/Manifest
index 872055496e53..ac5e9f8a471c 100644
--- a/net-libs/libhackrf/Manifest
+++ b/net-libs/libhackrf/Manifest
@@ -1,2 +1,3 @@
DIST hackrf-2023.01.1.tar.xz 23030956 BLAKE2B
f0ea4f92208d1db5b4e1c11231e4420db757c08e28e7a80d79e70b02d868689ddf516bc6f003fc208f60c221c9153412a12fe3cbdf8f58001c1f7cdd26383ac0
SHA512
7c2ef9c5c050e258a0d1695240f9163955cb3ea9ab9163aad6bdbdebfdb82cde9925818ced3323342fe9c4ddb80dcedbc5a7986caaa4e0b7036e8e07bec0296e
DIST hackrf-2024.02.1.tar.xz 21734672 BLAKE2B
493a886719aa90e1b52229beaec45cb9db315dc91d001c275dd3989cde56fe6a312d4fca1c27b4c1366a4653880e74ab3d1e4363ee392d0f93deb631b7fddac4
SHA512
d057574f1e9b1bc2cebcd06773054b7fcba55d44e4c028f4f95e67874b71bd0a83906795a391e283c15d2b21ad7f3e8337be5aa0ee2f6a3c57632a70da10e2e4
+DIST hackrf-2026.01.1.tar.xz 25923808 BLAKE2B
519efa378c0f1d767a1aabe3065cf946067b6e3e24f4ebb18e2eb592ba2f38685c476662512480fec69b7a06f8583d2b3609239da23b3887f89c9acec9080c03
SHA512
c02d38ef158aaaca04a2ec1b78912a605cee7ed6024512e79fbdaf6c43dab8529353c18c2d23e78d9d3fd76d9d73e38588a08d8e64bb580d2acd25176155391b
diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild
b/net-libs/libhackrf/libhackrf-2026.01.1.ebuild
similarity index 76%
copy from net-libs/libhackrf/libhackrf-9999.ebuild
copy to net-libs/libhackrf/libhackrf-2026.01.1.ebuild
index c4f012b76a37..cfb5d29b2cdd 100644
--- a/net-libs/libhackrf/libhackrf-9999.ebuild
+++ b/net-libs/libhackrf/libhackrf-2026.01.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,15 +26,6 @@ IUSE="+udev"
DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"
-# https://github.com/greatscottgadgets/hackrf/issues/1193
-PATCHES=( "${FILESDIR}/hackrf-disable-static-2022.09.1.patch" )
-
-# Fix build with cmake4 (see
https://github.com/greatscottgadgets/hackrf/pull/1514)
-src_prepare() {
- sed -i -e "s/2.8.12/3.8/" CMakeLists.txt || die
- cmake_src_prepare
-}
-
src_configure() {
local mycmakeargs=(
-DINSTALL_UDEV_RULES="$(usex udev)"
diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild
b/net-libs/libhackrf/libhackrf-9999.ebuild
index c4f012b76a37..cfb5d29b2cdd 100644
--- a/net-libs/libhackrf/libhackrf-9999.ebuild
+++ b/net-libs/libhackrf/libhackrf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,15 +26,6 @@ IUSE="+udev"
DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"
-# https://github.com/greatscottgadgets/hackrf/issues/1193
-PATCHES=( "${FILESDIR}/hackrf-disable-static-2022.09.1.patch" )
-
-# Fix build with cmake4 (see
https://github.com/greatscottgadgets/hackrf/pull/1514)
-src_prepare() {
- sed -i -e "s/2.8.12/3.8/" CMakeLists.txt || die
- cmake_src_prepare
-}
-
src_configure() {
local mycmakeargs=(
-DINSTALL_UDEV_RULES="$(usex udev)"