net-wireless/sdrpp: fix pkgcheck findings

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-13 18:01:27 -05:00
parent dacc78add0
commit 2a0ef7e858
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 9 additions and 15 deletions

View file

@ -1 +1 @@
DIST 1.0.4.tar.gz 3700787 BLAKE2B c2f353525a09d45b5f4bed3c167bade5bc3065aa2407bd5f9894b0006901952e2a35b469993094c499b5ec700cad0fc6467caf5675e4de0a37ae45392f65816e SHA512 6cea1b96ff29c25a6dc2ddc519bce92262c553e1dd3db27501cf15544bc2fb202f1c8f129a05fc14399a3a482e1e2058ac04cecb19f9ed5aa73a8db2cced6188
DIST sdrpp-1.0.4.tar.gz 3700787 BLAKE2B c2f353525a09d45b5f4bed3c167bade5bc3065aa2407bd5f9894b0006901952e2a35b469993094c499b5ec700cad0fc6467caf5675e4de0a37ae45392f65816e SHA512 6cea1b96ff29c25a6dc2ddc519bce92262c553e1dd3db27501cf15544bc2fb202f1c8f129a05fc14399a3a482e1e2058ac04cecb19f9ed5aa73a8db2cced6188

View file

@ -1,4 +1,5 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CMAKE_MAKEFILE_GENERATOR="emake"
@ -31,18 +32,15 @@ DEPEND="sci-libs/fftw
plutosdr? ( net-libs/libiio
net-libs/libad9361-iio )"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/AlexandreRouma/SDRPlusPlus.git"
inherit git-r3
else
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz"
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/SDRPlusPlus-${PV}"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="~amd64 ~x86"
fi
src_configure() {
local mycmakeargs=(
-DOPT_BUILD_AIRSPY_SOURCE=$(usex airspy)
@ -61,4 +59,3 @@ src_configure() {
cmake_src_configure
}

View file

@ -1,4 +1,5 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CMAKE_MAKEFILE_GENERATOR="emake"
@ -31,18 +32,15 @@ DEPEND="sci-libs/fftw
plutosdr? ( net-libs/libiio
net-libs/libad9361-iio )"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/AlexandreRouma/SDRPlusPlus.git"
inherit git-r3
else
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz"
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/SDRPlusPlus-${PV}"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="~amd64 ~x86"
fi
src_configure() {
local mycmakeargs=(
-DOPT_BUILD_AIRSPY_SOURCE=$(usex airspy)
@ -61,4 +59,3 @@ src_configure() {
cmake_src_configure
}