diff options
author | Rick Farina <zerochaos@gentoo.org> | 2019-01-07 23:05:14 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2019-01-07 23:10:26 -0500 |
commit | 9b00002cc2d2c199b0c61f385c3198721e9fbb84 (patch) | |
tree | c68a4ea9f788732ae61b8cd8dc5ff43edb33d8f9 /net-wireless | |
parent | x11-terms/alacritty: bump to 0.2.5 (diff) | |
download | gentoo-9b00002cc2d2c199b0c61f385c3198721e9fbb84.tar.gz gentoo-9b00002cc2d2c199b0c61f385c3198721e9fbb84.tar.bz2 gentoo-9b00002cc2d2c199b0c61f385c3198721e9fbb84.zip |
net-wireless/soapysdrplay: bump
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/soapysdrplay/Manifest | 1 | ||||
-rw-r--r-- | net-wireless/soapysdrplay/soapysdrplay-0.2.0.ebuild | 29 | ||||
-rw-r--r-- | net-wireless/soapysdrplay/soapysdrplay-9999.ebuild | 1 |
3 files changed, 30 insertions, 1 deletions
diff --git a/net-wireless/soapysdrplay/Manifest b/net-wireless/soapysdrplay/Manifest index a1d30e79c62b..ee25bcdcc602 100644 --- a/net-wireless/soapysdrplay/Manifest +++ b/net-wireless/soapysdrplay/Manifest @@ -1 +1,2 @@ DIST soapysdrplay-0.1.0.tar.gz 11736 BLAKE2B 746e01092d094cedb6b15b9c11ec0b828e18cd3c814e46cbe5cb9473cfd494d8342ab9618d8c5d945429b2b62178b02b81c2b000e20c53a7cb027d4b2a25c789 SHA512 28382b4ac79e27a0b84ed6edb4abeca99b90222ad2890041e1585cac21177518ca3fcea0a3e14f8502091d47e7b2a223913dd77c53b6c0360f0f3875328613da +DIST soapysdrplay-0.2.0.tar.gz 13570 BLAKE2B c77342b091a3510986e4388911dc2e45d7bc0e54dfef7ebe1fe774d564193bc773509d46238c0a3ea87458ab0c7ea2447a877f083a72a26f2ca5e592386b1ba1 SHA512 7ed6e34ee42416b4d2eec76b66cdc0e9b40835ab3299a2b3a906492cf342bbdef7c92dd3e9e63b12fdceb897ca4fb2bb574b23d4aee121cc32fbfcddbb7b060a diff --git a/net-wireless/soapysdrplay/soapysdrplay-0.2.0.ebuild b/net-wireless/soapysdrplay/soapysdrplay-0.2.0.ebuild new file mode 100644 index 000000000000..935b6c269996 --- /dev/null +++ b/net-wireless/soapysdrplay/soapysdrplay-0.2.0.ebuild @@ -0,0 +1,29 @@ +# 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 SDRPlay" +HOMEPAGE="https://github.com/pothosware/SoapySDRPlay" + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git" + EGIT_CLONE_TYPE="shallow" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapySDRPlay-soapy-sdrplay-"${PV}" +fi + +LICENSE="Boost-1.0" +SLOT="0" + +IUSE="" +REQUIRED_USE="" + +RDEPEND="net-wireless/soapysdr + net-wireless/sdrplay" +DEPEND="${RDEPEND}" diff --git a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild index 2d5febc0371a..935b6c269996 100644 --- a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild +++ b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild @@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapySDRPlay" if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git" EGIT_CLONE_TYPE="shallow" - KEYWORDS="" inherit git-r3 else KEYWORDS="~amd64 ~x86" |