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

index 6afdecd58fa59fff1a78cc9fec02d88f4364dd01..42cf7a6dfe9fdae0dce876d25bbe3295c23f2843 100644 (file)
@@ -1,2 +1,3 @@
 DIST soapybladerf-0.3.5.tar.gz 27937 BLAKE2B eb94e0deb97a376b2e45f41100ce64ed4a0718c9b2623b4270e27c23faa0c035d6568b2a8129308851a75ebef8f9f7e9ad519af23896493ca4616d271e0a2438 SHA512 af22703c16d8b40d58e966ce9ce705652e2661bd46d2c0dc2a2c0315a66f4283172d17de4dc3d080cf011cdde9c002107653fe5a02de27df19b47098235f40a7
 DIST soapybladerf-0.3.5_p20180908.tar.gz 29426 BLAKE2B 0e6830e2c930178d995c104f22df6a6104a531ea53166c2c6b5e7c652ae6699a1a3c32b455af50f6c3990c868043d8d20edaac9acabc3a9340744ee6a66e6bb9 SHA512 fc0be84e8c1a51caf6e3a73b60cea998317924b041c578a507c4fc0bdab3f70115796a1fc932531466685dcefe47949283c4d4834092126b9b3e60ae237952cc
+DIST soapybladerf-0.4.0.tar.gz 29489 BLAKE2B 6a0cea3d9b7825e6e1bfa18ec8653df3ae28b4999f6e43437a64a1a10da867819f8e9f72cd03c183380b2a12a2ace29819b1944537cf15f808accc3444550c00 SHA512 69347847e25239c8686506cc7101dd9263b57fa3d3b5f518c915d9a9e0cb7e3a5627ee87ad7afb3022751aa212aa3698d8dbb16b6cddcc597292c7d2f5f806d4
diff --git a/net-wireless/soapybladerf/soapybladerf-0.4.0.ebuild b/net-wireless/soapybladerf/soapybladerf-0.4.0.ebuild
new file mode 100644 (file)
index 0000000..1ca79c8
--- /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="Soapy SDR plugin for the Blade RF "
+HOMEPAGE="https://github.com/pothosware/SoapyBladeRF"
+
+if [ "${PV}" = "9999" ]; then
+       EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git"
+       inherit git-r3
+else
+       KEYWORDS="~amd64 ~x86"
+       SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}"/SoapyBladeRF-soapy-bladerf-"${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="net-wireless/soapysdr:=
+               >=net-wireless/bladerf-2018.08:="
+DEPEND="${RDEPEND}"
index d712d0943f84c115262483b2b1923fff4d7aa0dd..1ca79c8ea07e9223402092e8d4dbfb5a332ee725 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/SoapyBladeRF"
 if [ "${PV}" = "9999" ]; then
        EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git"
        inherit git-r3
-       KEYWORDS=""
 else
        KEYWORDS="~amd64 ~x86"
        SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz -> ${P}.tar.gz"