net-wireless/urh: bump
authorRick Farina <zerochaos@gentoo.org>
Mon, 24 Feb 2020 21:54:14 +0000 (16:54 -0500)
committerRick Farina <zerochaos@gentoo.org>
Mon, 24 Feb 2020 21:54:24 +0000 (16:54 -0500)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
net-wireless/urh/Manifest
net-wireless/urh/urh-1.6.4.1.ebuild [deleted file]
net-wireless/urh/urh-2.8.3.ebuild [moved from net-wireless/urh/urh-2.7.5.ebuild with 100% similarity]

index 54c2935dde7df2b3f1b0e9f28e2a997ae7689d56..4d7f7b52a3bac545b9ab184505a07b57f07926c0 100644 (file)
@@ -1,2 +1 @@
-DIST urh-1.6.4.1.tar.gz 14993226 BLAKE2B 97ce52430d7449b1ea0dfe57a0dbd95d9b84da03b15403dc16c46c45c3b656686622182306b3e70f48aee8ef09540c82639216d30f29a6e495fce5978299a272 SHA512 3e7d3a770c97f4a5653524a2844721336440724611e554ba2fb33529c99abd15206a14249c27bd7a9fd21b5f5c34f2719b64477e4ebc58fa64d94e211383e8e6
-DIST urh-2.7.5.tar.gz 13380707 BLAKE2B 3f712e212ebe15e6a2f0affcb77f8973b1aa88971b8854cdc62b14b900fc010b8d2b27d918f7d6bb5a3d6914accce7cba01014aae9ed63de1bdaddc14145b96b SHA512 81f32d8be83c5ea764de728c66c201d522a25a14baed30a7e6c7f0a4089d98d71520f8cb9cc594f41a6570e61fd48b9dc06ce8b87701f94b4ff58aed356f6481
+DIST urh-2.8.3.tar.gz 13384590 BLAKE2B 00d256be04670883c92ab0fda772f90a2b9b2ed462fc254338a07c8e240f4febf3b95caca6b3f97e8ba21b56138e57ef77ae4630170a7579644e2200936a75a1 SHA512 a76f7ca0da20cb77149f32a764e29ae82417fb33a9d727ca5a05c52d4aafe58512acd0b180a329252a1ca8eb20e87ff182a88e72037b5b5e525a6d580e37aac5
diff --git a/net-wireless/urh/urh-1.6.4.1.ebuild b/net-wireless/urh/urh-1.6.4.1.ebuild
deleted file mode 100644 (file)
index bdf895a..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1 eutils
-
-DESCRIPTION="Universal Radio Hacker: investigate wireless protocols like a boss"
-HOMEPAGE="https://github.com/jopohl/urh"
-SRC_URI="https://github.com/jopohl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="hackrf rtlsdr uhd"
-
-DEPEND="${PYTHON_DEPS}
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/psutil[${PYTHON_USEDEP}]
-               dev-python/pyzmq[${PYTHON_USEDEP}]
-               hackrf? ( net-libs/libhackrf:= )
-               rtlsdr? ( net-wireless/rtl-sdr:= )
-               uhd?    ( net-wireless/uhd:= )"
-RDEPEND="${DEPEND}
-               dev-python/PyQt5[${PYTHON_USEDEP}]
-               net-wireless/gr-osmosdr"
-
-python_configure_all() {
-       mydistutilsargs=(
-                       $(use_with hackrf)
-                       $(use_with rtlsdr)
-                       $(use_with uhd usrp)
-                       --without-airspy
-                       --without-limesdr
-                       )
-}