From: Rick Farina Date: Mon, 7 Jan 2019 21:53:46 +0000 (-0500) Subject: net-wireless/soapyrtlsdr: bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c66d0c9b45a43d3bc6021dc672c8844aaef8117f;p=gentoo.git net-wireless/soapyrtlsdr: bump Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Rick Farina --- diff --git a/net-wireless/soapyrtlsdr/Manifest b/net-wireless/soapyrtlsdr/Manifest index 544fddc49523..4780b79b3a3f 100644 --- a/net-wireless/soapyrtlsdr/Manifest +++ b/net-wireless/soapyrtlsdr/Manifest @@ -1 +1,2 @@ DIST soapyrtlsdr-0.2.5.tar.gz 14101 BLAKE2B 3fc48e5cece291220a64ec1fd06492a94497e3e639c4fbdcb4c88d4b0431676bbf7a8d531123acc91d937380abe6a96a1b9df4cd7150203e31e17ba859da7113 SHA512 2e6343833d0ef48b11c6be6ea85c87276d58ab810b6b47fa2735b909beb6a758856ef2cbef3a0d478c27dd1fea829a049dd91252ae9807415f8ea66f15054a64 +DIST soapyrtlsdr-0.3.0.tar.gz 14386 BLAKE2B f1f54bbf0a18cf02924844933108d38fe5280b8a856ffc9c3f12f56fc1ace5fa2abcabbfa86263f77d31fcd28f0a32cc4b4a350fca539a4860c6e0deebc492d5 SHA512 ccc0b3a5174bb1b57a79ecd0395ccaa5c3fada8ea7dce08d35a07992e84fef2cb45d92744fb0064857df36ad8120f495c3841b0fdca1870b9ed2328fb639ac21 diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild new file mode 100644 index 000000000000..7fc9a0e095c9 --- /dev/null +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="SoapySDR RTL-SDR Support Module" +HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR" + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR.git" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtlsdr-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapyRTLSDR-soapy-rtlsdr-"${PV}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="net-wireless/soapysdr:= + net-wireless/rtl-sdr" +DEPEND="${RDEPEND}" diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild index 1ae13f826167..7fc9a0e095c9 100644 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-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/SoapyRTLSDR" if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR.git" inherit git-r3 - KEYWORDS="" else KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtlsdr-${PV}.tar.gz -> ${P}.tar.gz"