diff options
-rw-r--r-- | net-wireless/soapyrtlsdr/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild (renamed from net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild) | 10 | ||||
-rw-r--r-- | net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net-wireless/soapyrtlsdr/Manifest b/net-wireless/soapyrtlsdr/Manifest index 9502da301167..911d875143d2 100644 --- a/net-wireless/soapyrtlsdr/Manifest +++ b/net-wireless/soapyrtlsdr/Manifest @@ -1 +1 @@ -DIST soapyrtlsdr-0.3.0.tar.gz 14386 BLAKE2B f1f54bbf0a18cf02924844933108d38fe5280b8a856ffc9c3f12f56fc1ace5fa2abcabbfa86263f77d31fcd28f0a32cc4b4a350fca539a4860c6e0deebc492d5 SHA512 ccc0b3a5174bb1b57a79ecd0395ccaa5c3fada8ea7dce08d35a07992e84fef2cb45d92744fb0064857df36ad8120f495c3841b0fdca1870b9ed2328fb639ac21 +DIST soapyrtlsdr-0.3.2.tar.gz 16033 BLAKE2B b3a874998f99d291c8e204007fe9822285a3e56b50b36957c8f1b14c48469050bc0775f9fd0237c8cfa96fa08e88967a438fa9eb8bec0a80016b212d3b309759 SHA512 f8279afebb251d72fea14d89889835be5ed8109c1400fdcc785c1ec120e978ae7b1de53cc84d16bf609de4cca2ddbc9d432d046e4c6967e1e494fd5571d46cc2 diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild index 7fc9a0e095c9..c69214fbee0c 100644 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="SoapySDR RTL-SDR Support Module" HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR" @@ -13,8 +13,8 @@ if [ "${PV}" = "9999" ]; then 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}" + SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapyRTLSDR-soapy-rtl-sdr-"${PV}" fi LICENSE="MIT" diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild index 7fc9a0e095c9..c69214fbee0c 100644 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="SoapySDR RTL-SDR Support Module" HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR" @@ -13,8 +13,8 @@ if [ "${PV}" = "9999" ]; then 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}" + SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapyRTLSDR-soapy-rtl-sdr-"${PV}" fi LICENSE="MIT" |