Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyhackrf/
Date: Thu, 29 Sep 2022 14:10:03
Message-Id: 1664460290.0bcfcf87daebdab0b837d87fb2d07db2d41beb09.zerochaos@gentoo
1 commit: 0bcfcf87daebdab0b837d87fb2d07db2d41beb09
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 14:04:50 2022 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 14:04:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcfcf87
7
8 net-wireless/soapyhackrf: 0.3.3-r1 -> 0.3.4
9
10 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
11
12 net-wireless/soapyhackrf/Manifest | 2 +-
13 .../{soapyhackrf-0.3.3-r1.ebuild => soapyhackrf-0.3.4.ebuild} | 2 +-
14 net-wireless/soapyhackrf/soapyhackrf-9999.ebuild | 6 +++---
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-wireless/soapyhackrf/Manifest b/net-wireless/soapyhackrf/Manifest
18 index 4c95626f68be..42d0588d7e07 100644
19 --- a/net-wireless/soapyhackrf/Manifest
20 +++ b/net-wireless/soapyhackrf/Manifest
21 @@ -1 +1 @@
22 -DIST soapyhackrf-0.3.3.tar.gz 15853 BLAKE2B 2e4c551add132e153033197ca6dc4762bac854d0959b524de7c65cdb0371ff862a52102868a1c9a5ad730c43d09730c2093666d186b79abe0d3d74e84b76a800 SHA512 d0e6ddbb8054b11bfb121a18e435c0f0c23290e5e29e89af83f660865e1c8adf4ed38082c96ab6a3cb68a50b7379f3fe5ef171616eccabe3f67d65b71d08dba9
23 +DIST soapyhackrf-0.3.4.tar.gz 16475 BLAKE2B ee34c465e700ec93d02c51286224e8bc6f72c391867c1d3dc5bf54f28ef3230234937128eadf25409fe7c1561576a5a386178e0e94c820bd867c2fc5383a58c8 SHA512 950fc0d2d9b1a5946605d0f7f934a3d92facb6878251e8d9a673384db85e1b776ab27fd3499db11d482d599f78e705b9394b5e1238935d297252ab5acc8fb935
24
25 diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild
26 similarity index 98%
27 rename from net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
28 rename to net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild
29 index 66d185a23daa..017475da18d7 100644
30 --- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
31 +++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild
32 @@ -1,7 +1,7 @@
33 # Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=7
37 +EAPI=8
38
39 inherit cmake
40
41
42 diff --git a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
43 index 7f6aa51fbd67..017475da18d7 100644
44 --- a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
45 +++ b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
46 @@ -1,7 +1,7 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 +# Copyright 1999-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 -EAPI=7
52 +EAPI=8
53
54 inherit cmake
55
56 @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
57 EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git"
58 inherit git-r3
59 else
60 - KEYWORDS="~amd64 ~x86"
61 + KEYWORDS="~amd64 ~arm ~riscv ~x86"
62 SRC_URI="https://github.com/pothosware/SoapyHackRF/archive/soapy-hackrf-${PV}.tar.gz -> ${P}.tar.gz"
63 S="${WORKDIR}"/SoapyHackRF-soapy-hackrf-"${PV}"
64 fi