Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdrplay/
Date: Mon, 28 Feb 2022 13:15:34
Message-Id: 1646054125.1e8eaccde8f0142c6530304e2437b6fa7d6203bc.idl0r@gentoo
1 commit: 1e8eaccde8f0142c6530304e2437b6fa7d6203bc
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 13:15:18 2022 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 13:15:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8eaccd
7
8 net-wireless/soapysdrplay: Bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>
12
13 net-wireless/soapysdrplay/Manifest | 1 +
14 .../soapysdrplay/soapysdrplay-20220120.ebuild | 30 ++++++++++++++++++++++
15 net-wireless/soapysdrplay/soapysdrplay-9999.ebuild | 17 ++++++------
16 3 files changed, 40 insertions(+), 8 deletions(-)
17
18 diff --git a/net-wireless/soapysdrplay/Manifest b/net-wireless/soapysdrplay/Manifest
19 index ee25bcdcc602..2b44b67cca04 100644
20 --- a/net-wireless/soapysdrplay/Manifest
21 +++ b/net-wireless/soapysdrplay/Manifest
22 @@ -1,2 +1,3 @@
23 DIST soapysdrplay-0.1.0.tar.gz 11736 BLAKE2B 746e01092d094cedb6b15b9c11ec0b828e18cd3c814e46cbe5cb9473cfd494d8342ab9618d8c5d945429b2b62178b02b81c2b000e20c53a7cb027d4b2a25c789 SHA512 28382b4ac79e27a0b84ed6edb4abeca99b90222ad2890041e1585cac21177518ca3fcea0a3e14f8502091d47e7b2a223913dd77c53b6c0360f0f3875328613da
24 DIST soapysdrplay-0.2.0.tar.gz 13570 BLAKE2B c77342b091a3510986e4388911dc2e45d7bc0e54dfef7ebe1fe774d564193bc773509d46238c0a3ea87458ab0c7ea2447a877f083a72a26f2ca5e592386b1ba1 SHA512 7ed6e34ee42416b4d2eec76b66cdc0e9b40835ab3299a2b3a906492cf342bbdef7c92dd3e9e63b12fdceb897ca4fb2bb574b23d4aee121cc32fbfcddbb7b060a
25 +DIST soapysdrplay-20220120.tar.gz 21089 BLAKE2B db8a8f7b20a57d637f69b45cab283419e46808ab95bfbcba96b155c696bb6673223347ef720c8556f4122a53659eb166edb15b48796b2e01ec3ee5bb10eafba1 SHA512 a0cd5e84da86ab9fc6ffae93e963a14091c0936bc93a0ab86d7c3cab15cf2e62e1382da9fff10b1f457d1fbf925dc3ea74683f0fa13e12394d994f9571e52334
26
27 diff --git a/net-wireless/soapysdrplay/soapysdrplay-20220120.ebuild b/net-wireless/soapysdrplay/soapysdrplay-20220120.ebuild
28 new file mode 100644
29 index 000000000000..446b5336ed79
30 --- /dev/null
31 +++ b/net-wireless/soapysdrplay/soapysdrplay-20220120.ebuild
32 @@ -0,0 +1,30 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +inherit cmake
39 +
40 +DESCRIPTION="Soapy SDR plugin for SDRPlay"
41 +HOMEPAGE="https://github.com/pothosware/SoapySDRPlay3"
42 +
43 +if [ "${PV}" = "9999" ]; then
44 + EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay3.git"
45 + EGIT_CLONE_TYPE="shallow"
46 + inherit git-r3
47 +else
48 + KEYWORDS="~amd64 ~x86"
49 + COMMIT_HASH="b789d5985b900973c81c69aa04cb3c7ebe620a75"
50 + SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
51 + S="${WORKDIR}"/SoapySDRPlay3-"${COMMIT_HASH}"
52 +fi
53 +
54 +LICENSE="Boost-1.0"
55 +SLOT="0"
56 +
57 +IUSE=""
58 +REQUIRED_USE=""
59 +
60 +RDEPEND="net-wireless/soapysdr
61 + >=net-wireless/sdrplay-3.07"
62 +DEPEND="${RDEPEND}"
63
64 diff --git a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
65 index 935b6c269996..446b5336ed79 100644
66 --- a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
67 +++ b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
68 @@ -1,21 +1,22 @@
69 -# Copyright 1999-2019 Gentoo Authors
70 +# Copyright 1999-2022 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 -EAPI=6
74 +EAPI=8
75
76 -inherit cmake-utils
77 +inherit cmake
78
79 DESCRIPTION="Soapy SDR plugin for SDRPlay"
80 -HOMEPAGE="https://github.com/pothosware/SoapySDRPlay"
81 +HOMEPAGE="https://github.com/pothosware/SoapySDRPlay3"
82
83 if [ "${PV}" = "9999" ]; then
84 - EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git"
85 + EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay3.git"
86 EGIT_CLONE_TYPE="shallow"
87 inherit git-r3
88 else
89 KEYWORDS="~amd64 ~x86"
90 - SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-${PV}.tar.gz -> ${P}.tar.gz"
91 - S="${WORKDIR}"/SoapySDRPlay-soapy-sdrplay-"${PV}"
92 + COMMIT_HASH="b789d5985b900973c81c69aa04cb3c7ebe620a75"
93 + SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
94 + S="${WORKDIR}"/SoapySDRPlay3-"${COMMIT_HASH}"
95 fi
96
97 LICENSE="Boost-1.0"
98 @@ -25,5 +26,5 @@ IUSE=""
99 REQUIRED_USE=""
100
101 RDEPEND="net-wireless/soapysdr
102 - net-wireless/sdrplay"
103 + >=net-wireless/sdrplay-3.07"
104 DEPEND="${RDEPEND}"