From 5e47931737e31fde7f0582e4f94e33e17edbdc4f Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Mon, 28 Feb 2022 14:18:41 +0100 Subject: net-wireless/soapyremote: Bump, also fixes bug 834295 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Ruppert --- net-wireless/soapyremote/Manifest | 2 +- net-wireless/soapyremote/soapyremote-0.5.0.ebuild | 29 ----------------------- net-wireless/soapyremote/soapyremote-0.5.2.ebuild | 29 +++++++++++++++++++++++ net-wireless/soapyremote/soapyremote-9999.ebuild | 6 ++--- 4 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 net-wireless/soapyremote/soapyremote-0.5.0.ebuild create mode 100644 net-wireless/soapyremote/soapyremote-0.5.2.ebuild (limited to 'net-wireless/soapyremote') diff --git a/net-wireless/soapyremote/Manifest b/net-wireless/soapyremote/Manifest index 01919a221070..a9d65142b587 100644 --- a/net-wireless/soapyremote/Manifest +++ b/net-wireless/soapyremote/Manifest @@ -1 +1 @@ -DIST soapyremote-0.5.0.tar.gz 71881 BLAKE2B e81f2df8f513df329289404de8f1f5916379a824bb51b0aa0e3b1bfc6af953a367119293db80374ef6c2ba6e638228eb8ffb5f0c9eb70a7dd61e2ff4e5641ef8 SHA512 5c5ce76c90dfbfc3b6846902f5dbf0c0906d92ae193a50d79733ce47403f1ec27dcf78d07fc198e8099272431c313984eb32c26306fb2afee129339e6501f3d2 +DIST soapyremote-0.5.2.tar.gz 72929 BLAKE2B 17b8a2f3f5400c4c6d88e726471d977aa27a263079690780dc91f93c0e30645a4e433f5406d694f5e3ba60bf0a73ce93fff616a21b0e4ac7e0b5d17cf8275711 SHA512 55841f248c796a870a81a508cec85962ed821c2abd40438eaee07135cb6dde0bd93e84a3ff709dfeaf26f7f79717197c80c3aad378d62b3e4b232f60c46b0151 diff --git a/net-wireless/soapyremote/soapyremote-0.5.0.ebuild b/net-wireless/soapyremote/soapyremote-0.5.0.ebuild deleted file mode 100644 index 0ad6fd2b4430..000000000000 --- a/net-wireless/soapyremote/soapyremote-0.5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Soapy SDR remote module" -HOMEPAGE="https://github.com/pothosware/SoapyRemote" - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/pothosware/SoapyRemote.git" - EGIT_CLONE_TYPE="shallow" - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/pothosware/SoapyRemote/archive/soapy-remote-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/SoapyRemote-soapy-remote-"${PV}" -fi - -LICENSE="Boost-1.0" -SLOT="0" - -IUSE="" -REQUIRED_USE="" - -RDEPEND="net-wireless/soapysdr - net-dns/avahi" -DEPEND="${RDEPEND}" diff --git a/net-wireless/soapyremote/soapyremote-0.5.2.ebuild b/net-wireless/soapyremote/soapyremote-0.5.2.ebuild new file mode 100644 index 000000000000..2e6d321d6176 --- /dev/null +++ b/net-wireless/soapyremote/soapyremote-0.5.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Soapy SDR remote module" +HOMEPAGE="https://github.com/pothosware/SoapyRemote" + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="https://github.com/pothosware/SoapyRemote.git" + EGIT_CLONE_TYPE="shallow" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/pothosware/SoapyRemote/archive/soapy-remote-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapyRemote-soapy-remote-"${PV}" +fi + +LICENSE="Boost-1.0" +SLOT="0" + +IUSE="" +REQUIRED_USE="" + +RDEPEND="net-wireless/soapysdr + net-dns/avahi" +DEPEND="${RDEPEND}" diff --git a/net-wireless/soapyremote/soapyremote-9999.ebuild b/net-wireless/soapyremote/soapyremote-9999.ebuild index 0ad6fd2b4430..2e6d321d6176 100644 --- a/net-wireless/soapyremote/soapyremote-9999.ebuild +++ b/net-wireless/soapyremote/soapyremote-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit cmake-utils +inherit cmake DESCRIPTION="Soapy SDR remote module" HOMEPAGE="https://github.com/pothosware/SoapyRemote" -- cgit v1.2.3-65-gdbad