From 0bcfcf87daebdab0b837d87fb2d07db2d41beb09 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Thu, 29 Sep 2022 10:04:50 -0400 Subject: net-wireless/soapyhackrf: 0.3.3-r1 -> 0.3.4 Signed-off-by: Rick Farina --- net-wireless/soapyhackrf/Manifest | 2 +- .../soapyhackrf/soapyhackrf-0.3.3-r1.ebuild | 25 ---------------------- net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild | 25 ++++++++++++++++++++++ net-wireless/soapyhackrf/soapyhackrf-9999.ebuild | 6 +++--- 4 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild create mode 100644 net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild (limited to 'net-wireless/soapyhackrf') diff --git a/net-wireless/soapyhackrf/Manifest b/net-wireless/soapyhackrf/Manifest index 4c95626f68be..42d0588d7e07 100644 --- a/net-wireless/soapyhackrf/Manifest +++ b/net-wireless/soapyhackrf/Manifest @@ -1 +1 @@ -DIST soapyhackrf-0.3.3.tar.gz 15853 BLAKE2B 2e4c551add132e153033197ca6dc4762bac854d0959b524de7c65cdb0371ff862a52102868a1c9a5ad730c43d09730c2093666d186b79abe0d3d74e84b76a800 SHA512 d0e6ddbb8054b11bfb121a18e435c0f0c23290e5e29e89af83f660865e1c8adf4ed38082c96ab6a3cb68a50b7379f3fe5ef171616eccabe3f67d65b71d08dba9 +DIST soapyhackrf-0.3.4.tar.gz 16475 BLAKE2B ee34c465e700ec93d02c51286224e8bc6f72c391867c1d3dc5bf54f28ef3230234937128eadf25409fe7c1561576a5a386178e0e94c820bd867c2fc5383a58c8 SHA512 950fc0d2d9b1a5946605d0f7f934a3d92facb6878251e8d9a673384db85e1b776ab27fd3499db11d482d599f78e705b9394b5e1238935d297252ab5acc8fb935 diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild deleted file mode 100644 index 66d185a23daa..000000000000 --- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="SoapySDR HackRF module" -HOMEPAGE="https://github.com/pothosware/SoapyHackRF" - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git" - inherit git-r3 -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://github.com/pothosware/SoapyHackRF/archive/soapy-hackrf-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/SoapyHackRF-soapy-hackrf-"${PV}" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="net-wireless/soapysdr:= - net-libs/libhackrf:=" -DEPEND="${RDEPEND}" diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild new file mode 100644 index 000000000000..017475da18d7 --- /dev/null +++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="SoapySDR HackRF module" +HOMEPAGE="https://github.com/pothosware/SoapyHackRF" + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git" + inherit git-r3 +else + KEYWORDS="~amd64 ~arm ~riscv ~x86" + SRC_URI="https://github.com/pothosware/SoapyHackRF/archive/soapy-hackrf-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapyHackRF-soapy-hackrf-"${PV}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="net-wireless/soapysdr:= + net-libs/libhackrf:=" +DEPEND="${RDEPEND}" diff --git a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild index 7f6aa51fbd67..017475da18d7 100644 --- a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild +++ b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~riscv ~x86" SRC_URI="https://github.com/pothosware/SoapyHackRF/archive/soapy-hackrf-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapyHackRF-soapy-hackrf-"${PV}" fi -- cgit v1.2.3-65-gdbad