ice9-bluetooth-sniffer: drop 23.02.0

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-01 21:30:04 -04:00
parent 44e4f0aae3
commit 59fbc6eb11
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 41 deletions

View file

@ -1,2 +1 @@
DIST ice9-bluetooth-sniffer-23.02.0.tar.gz 53705 BLAKE2B 5c90c61bb07e3db1bff3bce456dd5721747050d622417bb97fbaa8a42ca59a2fea8322e8d1cef5a4f9189dc2e7f4d3c077439d8056e1641b4a0de2d688f61094 SHA512 a2b4d9ac0ae2e82bb94eceaecbe8a8d50d288e20c75aeeb9db6491f7a5cb7f336cb860f9b9703ad6b3417a62ea32f44d55d000aa175b7b96c80ba17ae0a63ea6
DIST ice9-bluetooth-sniffer-23.06.0.tar.gz 320135 BLAKE2B aa1d990ebe8e378054d6563544f218e91afa831e2651e1ba9f82cc167ccb0644e258889777a169b4f1d6bf50eb644f4286c2ea600c8fd2637352d52aeddabc16 SHA512 b88d5b581b74401f34f6c7c462309205ccd70b2d03b42e287313305b42bcc475d82a5a9eb18d8f3188e9945810b8cee32f1d46b2545d283aa044fd2719d546d7

View file

@ -1,40 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Wireshark Bluetooth sniffer for HackRF, BladeRF, and USRP"
HOMEPAGE="https://github.com/mikeryan/ice9-bluetooth-sniffer"
LICENSE="GPL-2"
SLOT="0"
if [ "${PV}" = "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mikeryan/ice9-bluetooth-sniffer.git"
else
SRC_URI="https://github.com/mikeryan/ice9-bluetooth-sniffer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DEPEND="
net-libs/libhackrf:=
net-libs/liquid-dsp
net-wireless/bladerf:=
net-wireless/uhd:=
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
sed -i 's#> 40#> 80#' options.c || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DEXTCAP_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/wireshark/extcap"
)
cmake_src_configure
}