public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2018-02-19 17:29 Richard Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina @ 2018-02-19 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     979c6f51ad2baf630f21536be923d3fa3b84bec2
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 16:48:36 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 17:29:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979c6f51

net-wireless/soapyuhd: import from pentoo

module for soapysdr

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/soapyuhd/Manifest              |  1 +
 net-wireless/soapyuhd/metadata.xml          | 15 +++++++++++++++
 net-wireless/soapyuhd/soapyuhd-0.3.4.ebuild | 27 +++++++++++++++++++++++++++
 net-wireless/soapyuhd/soapyuhd-9999.ebuild  | 27 +++++++++++++++++++++++++++
 4 files changed, 70 insertions(+)

diff --git a/net-wireless/soapyuhd/Manifest b/net-wireless/soapyuhd/Manifest
new file mode 100644
index 00000000000..b360091665b
--- /dev/null
+++ b/net-wireless/soapyuhd/Manifest
@@ -0,0 +1 @@
+DIST soapyuhd-0.3.4.tar.gz 32111 BLAKE2B 77e976f0d5ba671fb7ff2f9822b62ab6de9b6992dc57e7824fbf7972fa52e864a33673c3620094871117a33008cf86e834d7401b2ddd060a96662d2caa48d6e4 SHA512 2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e

diff --git a/net-wireless/soapyuhd/metadata.xml b/net-wireless/soapyuhd/metadata.xml
new file mode 100644
index 00000000000..711cc176e00
--- /dev/null
+++ b/net-wireless/soapyuhd/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zerochaos@gentoo.org</email>
+		<name>Rick Farina</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>radio@gentoo.org</email>
+		<name>Radio</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">pothosware/SoapyUHD</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-wireless/soapyuhd/soapyuhd-0.3.4.ebuild b/net-wireless/soapyuhd/soapyuhd-0.3.4.ebuild
new file mode 100644
index 00000000000..626e9029a89
--- /dev/null
+++ b/net-wireless/soapyuhd/soapyuhd-0.3.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
+HOMEPAGE="https://github.com/pothosware/SoapyUHD"
+
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
+	inherit git-r3
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="net-wireless/soapysdr
+		net-wireless/uhd:=
+		dev-libs/boost:="
+DEPEND="${RDEPEND}"

diff --git a/net-wireless/soapyuhd/soapyuhd-9999.ebuild b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
new file mode 100644
index 00000000000..626e9029a89
--- /dev/null
+++ b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
+HOMEPAGE="https://github.com/pothosware/SoapyUHD"
+
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
+	inherit git-r3
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="net-wireless/soapysdr
+		net-wireless/uhd:=
+		dev-libs/boost:="
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2018-11-07 20:01 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2018-11-07 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7cee0e052f47102bf3a99c401565fab947c436cb
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  7 19:28:40 2018 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 20:01:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cee0e05

net-wireless/soapyuhd: add subslot dep on soapysdr

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../soapyuhd/{soapyuhd-0.3.4.ebuild => soapyuhd-0.3.4-r1.ebuild}      | 4 ++--
 net-wireless/soapyuhd/soapyuhd-9999.ebuild                            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.3.4.ebuild b/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
similarity index 89%
rename from net-wireless/soapyuhd/soapyuhd-0.3.4.ebuild
rename to net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
index 626e9029a89..664cf268554 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.3.4.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="net-wireless/soapysdr
+RDEPEND="net-wireless/soapysdr:=
 		net-wireless/uhd:=
 		dev-libs/boost:="
 DEPEND="${RDEPEND}"

diff --git a/net-wireless/soapyuhd/soapyuhd-9999.ebuild b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
index 626e9029a89..664cf268554 100644
--- a/net-wireless/soapyuhd/soapyuhd-9999.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="net-wireless/soapysdr
+RDEPEND="net-wireless/soapysdr:=
 		net-wireless/uhd:=
 		dev-libs/boost:="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2019-01-07 22:01 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2019-01-07 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     93fcb6eb4841ee7d404dd22dde3a5766db5dbcc8
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  7 21:56:55 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jan  7 22:01:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fcb6eb

net-wireless/soapyuhd: empty keyword cleanup

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild | 3 +--
 net-wireless/soapyuhd/soapyuhd-9999.ebuild     | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
index 664cf268554..16bc1bdb9fb 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyUHD"
 if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
 	inherit git-r3
-	KEYWORDS=""
 else
 	KEYWORDS="~amd64 ~x86"
 	SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"

diff --git a/net-wireless/soapyuhd/soapyuhd-9999.ebuild b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
index 664cf268554..16bc1bdb9fb 100644
--- a/net-wireless/soapyuhd/soapyuhd-9999.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyUHD"
 if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
 	inherit git-r3
-	KEYWORDS=""
 else
 	KEYWORDS="~amd64 ~x86"
 	SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2019-08-28 14:52 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2019-08-28 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ec60b4138194df4bce4e064feaa747996368da09
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:47:34 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 14:50:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec60b413

net-wireless/soapyuhd: bump

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapyuhd/Manifest                                          | 2 +-
 .../soapyuhd/{soapyuhd-0.3.4-r1.ebuild => soapyuhd-0.3.6.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapyuhd/Manifest b/net-wireless/soapyuhd/Manifest
index b360091665b..aaebdde0eef 100644
--- a/net-wireless/soapyuhd/Manifest
+++ b/net-wireless/soapyuhd/Manifest
@@ -1 +1 @@
-DIST soapyuhd-0.3.4.tar.gz 32111 BLAKE2B 77e976f0d5ba671fb7ff2f9822b62ab6de9b6992dc57e7824fbf7972fa52e864a33673c3620094871117a33008cf86e834d7401b2ddd060a96662d2caa48d6e4 SHA512 2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e
+DIST soapyuhd-0.3.6.tar.gz 32894 BLAKE2B 479be969cd07e965f0d324778e8943830d655516e2ef407e61b99bc890096bf37efe083dec3862716cdfdecff9c7fc79eaf19f335d30ff08ae831b8aa7ebff2b SHA512 8bb2a5538ed869a93eb7dfac3d9213efa6af9761ab3a5977cdfc8de5763d969cf2b838320dad99c2c9f91284a2fdc0b686e99ae368f2e79bbb8597605118357f

diff --git a/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.3.6.ebuild
similarity index 100%
rename from net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
rename to net-wireless/soapyuhd/soapyuhd-0.3.6.ebuild


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2020-09-16 17:01 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2020-09-16 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7be07e92e87ffe9ee928377940a71cf538fef0ac
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 16:48:30 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 17:01:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be07e92

net-wireless/soapyuhd: adjust deps

uhd 4 release breaks this, need to fix the deps

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../soapyuhd/{soapyuhd-0.3.6.ebuild => soapyuhd-0.3.6-r1.ebuild}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.3.6.ebuild b/net-wireless/soapyuhd/soapyuhd-0.3.6-r1.ebuild
similarity index 89%
rename from net-wireless/soapyuhd/soapyuhd-0.3.6.ebuild
rename to net-wireless/soapyuhd/soapyuhd-0.3.6-r1.ebuild
index 16bc1bdb9fb..4115d755455 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.3.6.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.3.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,6 +21,6 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="net-wireless/soapysdr:=
-		net-wireless/uhd:=
+		<net-wireless/uhd-4.0.0.0:=
 		dev-libs/boost:="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2020-09-17 17:41 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2020-09-17 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     9f8d8fa57b6c28290d7fe8aadfda0a91208774ab
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 17:40:32 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 17:40:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8d8fa5

net-wireless/soapyuhd: bump

migrate eclass while I'm here, but this can't compile with uhd 4.0.0.0 :-(

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapyuhd/Manifest                                      | 2 +-
 .../soapyuhd/{soapyuhd-0.3.6-r1.ebuild => soapyuhd-0.4.0.ebuild}    | 4 ++--
 net-wireless/soapyuhd/soapyuhd-9999.ebuild                          | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-wireless/soapyuhd/Manifest b/net-wireless/soapyuhd/Manifest
index aaebdde0eef..710d6f94ab5 100644
--- a/net-wireless/soapyuhd/Manifest
+++ b/net-wireless/soapyuhd/Manifest
@@ -1 +1 @@
-DIST soapyuhd-0.3.6.tar.gz 32894 BLAKE2B 479be969cd07e965f0d324778e8943830d655516e2ef407e61b99bc890096bf37efe083dec3862716cdfdecff9c7fc79eaf19f335d30ff08ae831b8aa7ebff2b SHA512 8bb2a5538ed869a93eb7dfac3d9213efa6af9761ab3a5977cdfc8de5763d969cf2b838320dad99c2c9f91284a2fdc0b686e99ae368f2e79bbb8597605118357f
+DIST soapyuhd-0.4.0.tar.gz 33794 BLAKE2B f18e52c0a80b7eac353ebe74c477e2d5fe18a92824c6ff28bf64ff8e31582c76f4da4c4351592aa9566bc25f533bb42d9694de7939e25cf1f510e25b2d25f1fa SHA512 f94092e18d7d555516bfa27f81c5d36f748394e9699c28b0d17050c3e1848f193e86373fff22e35757189e903732dde98ac2609c9aa043cbf142b9ef923ca577

diff --git a/net-wireless/soapyuhd/soapyuhd-0.3.6-r1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.0.ebuild
similarity index 95%
rename from net-wireless/soapyuhd/soapyuhd-0.3.6-r1.ebuild
rename to net-wireless/soapyuhd/soapyuhd-0.4.0.ebuild
index 4115d755455..fe30d10c196 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.3.6-r1.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.4.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
 HOMEPAGE="https://github.com/pothosware/SoapyUHD"

diff --git a/net-wireless/soapyuhd/soapyuhd-9999.ebuild b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
index 16bc1bdb9fb..d86411cd470 100644
--- a/net-wireless/soapyuhd/soapyuhd-9999.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
 HOMEPAGE="https://github.com/pothosware/SoapyUHD"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2020-09-23 15:46 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2020-09-23 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     5e3f0ae35672f77db4e81bc1de2b4ac559c99b31
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 15:44:39 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 15:44:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3f0ae3

net-wireless/soapyuhd: bump

properly support uhd 4.0.0.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapyuhd/Manifest                                         | 2 +-
 net-wireless/soapyuhd/{soapyuhd-0.4.0.ebuild => soapyuhd-0.4.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapyuhd/Manifest b/net-wireless/soapyuhd/Manifest
index 710d6f94ab5..699ae8199e9 100644
--- a/net-wireless/soapyuhd/Manifest
+++ b/net-wireless/soapyuhd/Manifest
@@ -1 +1 @@
-DIST soapyuhd-0.4.0.tar.gz 33794 BLAKE2B f18e52c0a80b7eac353ebe74c477e2d5fe18a92824c6ff28bf64ff8e31582c76f4da4c4351592aa9566bc25f533bb42d9694de7939e25cf1f510e25b2d25f1fa SHA512 f94092e18d7d555516bfa27f81c5d36f748394e9699c28b0d17050c3e1848f193e86373fff22e35757189e903732dde98ac2609c9aa043cbf142b9ef923ca577
+DIST soapyuhd-0.4.1.tar.gz 33838 BLAKE2B ee5639fda7213a7e3273c6bd27366a9d9f0e7d561655d316c19f055a008f31ed4362df945823bc3b5c159362ace9a7cc9fa7f943d2d128ba2b37047a71677352 SHA512 7a78ac386d92e4b36b36710f5943623ec8742cb770df69ac0c9bbd26827567277cb3309e3ad6eb0148b1b76083f16fdd188619700d38dcc5eab362b6db65340f

diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.0.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
similarity index 95%
rename from net-wireless/soapyuhd/soapyuhd-0.4.0.ebuild
rename to net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
index fe30d10c196..d86411cd470 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.4.0.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
@@ -21,6 +21,6 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="net-wireless/soapysdr:=
-		<net-wireless/uhd-4.0.0.0:=
+		net-wireless/uhd:=
 		dev-libs/boost:="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2021-02-21 21:30 Conrad Kostecki
  0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2021-02-21 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d14c965c267804650c7f5b960199110cbfad3d81
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 21 11:56:17 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 21:29:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14c965c

net-wireless/soapyuhd: remove whitespace

Closes: https://github.com/gentoo/gentoo/pull/19578
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild | 4 ++--
 net-wireless/soapyuhd/soapyuhd-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
index d86411cd470..dba31a72d67 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit cmake
 
-DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
+DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices"
 HOMEPAGE="https://github.com/pothosware/SoapyUHD"
 
 if [ "${PV}" = "9999" ]; then

diff --git a/net-wireless/soapyuhd/soapyuhd-9999.ebuild b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
index d86411cd470..dba31a72d67 100644
--- a/net-wireless/soapyuhd/soapyuhd-9999.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit cmake
 
-DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
+DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices"
 HOMEPAGE="https://github.com/pothosware/SoapyUHD"
 
 if [ "${PV}" = "9999" ]; then


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2022-04-30 19:09 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2022-04-30 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     475e6d3d73d3f7c17eba924e16433d278efcdeca
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 19:06:25 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:09:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475e6d3d

net-wireless/soapyuhd: keyword 0.4.1 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
index dba31a72d677..9e56c6865685 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2022-07-13  6:15 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-07-13  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     1cacf97ffcea9e3832f52594f7509116939e1f52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 06:15:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 06:15:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cacf97f

net-wireless/soapyuhd: Keyword 0.4.1 arm, #854291

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
index 9e56c6865685..ce4efc4c34c3 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
@@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/
@ 2024-05-18  8:18 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-05-18  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a78308c91f5f962a194a8477f2efd9bc213eafcc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 08:18:10 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 08:18:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78308c9

net-wireless/soapyuhd: Stabilize 0.4.1 amd64, #908603

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
index ce4efc4c34c3..a57ac212bdeb 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~arm ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-05-18  8:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-17 17:41 [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  8:18 Arthur Zamarin
2022-07-13  6:15 Sam James
2022-04-30 19:09 Marek Szuba
2021-02-21 21:30 Conrad Kostecki
2020-09-23 15:46 Rick Farina
2020-09-16 17:01 Rick Farina
2019-08-28 14:52 Rick Farina
2019-01-07 22:01 Rick Farina
2018-11-07 20:01 Rick Farina
2018-02-19 17:29 Richard Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox