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

commit:     c7517743c6a9a18aa26f4698da82b0a5bc52e2c9
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 16:49:35 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 17:29:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7517743

net-wireless/soapyhackrf: import from pentoo

module for soapysdr

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/soapyhackrf/Manifest                 |  1 +
 net-wireless/soapyhackrf/metadata.xml             | 15 +++++++++++++
 net-wireless/soapyhackrf/soapyhackrf-0.3.2.ebuild | 26 +++++++++++++++++++++++
 net-wireless/soapyhackrf/soapyhackrf-9999.ebuild  | 26 +++++++++++++++++++++++
 4 files changed, 68 insertions(+)

diff --git a/net-wireless/soapyhackrf/Manifest b/net-wireless/soapyhackrf/Manifest
new file mode 100644
index 00000000000..f926d707536
--- /dev/null
+++ b/net-wireless/soapyhackrf/Manifest
@@ -0,0 +1 @@
+DIST soapyhackrf-0.3.2.tar.gz 15643 BLAKE2B e57a0e2bc50984434f0e97207f8b274cc08d84e5884f4bee523614adb07d10cee810f1dd43d771f8b3a97bdb0dd84a0ac6b34d840aa9c93df19f7777f658d8d4 SHA512 667f27491d5fe18a04670ff0ade32b4a6f696ba8718e211957c7f8bab64957023ee4905df22214524ae3796a350a725d4f192fde21bb3d60cb9e69a4e629df90

diff --git a/net-wireless/soapyhackrf/metadata.xml b/net-wireless/soapyhackrf/metadata.xml
new file mode 100644
index 00000000000..2633b05296f
--- /dev/null
+++ b/net-wireless/soapyhackrf/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/SoapyHackRF</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.2.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.2.ebuild
new file mode 100644
index 00000000000..b5dece6d665
--- /dev/null
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+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
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~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
new file mode 100644
index 00000000000..b5dece6d665
--- /dev/null
+++ b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+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
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~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}"


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyhackrf/
@ 2018-08-17  2:38 Richard Farina
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Farina @ 2018-08-17  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4a21f59e3a1c516e573053b2004de3252456c122
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 02:37:31 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 02:38:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a21f59e

net-wireless/soapyhackrf: bump

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 net-wireless/soapyhackrf/Manifest                                       | 2 +-
 .../soapyhackrf/{soapyhackrf-0.3.2.ebuild => soapyhackrf-0.3.3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapyhackrf/Manifest b/net-wireless/soapyhackrf/Manifest
index f926d707536..4c95626f68b 100644
--- a/net-wireless/soapyhackrf/Manifest
+++ b/net-wireless/soapyhackrf/Manifest
@@ -1 +1 @@
-DIST soapyhackrf-0.3.2.tar.gz 15643 BLAKE2B e57a0e2bc50984434f0e97207f8b274cc08d84e5884f4bee523614adb07d10cee810f1dd43d771f8b3a97bdb0dd84a0ac6b34d840aa9c93df19f7777f658d8d4 SHA512 667f27491d5fe18a04670ff0ade32b4a6f696ba8718e211957c7f8bab64957023ee4905df22214524ae3796a350a725d4f192fde21bb3d60cb9e69a4e629df90
+DIST soapyhackrf-0.3.3.tar.gz 15853 BLAKE2B 2e4c551add132e153033197ca6dc4762bac854d0959b524de7c65cdb0371ff862a52102868a1c9a5ad730c43d09730c2093666d186b79abe0d3d74e84b76a800 SHA512 d0e6ddbb8054b11bfb121a18e435c0f0c23290e5e29e89af83f660865e1c8adf4ed38082c96ab6a3cb68a50b7379f3fe5ef171616eccabe3f67d65b71d08dba9

diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.2.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.3.ebuild
similarity index 100%
rename from net-wireless/soapyhackrf/soapyhackrf-0.3.2.ebuild
rename to net-wireless/soapyhackrf/soapyhackrf-0.3.3.ebuild


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

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

commit:     6bb3ca9b5ee474ba1ab8a8a7350ae8a295f05c74
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  7 19:27:56 2018 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 20:01:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb3ca9b

net-wireless/soapyhackrf: add subslot dep on soapysdr

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

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

diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.3.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
similarity index 88%
rename from net-wireless/soapyhackrf/soapyhackrf-0.3.3.ebuild
rename to net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
index b5dece6d665..0215983c3ec 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-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,6 +21,6 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="net-wireless/soapysdr
+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 b5dece6d665..0215983c3ec 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-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,6 +21,6 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="net-wireless/soapysdr
+RDEPEND="net-wireless/soapysdr:=
 		net-libs/libhackrf:="
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyhackrf/
@ 2021-04-07 14:26 Rick Farina
  0 siblings, 0 replies; 8+ messages in thread
From: Rick Farina @ 2021-04-07 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fdf45ba003eb84f7792377bf7ad0c4e1396a866f
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 14:25:57 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 14:25:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf45ba0

net-wireless/soapyhackrf: cmake-utils -> cmake

eapi bump

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

 net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild | 4 ++--
 net-wireless/soapyhackrf/soapyhackrf-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
index 3524c06ba52..7f6aa51fbd6 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="SoapySDR HackRF module"
 HOMEPAGE="https://github.com/pothosware/SoapyHackRF"

diff --git a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
index 3524c06ba52..7f6aa51fbd6 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-9999.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="SoapySDR HackRF module"
 HOMEPAGE="https://github.com/pothosware/SoapyHackRF"


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

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

commit:     68c6e17b724ee2c38800aefbec382c2130ec532d
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 19:06:38 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:09:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c6e17b

net-wireless/soapyhackrf: keyword 0.3.3-r1 for ~riscv

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

 net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
index 7f6aa51fbd67..9b6e41d1c592 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.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/SoapyHackRF.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~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


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

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

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

net-wireless/soapyhackrf: Keyword 0.3.3-r1 arm, #854291

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

 net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
index 9b6e41d1c592..66d185a23daa 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
@@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~riscv ~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


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyhackrf/
@ 2022-09-29 14:09 Rick Farina
  0 siblings, 0 replies; 8+ messages in thread
From: Rick Farina @ 2022-09-29 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0bcfcf87daebdab0b837d87fb2d07db2d41beb09
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 14:04:50 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 14:04:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcfcf87

net-wireless/soapyhackrf: 0.3.3-r1 -> 0.3.4

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapyhackrf/Manifest                                   | 2 +-
 .../{soapyhackrf-0.3.3-r1.ebuild => soapyhackrf-0.3.4.ebuild}       | 2 +-
 net-wireless/soapyhackrf/soapyhackrf-9999.ebuild                    | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

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.4.ebuild
similarity index 98%
rename from net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
rename to net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild
index 66d185a23daa..017475da18d7 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-0.3.3-r1.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 

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


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

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

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

net-wireless/soapyhackrf: Stabilize 0.3.4 amd64, #908603

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

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

diff --git a/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild b/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild
index 017475da18d7..d7aaaa8f3bd4 100644
--- a/net-wireless/soapyhackrf/soapyhackrf-0.3.4.ebuild
+++ b/net-wireless/soapyhackrf/soapyhackrf-0.3.4.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=8
@@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapyHackRF.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~arm ~riscv ~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


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18  8:18 [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyhackrf/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-09-29 14:09 Rick Farina
2022-07-13  6:15 Sam James
2022-04-30 19:09 Marek Szuba
2021-04-07 14:26 Rick Farina
2018-11-07 20:01 Rick Farina
2018-08-17  2:38 Richard 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