net-wireless/qspectrumanalyser entfernt

This commit is contained in:
Florian Tham
2021-01-26 09:13:58 +01:00
parent b01812704c
commit d5f8afaa52
2 changed files with 0 additions and 33 deletions

View File

@@ -1 +0,0 @@
EBUILD qspectrumanalyzer-9999.ebuild 805 BLAKE2B 89b4d8d8ea41e70328da97cb74bf233fca4730af7e1fb0984b229e20ae1f5402ab33803c993943a0eb49a0f726485297546585ccce9b9a544340844868388c36 SHA512 d3b05218902e898ae1be439a9deaaa3d5a126f7ab26ba25b8cad7946448a80c9c31270dc5c875f58682d5d931c318573d6fe5b33ea70599485919e20728bcc38

View File

@@ -1,32 +0,0 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Spectrum analyzer for multiple SDR platforms"
HOMEPAGE="https://github.com/xmikos/qspectrumanalyzer"
LICENSE="GPL-3"
SLOT="0"
if [ "${PV}" = "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/xmikos/qspectrumanalyzer.git"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/xmikos/qspectrumanalyzer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
# The depend on soapy_power can be removed if patched out of setup.py
RDEPEND="${DEPEND}
net-wireless/soapy_power[${PYTHON_USEDEP}]
dev-python/pyqtgraph[${PYTHON_USEDEP}]
dev-python/QtPy-shim[${PYTHON_USEDEP}]"