gr-air-modes: drop 20170929 (py2)

This commit is contained in:
Yury Martynov 2020-02-11 07:58:39 +03:00
parent b6ea73928e
commit bf18738b74
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 0 additions and 52 deletions

View file

@ -1,2 +1 @@
DIST gr-air-modes-20170929.tar.gz 196534 BLAKE2B 9e0b0f6f49729938ffb72d581faa035294fa1e135ac25472a860702f2b5986affe9b28e4d703125d56543a5b92aa8292724598958ea42ad0c46ddcd827c2e37b SHA512 1d2587b3cd06320fceb7a42ca9b03ae7312294145692bf0663cc0a686aa9c787d4e03dc4093fe087a681834aa28161a4517629b4a22bb5a31cbe32bfe40c7c66
DIST gr-air-modes-20191016.tar.gz 186450 BLAKE2B 04b982ae1557f43ebe57a1146380e490ad2bad60332aeddf46590dfa5dffb0d9a59c26b4e65c17f96e7d2e96a293229968ffafcf844ce098e4f36f4a8094966c SHA512 995889ca79254ca2138da21e844931bd3e3b9a711f0ae2880a955862761f7ecc69f2068e2b801753fdf02532be11ca78dbe817218d9ee18a36a3fde03a075ee3

View file

@ -1,51 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bistromath/gr-air-modes.git"
EGIT_BRANCH="master"
KEYWORDS=""
else
#snapshot
HASH_COMMIT="0b6c3835062fc371d79fcb3cf3a6076d4a5ee36d"
SRC_URI="https://github.com/bistromath/gr-air-modes/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
fi
inherit cmake-utils python-single-r1
DESCRIPTION="This module implements a complete Mode S and ADS-B receiver for Gnuradio"
HOMEPAGE="https://github.com/bistromath/gr-air-modes"
LICENSE="GPL-3"
SLOT="0"
IUSE="fgfs rtlsdr uhd"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
dev-python/pyzmq[${PYTHON_USEDEP}]
>=net-wireless/gnuradio-3.7.0:=
net-wireless/gr-osmosdr
fgfs? (
games-simulation/flightgear
sci-libs/scipy
)
rtlsdr? ( net-wireless/rtl-sdr )
uhd? ( >=net-wireless/uhd-3.4.0 )
"
RDEPEND="${DEPEND}"
src_compile() {
cmake-utils_src_compile -j1
}
src_install() {
cmake-utils_src_install
python_fix_shebang "${ED}"/usr/bin
}