net-wireless/soapyrtlsdr: bump
authorRick Farina <zerochaos@gentoo.org>
Mon, 7 Jan 2019 21:53:46 +0000 (16:53 -0500)
committerRick Farina <zerochaos@gentoo.org>
Mon, 7 Jan 2019 22:00:59 +0000 (17:00 -0500)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
net-wireless/soapyrtlsdr/Manifest
net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild [new file with mode: 0644]
net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild

index 544fddc49523fcef428391f59f820e05c2f17661..4780b79b3a3f67300e7310ab722292c08a9478f8 100644 (file)
@@ -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 (file)
index 0000000..7fc9a0e
--- /dev/null
@@ -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}"
index 1ae13f826167231ac9b68d66c957a41f6ed8694a..7fc9a0e095c915ad3b46909d43965e567973edf1 100644 (file)
@@ -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"