summaryrefslogtreecommitdiff
path: root/net-wireless
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-24 22:17:03 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-24 22:17:03 -0500
commitd1808fe0763b57f61454c5cb4eaa1da0abbc5b9a (patch)
tree51969d1ed4ba3b5e1d6663ca104925c724f2f206 /net-wireless
parentb21f57632c8e0b6828a699831b1360fff52b43b8 (diff)
downloadbaldeagleos-repo-d1808fe0763b57f61454c5cb4eaa1da0abbc5b9a.tar.gz
baldeagleos-repo-d1808fe0763b57f61454c5cb4eaa1da0abbc5b9a.tar.xz
baldeagleos-repo-d1808fe0763b57f61454c5cb4eaa1da0abbc5b9a.zip
Adding metadata
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnuradio/Manifest1
-rw-r--r--net-wireless/gnuradio/gnuradio-9999-r2.ebuild (renamed from net-wireless/gnuradio/gnuradio-9999-r1.ebuild)6
-rw-r--r--net-wireless/qdmr/qdmr-0.15.1.ebuild2
3 files changed, 2 insertions, 7 deletions
diff --git a/net-wireless/gnuradio/Manifest b/net-wireless/gnuradio/Manifest
index d6d0cb132ceb..c2d9097fb773 100644
--- a/net-wireless/gnuradio/Manifest
+++ b/net-wireless/gnuradio/Manifest
@@ -1,4 +1,3 @@
DIST gnuradio-3.10.12.0.tar.gz 4978802 BLAKE2B 9dd2a0b410e9f42b1f1447242b13223bb7e9b11f6343496e77d7681de4ecfa514e3838e21db5fb0ce45b5589c136902f13a1e9efb42bc206fc8ee7fbf5a8e0a3 SHA512 6d94d5f755a12d79ea38b84ac869dbce86b66813ac40f7204afb24d6f70f867a258e9efde0cc24fcb1ab814129da6b941970b0c736870f99139ee65a7a8effa7
DIST gnuradio-3.11-OOT-compatibility.patch.xz 5016 BLAKE2B 67222cb2250cb26716d8a47295f9910b9983704d68993225d472ef467fc8c5f7b4f4dc9fcfad61ae1eccd91c781570d5fb17b45d4b337b911e320c3a1b2f81fe SHA512 5b4469ae4e383fdc3a8bf40c77965fcbabf786f59bd4bb703cff1d3c6f52b066061071354f73a0a4239b008d07828bce1a2727ee4996c1cd1d684909c9bda0df
DIST gnuradio-3.11_pre20260615.tgz 5446910 BLAKE2B a9c787d3097abe35cb62b5e803711589fb4904c2e70a8f87e5f08d0cc9d75aff4236022749d5fbf16e69b3b22e2cfe5e3b313948fd0e796c8f9f79259eb74367 SHA512 05ef9f5f7ed48690018d0cfc73270325f04f84eeb4f40b011c5a8e65a46686f6d86403c08b5871b463eb52e7b3876b0f5803af6d2b386f353ac7d0b3b6b8a3f8
-DIST gnuradio-qt5to6.patch.xz 162784 BLAKE2B d6adb92c0f8d0d829ca9eab12dbdfe9eaf00fa29515dfcbb84b746c210ced9dea2a6dfecf49fac8894f53316669bff8beb302092c9e44044faae4f769f3eb759 SHA512 e53b1ca6113bee62e022fc18b7088508d264dbb99cb3bdc1db9cee05d5fd08689a64020442190670408c85c87e54640799647e19c391a18e874e884c9d5841b6
diff --git a/net-wireless/gnuradio/gnuradio-9999-r1.ebuild b/net-wireless/gnuradio/gnuradio-9999-r2.ebuild
index d45afb8c0ccf..11a81915398b 100644
--- a/net-wireless/gnuradio/gnuradio-9999-r1.ebuild
+++ b/net-wireless/gnuradio/gnuradio-9999-r2.ebuild
@@ -14,8 +14,7 @@ SLOT="0/${PV}"
if [[ ${PV} =~ "9999" ]]; then
EGIT_REPO_URI="https://github.com/gnuradio/gnuradio.git"
EGIT_BRANCH="main"
- SRC_URI+="https://dev.gentoo.org/~tomjbe/distfiles/${PN}-qt5to6.patch.xz
- https://dev.gentoo.org/~tomjbe/distfiles/${PN}-3.11-OOT-compatibility.patch.xz"
+ SRC_URI+="https://dev.gentoo.org/~tomjbe/distfiles/${PN}-3.11-OOT-compatibility.patch.xz"
inherit git-r3
else
SRC_URI="https://github.com/gnuradio/gnuradio/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -134,7 +133,6 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${PN}-3.11-OOT-compatibility.patch.xz
- unpack ${PN}-qt5to6.patch.xz
git-r3_src_unpack
}
@@ -146,8 +144,6 @@ src_prepare() {
use !oss && sed -i 's#soundcard.h#oss-nonexistent.h#g' cmake/Modules/FindOSS.cmake
use !portaudio && sed -i 's#portaudio.h#portaudio-nonexistent.h#g' cmake/Modules/FindPORTAUDIO.cmake
- # see https://github.com/haakov/gnuradio/pull/12
- eapply "${WORKDIR}"/${PN}-qt5to6.patch
# see https://github.com/gnuradio/gnuradio/pull/8127
# support existing OOT modules
eapply "${WORKDIR}/${PN}-3.11-OOT-compatibility.patch"
diff --git a/net-wireless/qdmr/qdmr-0.15.1.ebuild b/net-wireless/qdmr/qdmr-0.15.1.ebuild
index 5a79c3ff9eaf..947881f3c80b 100644
--- a/net-wireless/qdmr/qdmr-0.15.1.ebuild
+++ b/net-wireless/qdmr/qdmr-0.15.1.ebuild
@@ -14,7 +14,7 @@ else
MY_PV="${PV/_/-}"
SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="GPL-3+"
SLOT="0"