soapybladerf: v0.3.3 bump

This commit is contained in:
blshkv 2017-10-31 07:32:50 +08:00
parent 094ae6d047
commit ac76d5251d
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 27 additions and 2 deletions

View file

@ -1 +1,2 @@
DIST soapybladerf-0.3.2.tar.gz 25428 SHA256 e97d849ab80dfe3142c072a0709693184db9b521e17241882f47f93744d762d7 SHA512 39a4d2b0e7835c2fb8a0f63f566d332758b4c75bd460d185f0fcfc8a60841defe47ca082fc30e5bbdad3db26649a06767080799cbcde02fd087e522dfdb4a01b WHIRLPOOL de18ae3c4423d6e6876e38f8a9708a18bdcc84e88e2bfcc92552d3ac5ceaa59ac9a3c246fdb5906e0052cc83009ac625f459b710c82bd4b1e64cf820cd38db80
DIST soapybladerf-0.3.3.tar.gz 25655 SHA256 5c80c946d9f6ce1120682c87b449a09032e0abddc960af5b0ee16def08fe5ad9 SHA512 61bfb0fd7f61919dc14ce5ed5d46ed6dbfb1746149cca4ebad713b133c554265c61a57f58e6e029fbae9ec7860ba2c3b65668a16d86d5a07f4e55c88aec79fdc WHIRLPOOL a98a89bbe85ad182f865add7b4174186f82a7a1870b826eac294015cd02c6be10594c07c687c05c6ee9b000cc343ce7a1a946d0c25c94b9c4a4730c17e8ea86e

View file

@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6

View file

@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# 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
KEYWORDS=""
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:="
DEPEND="${RDEPEND}"

View file

@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6