net-wireless/soapyplutosdr: bump
authorRick Farina <zerochaos@gentoo.org>
Wed, 28 Aug 2019 14:49:13 +0000 (10:49 -0400)
committerRick Farina <zerochaos@gentoo.org>
Wed, 28 Aug 2019 14:50:44 +0000 (10:50 -0400)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
net-wireless/soapyplutosdr/Manifest
net-wireless/soapyplutosdr/soapyplutosdr-0.0_p20180825-r1.ebuild [deleted file]
net-wireless/soapyplutosdr/soapyplutosdr-0.2.0.ebuild [moved from net-wireless/soapyplutosdr/soapyplutosdr-0.1.0.ebuild with 100% similarity]

index f31b3f8be043faea26ee55b3d82e43b7690766aa..047c416b46f9b44b8f2c7741643be48beea03f4c 100644 (file)
@@ -1,2 +1 @@
-DIST soapyplutosdr-0.0_p20180825.tar.gz 17597 BLAKE2B d5b6205da7aa64406ccf84d198088094c10397ca874925926dfe2ee3134e045c3ab80b68db06ee84448ae8966e2d8edecb2517ef70b10bbddd9681fcbf09385a SHA512 40cc7c83c13f1d81212c5b0b6028d49de6c9e0b4df9e479c5cb577f60a92b415f76e159d45ecf19aad2deac507f7bd779b7cce1f7bc5e6fd2ea9a3f24399dfe7
-DIST soapyplutosdr-0.1.0.tar.gz 17597 BLAKE2B d5b6205da7aa64406ccf84d198088094c10397ca874925926dfe2ee3134e045c3ab80b68db06ee84448ae8966e2d8edecb2517ef70b10bbddd9681fcbf09385a SHA512 40cc7c83c13f1d81212c5b0b6028d49de6c9e0b4df9e479c5cb577f60a92b415f76e159d45ecf19aad2deac507f7bd779b7cce1f7bc5e6fd2ea9a3f24399dfe7
+DIST soapyplutosdr-0.2.0.tar.gz 17597 BLAKE2B d5b6205da7aa64406ccf84d198088094c10397ca874925926dfe2ee3134e045c3ab80b68db06ee84448ae8966e2d8edecb2517ef70b10bbddd9681fcbf09385a SHA512 40cc7c83c13f1d81212c5b0b6028d49de6c9e0b4df9e479c5cb577f60a92b415f76e159d45ecf19aad2deac507f7bd779b7cce1f7bc5e6fd2ea9a3f24399dfe7
diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-0.0_p20180825-r1.ebuild b/net-wireless/soapyplutosdr/soapyplutosdr-0.0_p20180825-r1.ebuild
deleted file mode 100644 (file)
index 0ebf43c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Soapy SDR plugin for the Pluto SDR"
-HOMEPAGE="https://github.com/pothosware/SoapyPlutoSDR"
-
-if [ "${PV}" = "9999" ]; then
-       EGIT_REPO_URI="https://github.com/pothosware/SoapyPlutoSDR.git"
-       inherit git-r3
-       KEYWORDS=""
-else
-       KEYWORDS="~amd64 ~x86"
-       COMMIT="782650597b18f311cc97fbb7c6813539e6adef16"
-       SRC_URI="https://github.com/pothosware/SoapyPlutoSDR/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}"/SoapyPlutoSDR-${COMMIT}
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-RDEPEND="net-wireless/soapysdr:=
-               net-libs/libiio:=
-               net-libs/libad9361-iio:="
-DEPEND="${RDEPEND}"